git-worktrees
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Utilizes standard Git commands (
git worktree,git branch,git prune) to manage isolated working directories and branches. This is the primary function of the skill. - [COMMAND_EXECUTION]: Executes package manager commands such as
npm install,pip install -r requirements.txt, andcargo buildto initialize development environments. These are standard operations triggered by the presence of project configuration files. - [EXTERNAL_DOWNLOADS]: Fetches dependencies from official registries (e.g., npmjs.com, pypi.org) using established developer tools. These actions target well-known services and are appropriate for the skill's intended use case.
- [SAFE]: The skill incorporates safety checks, such as verifying that worktree directories are listed in
.gitignorebefore creation, and uses a verification tool (exarchos_orchestrate) to ensure environment consistency.
Audit Metadata