freeze
Restricts file edits to a specific directory, preventing accidental changes outside the defined scope during debugging sessions.
Install this skill
or
92/100
Security score
The freeze skill was audited on Jun 10, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 64
Template literal with variable interpolation in command context
SourceSKILL.md
| 64 | ```bash |
low line 44
Access to hidden dotfiles in home directory
SourceSKILL.md
| 44 | mkdir -p ~/.gstack/analytics |
low line 45
Access to hidden dotfiles in home directory
SourceSKILL.md
| 45 | echo '{"skill":"freeze","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-usag |
low line 66
Access to hidden dotfiles in home directory
SourceSKILL.md
| 66 | eval "$(~/.claude/skills/gstack/bin/gstack-paths)" |
Scanned on Jun 10, 2026
View Security Dashboard