review-pr
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and processes untrusted data from GitHub pull requests.
- Ingestion points: External data is retrieved via
gh pr viewandgh pr diffin Phase 1 of the workflow. - Boundary markers: The agent prompts for subagents (defined in
rules/agent-prompts-task-tool.mdandrules/agent-prompts-agent-teams.md) lack explicit delimiters or instructions to ignore embedded commands within the interpolated PR content. - Capability inventory: The skill utilizes a high-privilege toolset including
Bash,Read,Write,Edit, andTaskCreate, which could be abused if an injection attack succeeds. - Sanitization: There is no evidence of sanitization or filtering of the pull request content before it is passed to the subagents.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool extensively to execute local system commands and interact with the GitHub CLI (gh). - [EXTERNAL_DOWNLOADS]: Fetches pull request information and code diffs from GitHub's official servers using the
ghCLI.
Audit Metadata