gh-inbox
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses the GitHub CLI (
gh) and a local Node.js script to aggregate information. Shell commands are executed with controlled arguments viaexecFileSync, preventing arbitrary command injection. The use ofgh,node, andbunis explicitly restricted via theallowed-toolsfrontmatter. - [DATA_EXFILTRATION]: Accesses GitHub repository metadata (issues, PRs, project boards). The skill does not access sensitive local files (like SSH keys) or exfiltrate data to third-party servers; all network communication is handled through the official GitHub CLI tool.
- [PROMPT_INJECTION]: The skill processes untrusted input from GitHub, including issue titles and label names, which constitutes an indirect prompt injection surface. This risk is mitigated by explicit instructions requiring the agent to obtain user confirmation before performing any write operations, such as commenting on issues or editing labels.
Audit Metadata