audit-ticket
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the official GitHub CLI (
gh) for all issue interactions andgitfor codebase analysis. It includes proactive checks for the presence and authentication status of theghtool before proceeding. - [EXTERNAL_DOWNLOADS]: The skill downloads issue attachments (images/mockups) directly from GitHub's official asset domains (
user-images.githubusercontent.comandgithub.com/user-attachments/assets). These downloads use the user's localgh auth tokento ensure appropriate permissions and prevent unauthorized access. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from GitHub issue bodies and comments. It mitigates this risk by utilizing parallel subagents for isolated requirement verification and enforcing strict markdown-based boundary markers (indented blocks) when rendering evidence, reducing the likelihood of embedded instructions affecting the agent's logic.
- [DATA_EXPOSURE]: The skill explicitly protects local privacy by grounding all code searches against a committed
git treesnapshot. It specifically avoids reading unstaged, untracked, or sensitive environment files (like.env) by usinggit showandgit grepscoped to a specific tree ID rather than the physical disk.
Audit Metadata