Skip to main content

project-hook-setup

Facilitates the setup of project-specific hooks for Claude Code, ensuring proper testing and health checks during development.

Install this skill

or
77/100

Security score

The project-hook-setup skill was audited on Feb 25, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 48

Curl to non-GitHub URL

SourceSKILL.md
48| Health check | Command to verify server | `curl -sf http://localhost:8000/health` |
medium line 170

Curl to non-GitHub URL

SourceSKILL.md
170"health_check": "curl -sf http://localhost:8000/health",
low line 193

Access to hidden dotfiles in home directory

SourceSKILL.md
193- Check: ~/.claude/hooks/verify-state-transition.py exists (global)
low line 48

External URL reference

SourceSKILL.md
48| Health check | Command to verify server | `curl -sf http://localhost:8000/health` |
low line 170

External URL reference

SourceSKILL.md
170"health_check": "curl -sf http://localhost:8000/health",
Scanned on Feb 25, 2026
View Security Dashboard