resolve-human-reviews
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx,pnpm exec,yarn exec, orbunxto download and execute theagent-reviewspackage from the NPM registry. This package is a vendor-owned resource authored by pbakaus. - [COMMAND_EXECUTION]: The skill invokes several high-privilege commands including
git pushto upload code changes to a remote repository andgit config --globalto modify user identity in cloud environments. It also executes theagent-reviewsCLI for replying to and resolving PR threads. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8). It is designed to ingest human PR comments and 'Act on Evaluation' by fixing code based on that input.
- Ingestion points: Human review comments fetched from GitHub via the
agent-reviews --expandedcommand. - Boundary markers: Absent. There are no delimiters or specific instructions provided to the agent to treat comment text as untrusted or to ignore embedded instructions.
- Capability inventory: The agent can modify the local file system, perform
git commit, and executegit pushto the remote repository. - Sanitization: No validation or sanitization of the comment body is performed before the agent attempts to interpret and implement the suggested changes.
Audit Metadata