Skip to main content

freeze

Restricts file edits to a specific directory, preventing accidental changes outside the allowed path during debugging sessions.

Install this skill

or
93/100

Security score

The freeze skill was audited on Jun 5, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56```bash
low line 36

Access to hidden dotfiles in home directory

SourceSKILL.md
36mkdir -p ~/.chief/analytics
low line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
37echo '{"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")'"}' >> ~/.chief/analytics/skill-usage
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →