agentskill.sh
secured
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Security score
This tab presents tested categories, issue summaries, and source snippets in an audit-style report.
High / Medium / Low
Categories Tested
Instruction boundariesFilesystem writesNetwork referencesPlatform-specific install flow
Security Issues
Low
File Access
Line 46
Access to hidden dotfiles in home directory
2. ~/.config/superpowers/worktrees/<project-name>/ (global location)
Medium
File Access
Line 71
Access to hidden dotfiles in home directory
### For Global Directory (~/.config/superpowers/worktrees)
Low
File Access
Line 91
Access to hidden dotfiles in home directory
~/.config/superpowers/worktrees/*)
Low
File Access
Line 92
Access to hidden dotfiles in home directory
path="~/.config/superpowers/worktrees/$project/$BRANCH_NAME"
Mitigations
Review the upstream repository before copying files into a local skills directory.
Confirm install instructions and supported runtimes against SKILL.md instead of a generic readme.