reviewer-en
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted text from multiple sources which creates an indirect prompt injection surface. Ingestion points:
git diffoutput,.md,.html, and.txtfiles, and user-pasted messages. Boundary markers: The instructions lack delimiters or isolation markers to separate external content from system instructions. Capability inventory: The skill usesBash,Read,Grep, andGlobtools to access and process files. Sanitization: There is no evidence of sanitization or filtering for the ingested data. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to executegit diffcommands using branch names and file ranges provided by the user. This creates a command injection surface if the agent fails to properly sanitize or escape these inputs before they are passed to the shell.
Audit Metadata