pr-reviews
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
ghCLI commands, includinggh pr list,gh pr view, andgh pr diff. These commands are used to interact with the repository and fetch pull request data for analysis.- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it ingests and processes untrusted external data from GitHub Pull Requests. A malicious PR could contain instructions designed to influence the agent's review or bypass its constraints. - Ingestion points: PR metadata and code diffs enter the context via
gh pr viewandgh pr diffcommands specified inSKILL.md. - Boundary markers: There are no explicit delimiters or instructions to ignore embedded commands within the PR content.
- Capability inventory: The skill relies on shell command execution via the
ghCLI to read data. - Sanitization: No sanitization or validation of the PR content is performed before it is processed by the agent.
Audit Metadata