pr-resolution
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill processes untrusted PR comments which could contain instructions to bypass logic or manipulate agent behavior.
- Ingestion points:
bin/get-pr-commentsandbin/parse-coderabbit-reviewfetch user and bot comments from GitHub. - Boundary markers: Absent; comments are ingested directly into the resolution workflow.
- Capability inventory: The agent has permissions for
git commit,gh apimutations (resolving threads), andnpm runscript execution. - Sanitization: Absent; fetched data is treated as instructional context for parallel agents.
- [Unverifiable Dependencies & Remote Code Execution] (LOW): The skill recommends installing 'gtg' via
pip install, a third-party dependency from a non-whitelisted organization. - [Dynamic Execution] (LOW): The verification phase executes
npm runcommands (lint, test, build) from the repository being reviewed. This executes arbitrary code defined in the repository'spackage.json, which is intended for its function but represents an inherent risk.
Audit Metadata