qa
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
gh(GitHub) CLI to automate issue creation on GitHub repositories. It specifically usesgh issue create --body-filewhich is a secure method of passing content to the command line. - [DATA_EXFILTRATION]: While the skill writes data to an external platform (GitHub), it contains explicit instructions to avoid including sensitive internal information such as file paths, function names, or line numbers in the resulting issues.
- [PROMPT_INJECTION]: The instructions are focused on task execution and do not contain patterns that attempt to override the AI's core safety guidelines or bypass restrictions.
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute remote scripts; it relies on established local tooling (
ghCLI) and pre-defined local templates.
Audit Metadata