resolve-reviews
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and runs the
agent-reviewspackage from the NPM registry usingnpx,pnpm dlx,yarn dlx, orbunxat runtime. - [REMOTE_CODE_EXECUTION]: Executing unversioned packages via
npxconstitutes remote code execution. The resourceagent-reviewsis owned by the skill author (pbakaus), representing a vendor-provided tool. - [COMMAND_EXECUTION]: The skill requires shell access to perform
gitoperations, includinggit config --global,git commit, andgit push, as well as interacting with the GitHub CLI (gh). - [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection because it ingests and acts upon PR comments from potentially untrusted contributors.
- Ingestion points: PR comment bodies are fetched in
SKILL.mdvianpx agent-reviews --unanswered --expanded(Phase 1) andnpx agent-reviews --detail <id>(Phase 2). - Boundary markers: No specific delimiters or 'ignore' instructions are documented when interpolating comment text into the agent's evaluation logic.
- Capability inventory: The agent can modify the local filesystem, perform
git commit,git push, and post replies to GitHub vianpx agent-reviews --reply. - Sanitization: There is no evidence of sanitization or filtering of comment content before it is processed by the AI.
Audit Metadata