code-quality
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
jj(Jujutsu) command-line interface to determine which files have changed in the repository before running reviews. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted code files and passes them to LLM-based agents.
- Ingestion points: Files identified by the
jj diffcommand in bothSKILL.mdandSUBAGENT.md. - Boundary markers: Absent; the instructions do not use delimiters or provide "ignore embedded instructions" warnings to the reviewer agents.
- Capability inventory: The skill invokes
code-testandcode-lint(which may execute code) and usesjjfor repository access as seen inSKILL.mdandSUBAGENT.md. - Sanitization: Absent; no validation or escaping of the code content is performed before processing.
Audit Metadata