netsec-health
Installation
SKILL.md
Netsec Health Check
Run the safety architecture health check to verify all hooks are installed, registered, and functioning.
How to use
Run the health check script:
bash .claude/hooks/netsec-health.sh
Review the output and report results to the user. The script checks five categories:
- Hook Files -- Whether the PreToolUse and PostToolUse hook scripts exist and are executable
- Hook Registration -- Whether hooks are registered in
.claude/settings.json - Scope Configuration -- Whether
.pentest/scope.jsonexists with a valid targets array - Audit Infrastructure -- Whether the
.pentest/directory exists, is writable, and is gitignored - Dependencies -- Whether
jqis installed and bash version supports associative arrays