c-github
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous examples for executing the GitHub CLI (
gh) andjqutilities. These commands include administrative actions such as merging pull requests, creating issues, and triggering GitHub Actions workflows. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of
ghandjqvia Homebrew (brew install). These are widely recognized, official tools from trusted sources. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it is designed to ingest and process data from external sources (GitHub PRs, issues, and API responses) which may contain malicious instructions provided by third parties.
- Ingestion points: Data is ingested via
gh pr view,gh issue list, andgh apicalls as defined inSKILL.md. - Boundary markers: No explicit boundary markers (e.g., XML tags) or instructions to ignore embedded commands are present in the provided examples.
- Capability inventory: The skill allows for significant repository modifications, including
gh pr merge,gh issue close, andgh workflow run. - Sanitization: There is no evidence of sanitization or filtering logic applied to the data retrieved from GitHub before it is processed by the agent.
Audit Metadata