using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Git commands (
git worktree add,git check-ignore) and package manager commands (npm install,cargo build,pip install,poetry install,go mod download) to set up and verify isolated development environments. These are legitimate development tools used within their intended scope. - [SAFE]: The skill includes explicit safety verification steps, such as using
git check-ignoreto ensure worktree directories are not accidentally committed to the repository, which follows best practices for Git repository management.
Audit Metadata