using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands to manage Git worktrees (
git worktree add), navigate directories, and run project-specific build or test tools. - [EXTERNAL_DOWNLOADS]: The skill triggers dependency installation using official package managers like
npm,pip,poetry, andgobased on the presence of local project manifest files (package.json,requirements.txt, etc.). - [DATA_EXPOSURE]: The skill references a configuration path at
~/.config/superpowers/worktrees/to maintain backward compatibility with previous workspace setups. This is a local configuration access and does not involve network exfiltration.
Audit Metadata