worktree
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Git commands (
git worktree,git fetch,git rev-parse) and filesystem operations (ln -s,mkdir,rm) to manage development environments. These operations are restricted to the local filesystem and target the user's existing Git repositories. - [SAFE]: The scripts include safety checks (guards) to prevent the accidental deletion of uncommitted or unpushed work (
wt-done.sh). - [SAFE]: Usage of symlinks for
node_modulesis a documented performance optimization to avoid redundant package installations, with explicit warnings provided to the user regarding the limitations of this approach (e.g., avoidingnpm installwithin the worktree).
Audit Metadata