code-review
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the
jj(Jujutsu) CLI tool to retrieve code changes and file structures. Specifically, it executesjj diff -sandjj diff -- [path]to gather context for the review process. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection, as it reads external source code and incorporates it directly into the agent's reasoning context.
- Ingestion points: Untrusted data is ingested via
jj diffcommands inSKILL.mdandSUBAGENT.md. - Boundary markers: Absent. The skill does not wrap the ingested code in delimiters or provide instructions to the agent to ignore any commands embedded within the code.
- Capability inventory: The agent can execute CLI commands (
jj), access the web viaWebSearch/WebFetch, and orchestrate sub-tasks using aTasktool. - Sanitization: No sanitization or filtering is applied to the source code before it is processed by the main agent or the sub-agents.
Audit Metadata