using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to interact with the Git environment (e.g.,
git rev-parse,git worktree add,git check-ignore). These are standard development operations for the stated purpose of workspace isolation. - [EXTERNAL_DOWNLOADS]: The skill includes instructions to run package managers (e.g.,
npm install,pip install,cargo build,go mod download) during project setup. These are common developer workflows for installing project dependencies. - [SAFE]: The skill implements safety best practices, such as checking if a directory is ignored by Git before creating a worktree to prevent accidental code exposure, and verifying the environment with baseline tests.
Audit Metadata