using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to manage Git worktrees (e.g.,
git worktree add,git check-ignore) and to detect project metadata. - [COMMAND_EXECUTION]: Automates project setup and validation by executing standard ecosystem commands like
npm install,cargo build,pip install, andgo mod downloadbased on the presence of project manifest files. - [COMMAND_EXECUTION]: Runs baseline tests using
npm test,cargo test,pytest, orgo testto verify the state of the newly created worktree. - [EXTERNAL_DOWNLOADS]: Triggers package managers to download dependencies from official registries (e.g., npmjs.org, pypi.org) as part of the standard setup process.
Audit Metadata