using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to automate development workflows, including Git operations (
git worktree,git check-ignore), project building (cargo build), and test execution (npm test,pytest). These are standard procedures for managing isolated development environments. - [EXTERNAL_DOWNLOADS]: Creating workspaces triggers automated dependency installation through official package managers like npm, pip, and go mod. These tools fetch packages from established registries based on the local project's manifest files.
- [PROMPT_INJECTION]: The skill's instructions are procedural and do not contain patterns designed to bypass agent safety filters or override system constraints. It includes clear logic for directory selection and requires user input for global configuration paths.
Audit Metadata