Skip to main content

hooks-configuration

Facilitates the configuration and development of Claude Code hooks for automating workflows and ensuring consistent behavior.

Install this skill

or
65/100

Security score

The hooks-configuration skill was audited on May 12, 2026 and we found 3 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 240

Piping content to bash shell

SourceSKILL.md
240Use `/hooks` to verify registration, `claude --debug` for verbose logging, and `echo '{"tool_input":{"command":"..."}}' | bash your-hook.sh` to test manually. Check `$?` for exit code. See `hooks/READ
medium line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71- **`~/.claude/settings.json`** - User-level (applies everywhere)
medium line 236

Access to .env file

SourceSKILL.md
236| Security | Validate all inputs; use absolute paths; avoid `.env` / `.git/` directly; review before deploy |
Scanned on May 12, 2026
View Security Dashboard
Installation guide →