jujutsu-workflow
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing repository data that could be controlled by an external actor.
- Ingestion points: Repository state, commit messages, and file contents are read via commands like
jj status,jj log, and by processing conflict markers as described inreferences/recovery-playbook.md. - Boundary markers: The skill mitigates accidental execution by instructing the agent to use specific non-interactive flags (e.g.,
--no-pager,-m) and providing theverify_handoff.shscript for final state validation. - Capability inventory: The agent is granted significant capabilities, including shell execution of
jj,git,gh, andglabcommands across multiple scripts. - Sanitization: No explicit sanitization, validation, or escaping of repository-derived data is defined before its interpolation into command arguments.
- [COMMAND_EXECUTION]: The skill is designed to execute a wide variety of version control and developer CLI commands. It includes helper scripts
detect_jj_state.shandverify_handoff.shthat wrap these executions to provide structured feedback to the agent.
Audit Metadata