pr-review
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from GitHub Pull Request diffs, titles, and comments, which could potentially contain adversarial instructions intended to bias the review verdict or bypass the assessment checklists.
- Ingestion points: Step 4 uses
gh pr viewandgh pr diffto fetch external, user-contributed content into the agent context. - Boundary markers: The instructions do not define specific delimiters or security headers (e.g., 'ignore embedded instructions') when the agent processes the fetched PR content.
- Capability inventory: The agent can perform write operations via
gh pr commentand record activity to a localaudit.logfile. - Sanitization: The skill does not specify any sanitization or filtering for the data fetched from GitHub before it is evaluated by the LLM.
- [COMMAND_EXECUTION]: The skill makes extensive use of the GitHub CLI (
gh) to interact with remote repositories. While these are legitimate tool calls for a PR reviewer, the skill relies on the agent to correctly interpolate the PR number and project slug into shell commands. A governance gate (Step 9) is correctly implemented to ensure a human reviews the generated output before it is posted.
Audit Metadata