review-pr
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes content from pull requests which is untrusted external data.
- Ingestion points: Fetches PR diffs via
gh pr diffand PR metadata/comments via variousgh apicalls inSKILL.md. - Boundary markers: Absent. The instructions do not specify any delimiters or safety prompts to isolate PR content from the agent's primary instructions.
- Capability inventory: Includes the ability to approve PRs (
gh pr review --approve), dismiss reviews (gh api .../dismissals), and push code changes (git push) to the repository. - Sanitization: Absent. The skill does not perform any validation or filtering of the text obtained from the PR before analysis.
Audit Metadata