jj-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and workflow guide for the Jujutsu (jj) version control tool. All provided commands (e.g., jj new, jj commit, jj rebase) are standard operations for this software.
- [COMMAND_EXECUTION]: The skill includes numerous CLI commands for the 'jj' tool. These are documented as standard usage instructions. The inclusion of the '-m' flag requirement is a safety best practice to ensure the agent does not trigger interactive text editors that would hang the process.
- [SAFE]: The 'Bail Out' section includes a command to remove the .jj directory (
rm -rf .jj). In the context of this tool, this is the standard method to remove jj metadata while preserving the underlying Git repository, and it is presented as an intentional recovery/removal step. - [SAFE]: Configuration suggestions for
~/.config/jj/config.tomlare standard for setting up the tool's environment and do not involve sensitive data exposure or unauthorized persistence mechanisms.
Audit Metadata