pr-review-navigator
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements a potential shell injection vulnerability by passing the
$ARGUMENTSvariable directly to the shell in thegh pr viewcommand. If the user-supplied arguments are not strictly validated by the platform, an attacker could execute arbitrary commands by including shell metacharacters. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests untrusted data from pull request titles, bodies, and code diffs which are then processed by the agent to generate summaries and Mermaid diagrams.
- Ingestion points:
gh pr viewandgh pr diffcommands inSKILL.mdretrieve attacker-controlled content from GitHub. - Boundary markers: The instructions do not define clear delimiters or use "ignore embedded instructions" guards when processing PR content.
- Capability inventory: The skill utilizes
Bashto rungh pr comment, giving the agent the ability to post attacker-influenced content back to GitHub or execute commands based on the injected instructions. - Sanitization: No sanitization or validation logic is defined for the content fetched from GitHub before it is used to construct the final output or influence agent logic.
Audit Metadata