github
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the official GitHub CLI (
gh) to perform repository operations. - Evidence: Includes documentation for
gh pr,gh issue,gh run, andgh apicommands inSKILL.md. - [PROMPT_INJECTION]: The skill processes untrusted external data from GitHub, creating an indirect prompt injection surface.
- Ingestion points: Commands such as
gh pr view,gh issue list, andgh run viewinSKILL.mdingest data from pull requests, issues, and workflow logs. - Boundary markers: Absent; untrusted content is not clearly delimited from agent instructions.
- Capability inventory: The skill can perform actions like
gh pr merge,gh pr create, andgh issue createas shown inSKILL.md. - Sanitization: Partial; while some commands use
--jqto filter specific fields, thebodyandtitleof PRs/issues (which contain free-form text) are still ingested into the agent context.
Audit Metadata