pull-request
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to fetch and process pull request review comments using the
ghCLI. Since these comments are external data provided by third parties, they could contain malicious instructions designed to manipulate the agent's behavior. - Ingestion points: The GraphQL query in
SKILL.mdused by thegh apicommand fetches thebodycontent of review threads. - Boundary markers: The skill does not provide delimiters or instructions to treat the fetched comment text strictly as data.
- Capability inventory: The agent is granted access to
ghfor network-based API interactions (including write operations like replying to and resolving threads) andgitfor local repository operations. - Sanitization: No logic is provided to sanitize, validate, or filter the text of the review comments before the agent processes them.
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh) andgitcommands to perform legitimate development tasks, such as querying pull request metadata, enumerating workflow runs, and verifying the merge status of branches.
Audit Metadata