resolve-human-reviews
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it interprets human PR comments as instructions for code modifications.
- Ingestion points: Reviewer comments retrieved via the
npx agent-reviews --expandedcommand in Step 1. - Boundary markers: None. The instructions lack specific delimiters or guardrails to prevent the agent from obeying malicious instructions embedded within a reviewer's comment.
- Capability inventory: The agent has the authority to perform file system writes (to fix code) and execute
git pushto update the remote repository. - Sanitization: No sanitization, escaping, or validation of the comment content is performed before the agent processes it for code generation.
- [EXTERNAL_DOWNLOADS]: The skill uses
npx,pnpm dlx,yarn dlx, andbunxto download and execute theagent-reviewspackage at runtime. This package is managed by the skill's author, aligning with standard vendor functionality, but it involves execution of unversioned code from a remote registry. - [COMMAND_EXECUTION]: The skill executes multiple shell commands to manage the development workflow, including
git configto modify global user settings,git commit, andgit pushto transmit local changes to a remote server.
Audit Metadata