using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands for git worktree management (add, list, remove, prune) and project-specific build/test tasks (make, npm, cargo, pytest, go test).- [EXTERNAL_DOWNLOADS]: The automation scripts execute package managers (npm, pip, uv, go mod, cargo) which fetch dependencies from official, well-known registries to set up the environment.- [DATA_EXPOSURE]: The skill interacts with the user's home directory (~/.config/superpowers/worktrees/) for global workspace management, which is a standard path for tool configurations.- [PROMPT_INJECTION]: The skill processes CLAUDE.md and .gitignore files to determine configuration. It uses safe parsing methods (grep) and restricts behavior to worktree directory selection and safety verification.
Audit Metadata