using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to facilitate development workflows, including directory searching (
ls,grep), Git operations (git worktree,git rev-parse,git check-ignore), and test suite execution (npm test,cargo test,pytest,go test). These operations are consistent with the goal of managing isolated workspaces. - [EXTERNAL_DOWNLOADS]: The skill triggers remote dependency retrieval via established package managers (
npm install,pip install,poetry install,go mod download,cargo build) upon detection of project manifest files. This is standard behavior for a development setup tool and does not involve unverified remote script execution.
Audit Metadata