review
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
git diffandgit logto retrieve the codebase changes and history between a user-defined point and the current HEAD. These commands are essential for the primary functionality of reviewing code changes. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from the repository being reviewed.
- Ingestion points: The skill reads output from
git diffandgit log, as well as the contents of specification files found in directories likedocs/,specs/, or.scratch/and standard files likeCLAUDE.md. - Capability inventory: The extracted data is passed to parallel
general-purposesub-agents for logical analysis and reporting. - Boundary markers: Absent. The prompts provided to the sub-agents do not employ specific delimiters or instructions to ignore or isolate potential malicious prompts embedded within the code or specifications.
- Sanitization: No sanitization or filtering of the external content is performed before it is interpolated into the prompts for the sub-agents.
Audit Metadata