local-review
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several shell commands to interact with the local environment, including
git,pnpm, andcat. It specifically executespnpm test,pnpm lint,pnpm tsc, andpnpm dev, which involve running local project scripts that could execute arbitrary code if the repository being reviewed is compromised. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from local source code (via
git diffandcat). Maliciously crafted comments or code blocks in the files being reviewed could attempt to override the agent's instructions. - Ingestion points: The skill reads data using
git diff HEAD -U15,git status, andcat <file_path>as described inSKILL.md. - Boundary markers: None are defined. The instructions do not provide delimiters or specific guidelines for the agent to separate its own logic from the content of the files it reads.
- Capability inventory: The skill has the ability to execute shell commands (
git,pnpm) and read local files (cat,git diff) as documented inSKILL.md. - Sanitization: There is no evidence of sanitization, escaping, or filtering of the code content before it is processed by the agent.
Audit Metadata