pr-review
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection because it processes untrusted data from external sources (pull request diffs and issue bodies) while maintaining the capability to modify the repository.
- Ingestion points:
SKILL.mdfetches untrusted external content viagh pr diffandgh issue viewin Step 1. - Boundary markers: The instructions lack explicit delimiters or guidance to ignore embedded instructions within the PR diff or issue content.
- Capability inventory: The skill is authorized to modify files (Step 4), perform
git commit,git push, and create GitHub comments/issues using theghCLI. - Sanitization: No sanitization or escaping mechanisms are specified for the external data before it is processed or used to generate fixes.
- [COMMAND_EXECUTION]: The skill performs shell command execution using standard development tools (Git and GitHub CLI) and interpolates variable data into these commands.
- Evidence: Multiple steps in
SKILL.mduse shell commands (gh pr view,gh pr diff,gh issue view,git commit,git push,gh issue create,gh pr comment) that incorporate dynamic PR and issue metadata. - Capability: The agent is instructed to write to the repository and modify the project state based on its analysis of external content.
Audit Metadata