using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to automate development environment setup.
- Evidence: Executes standard project commands such as
npm install,cargo build,pip install, andgo mod downloadbased on detected project files. - Evidence: Performs Git operations (
git worktree add,git rev-parse) to manage isolated workspaces. - Evidence: Includes safety checks using
grepto ensure local worktree directories are excluded from version control via.gitignore.
Audit Metadata