using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill employs various shell commands (
git worktree,git rev-parse,ls,grep) to manage the development environment. These commands are restricted to the repository context and are used for directory detection and workspace isolation. - [EXTERNAL_DOWNLOADS]: The skill triggers standard package managers (
npm,pip,poetry,cargo,go) to install dependencies based on project-specific configuration files (e.g.,package.json,requirements.txt). These are standard development operations. - [REMOTE_CODE_EXECUTION]: The skill executes local build and test commands (
npm test,cargo test,pytest,go test) to verify the workspace. While this involves code execution, it is limited to the user's current project files as part of the intended setup workflow.
Audit Metadata