using-git-worktrees

Pass

Audited by Gen Agent Trust Hub on Feb 27, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes various system commands to manage the Git environment, including directory navigation, file inspection, and dependency installation.
  • Uses git worktree add to create new workspaces.
  • Executes npm install, cargo build, pip install, poetry install, and go mod download based on detected project files.
  • Executes project test suites such as npm test, cargo test, pytest, and go test to verify the baseline state of the new worktree.
  • [COMMAND_EXECUTION]: Modifies project configuration by adding worktree directories to .gitignore and committing the changes if they are not already ignored.
  • [COMMAND_EXECUTION]: Accesses the local file system and user home directory (~/.config/superpowers/worktrees/) for workspace management.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 27, 2026, 08:33 AM