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:

  1. Hook Files -- Whether the PreToolUse and PostToolUse hook scripts exist and are executable
  2. Hook Registration -- Whether hooks are registered in .claude/settings.json
  3. Scope Configuration -- Whether .pentest/scope.json exists with a valid targets array
  4. Audit Infrastructure -- Whether the .pentest/ directory exists, is writable, and is gitignored
  5. Dependencies -- Whether jq is installed and bash version supports associative arrays
Installs
1
GitHub Stars
1
First Seen
Mar 7, 2026
netsec-health — patrykquantumnomad/networking-tools