skills/eoash/ash-skills/worktree/Gen Agent Trust Hub

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_modules is a documented performance optimization to avoid redundant package installations, with explicit warnings provided to the user regarding the limitations of this approach (e.g., avoiding npm install within the worktree).
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 11, 2026, 11:37 PM
Security Audit — agent-trust-hub — worktree