github-issue-creation
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the standard GitHub CLI tool (
gh) to perform its primary function of creating issues. This execution is limited to the scope defined in the documentation and is consistent with the skill's purpose.- [DATA_EXFILTRATION]: No unauthorized data access or transmission to external or untrusted domains was detected. The skill interacts solely with the GitHub platform.- [PROMPT_INJECTION]: The instructions do not contain markers for bypassing safety filters, overriding system prompts, or extracting internal instructions.- [INDIRECT_PROMPT_INJECTION]: - Ingestion points: User-provided input is used to populate issue titles and descriptions.
- Boundary markers: No explicit delimiters are used to separate user content from instruction templates.
- Capability inventory: The skill uses subprocess calls to execute
gh issue create. - Sanitization: There is no explicit logic provided for sanitizing or escaping user input before it is passed to the shell command.
Audit Metadata