creating-hooks
Facilitates the creation of Claude Code hooks for automating workflows and customizing tool interactions effectively.
Install this skill
or
79/100
Security score
The creating-hooks skill was audited on Mar 1, 2026 and we found 3 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 82
Piping content to bash shell
SourceSKILL.md
| 82 | echo '{"tool_name":"Write"}' | bash .claude/hooks/my-hook.sh |
medium line 48
Access to hidden dotfiles in home directory
SourceSKILL.md
| 48 | 3. `~/.claude/settings.json` (user) |
low line 169
Access to .env file
SourceSKILL.md
| 169 | if [[ "$FILE" == *".env"* ]]; then |
Scanned on Mar 1, 2026
View Security Dashboard