review-code
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
git diffandgh repo viewto define the scope of the code review. It specifically instructs the agent to use a user-provided diff command if available, which represents an execution surface that could be exploited if the source of the command is untrusted. - [INDIRECT_PROMPT_INJECTION]: The skill processes code from the repository and passes it directly to multiple sub-agents via the
Agenttool. It lacks boundary markers (e.g., delimiters) or specific instructions to the sub-agents to ignore instructions embedded within the code content. This creates a surface where malicious code could influence the behavior of the sub-agents. - Ingestion points: Code content retrieved through
git diffor by reading files directly from the repository directory (SKILL.md). - Boundary markers: None identified; the skill does not wrap untrusted content in delimiters or provide 'ignore embedded instructions' warnings to the sub-agents.
- Capability inventory: Use of the
Agenttool to spawn sub-agents, theSkilltool to invoke peer reviews, and shell access forgitandghcommands (SKILL.md). - Sanitization: No sanitization or validation of the ingested code content is performed before it is passed to the sub-agents.
Audit Metadata