Skip to main content

using-git-worktrees

Facilitates the creation of isolated Git worktrees for feature development, ensuring safe directory selection and verification.

Install this skill

or
93/100

Security score

The using-git-worktrees skill was audited on May 12, 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 May 12, 2026
View Security Dashboard
Installation guide →