Skip to main content

using-git-worktrees

Facilitates the creation of isolated workspaces using Git worktrees, ensuring clean feature development without affecting the main branch.

Install this skill

or
93/100

Security score

The using-git-worktrees skill was audited on Jun 7, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 79

Access to hidden dotfiles in home directory

SourceSKILL.md
79ls -d ~/.config/superpowers/worktrees/$project 2>/dev/null
medium line 97

Access to hidden dotfiles in home directory

SourceSKILL.md
97Global directories (`~/.config/superpowers/worktrees/`) need no verification.
low line 106

Access to hidden dotfiles in home directory

SourceSKILL.md
106# For global: path="~/.config/superpowers/worktrees/$project/$BRANCH_NAME"
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →