Skip to main content

hooks-manager

Automates workflows in Claude Code by creating event-driven hooks for tasks like code formatting and security enforcement.

Install this skill

or
70/100

Security score

The hooks-manager skill was audited on Feb 19, 2026 and we found 14 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 838

Template literal with variable interpolation in command context

SourceSKILL.md
838```bash
medium line 234

Curl to non-GitHub URL

SourceSKILL.md
234curl -X POST http://localhost:8428/api/v1/write \
medium line 242

Curl to non-GitHub URL

SourceSKILL.md
242# curl -X POST https://your-webhook.com/telemetry \
low line 241

Webhook reference - potential data exfiltration

SourceSKILL.md
241# Or send to webhook
low line 242

Webhook reference - potential data exfiltration

SourceSKILL.md
242# curl -X POST https://your-webhook.com/telemetry \
low line 101

Access to hidden dotfiles in home directory

SourceSKILL.md
101mkdir -p ~/.claude/hooks
low line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102echo '[above-json]' > ~/.claude/hooks/auto-format.json
low line 448

Access to hidden dotfiles in home directory

SourceSKILL.md
448# Deploy to global (~/.claude/hooks/)
low line 458

Access to hidden dotfiles in home directory

SourceSKILL.md
458ls -la ~/.claude/hooks/
low line 513

Access to hidden dotfiles in home directory

SourceSKILL.md
513for hook in ~/.claude/hooks/*.json .claude/hooks/*.json; do
medium line 886

Access to hidden dotfiles in home directory

SourceSKILL.md
886- [ ] Hook file in correct location (~/.claude/hooks/ or .claude/hooks/)
low line 414

Access to .env file

SourceSKILL.md
414if [ -f ".env" ]; then
low line 234

External URL reference

SourceSKILL.md
234curl -X POST http://localhost:8428/api/v1/write \
low line 242

External URL reference

SourceSKILL.md
242# curl -X POST https://your-webhook.com/telemetry \
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →