local-reviewer
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
execSyncto rungit diff --stagedto retrieve staged changes for analysis. The command is a hardcoded string and does not interpolate user-controlled inputs, mitigating common command injection risks. - [PROMPT_INJECTION]: The skill processes untrusted content from staged git files which could contain indirect prompt injection attacks designed to influence the behavior of the agent during the code review process. * Ingestion points: Content is ingested through
src/lib.tsvia thegetStagedDifffunction. * Boundary markers: No explicit delimiters or security markers are used to differentiate code content from agent instructions in the retrieved diff. * Capability inventory: The skill possesses command execution capabilities throughexecSyncinsrc/lib.ts. * Sanitization: There is no evidence of sanitization or filtering applied to the retrieved content before it is processed by the agent.
Audit Metadata