pr-review
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Potential for indirect prompt injection through the analysis of external code provided in Pull Requests.
- Ingestion points: The skill reads git diffs and file contents from the checked-out branch using
git diffand file system tools (SKILL.md). - Boundary markers: There are no explicit delimiters or instructions to ignore embedded commands within the analyzed code.
- Capability inventory: The skill uses
git,Read,Grep, andGlobto inspect the filesystem and project history. - Sanitization: No sanitization or filtering is performed on the ingested code changes before they are processed by the agent.
Audit Metadata