using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages standard git utilities to manage isolated workspaces, including
git worktree add,git worktree prune, andgit worktree remove. - [COMMAND_EXECUTION]: It automates project initialization and validation by detecting configuration files and running corresponding setup and test commands such as
npm install,pip install,pytest, andcargo build. - [COMMAND_EXECUTION]: File system management commands, including
mkdirandrm -rf, are used to prepare and clean up worktree directories, with variables correctly quoted to ensure safety during execution.
Audit Metadata