guard
Enhances safety in command execution by providing warnings for destructive commands and restricting edits to specified directories.
Install this skill
or
92/100
Security score
The guard skill was audited on May 11, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 69
Template literal with variable interpolation in command context
SourceSKILL.md
| 69 | ```bash |
low line 49
Access to hidden dotfiles in home directory
SourceSKILL.md
| 49 | mkdir -p ~/.gstack/analytics |
low line 50
Access to hidden dotfiles in home directory
SourceSKILL.md
| 50 | echo '{"skill":"guard","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics/skill-usage |
low line 71
Access to hidden dotfiles in home directory
SourceSKILL.md
| 71 | eval "$(~/.claude/skills/gstack/bin/gstack-paths)" |
Scanned on May 11, 2026
View Security Dashboard