jujutsu
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external repositories, such as commit messages, descriptions, and file diffs, using commands like
jj --no-pager logandjj --no-pager show. These ingestion points could potentially contain malicious instructions embedded by external contributors. - Ingestion points: Data enters the context through
jj --no-pager log,jj --no-pager show <id>, andjj --no-pager diff --git(found inSKILL.md). - Boundary markers: The instructions do not specify explicit delimiters or warnings to ignore instructions embedded within commit messages or file content.
- Capability inventory: The skill is permitted to execute
jjcommands via theBashtool, which includes network operations likejj git clone,jj git fetch, andjj git push. - Sanitization: No specific sanitization or filtering of repository metadata or content is mentioned. However, this is a standard risk for any version control tool and the skill provides appropriate guidance for reviewing atomic changes, which facilitates safer operations.
Audit Metadata