github
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection vulnerability surface. The skill retrieves and displays data from external sources such as GitHub issue descriptions, Pull Request comments, and CI workflow logs.
- Ingestion points: The skill executes
gh issue view,gh pr view, andgh run view --log-failedto fetch external content (seereferences/issue.md,references/pr.md,references/ci-monitor.md). - Boundary markers: The skill lacks delimiters or explicit warnings to the agent to ignore instructions embedded within external GitHub content.
- Capability inventory: The agent has the ability to perform high-impact operations such as
gh pr merge,gh secret set,gh extension install, and arbitrarygh apicalls. - Sanitization: There is no evidence of sanitization or filtering applied to external content before it is processed by the agent.
- [COMMAND_EXECUTION]: Extensive command execution capabilities for GitHub management. The skill allows the agent to modify repositories, manage secrets, and interact with the GitHub API directly.
- Evidence: Provides instructions for state-changing commands like
gh secret set,gh repo delete, andgh api(found inreferences/secrets-vars.md,references/repo.md,references/api.md). - Mitigation: The skill implements a strict confirmation policy for all mutation operations to prevent accidental or unauthorized changes.
- [EXTERNAL_DOWNLOADS]: Facilitates the installation of GitHub CLI extensions.
- Evidence: The skill includes documentation for
gh extension installinreferences/extensions.md. - Mitigation: Installation requires explicit user confirmation and relies on the GitHub CLI's native extension management system to fetch content from the well-known service GitHub.
Audit Metadata