gh-create-issue
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate tool designed to help users structure bug reports and feature requests for the Kibana repository.
- [COMMAND_EXECUTION]: The skill uses the GitHub CLI (
gh) to automate issue creation. The implementation in Step 8 uses a quoted heredoc (<<'EOF') to assign user-derived content to a variable. This is a recognized security best practice that prevents the shell from executing code or expanding variables that might be present in the user's unstructured description. - [DATA_EXFILTRATION]: No unauthorized data transmission was identified. The skill targets the
elastic/kibanarepository, which is an official resource owned by the skill's author ('elastic').
Audit Metadata