Stats
Actions
Tags
From ndp-plugin
A multi-event governance system that validates tool usage, enforces project rules, detects AI-written code, and logs session events. Blocks or modifies tool calls based on configurable policies.
5 events · 7 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
${CLAUDE_PLUGIN_ROOT}/hooks/log_ndp_events.py --event-type Stopndp${CLAUDE_PLUGIN_ROOT}/hooks/log_ndp_events.py --event-type PreToolUse*echo "$(date +%s.%N),$(ps -o %cpu= -p $$),$(ps -o rss= -p $$),$CLAUDE_TOOL_NAME,start" >> ~/.claude/performance.csvndp${CLAUDE_PLUGIN_ROOT}/hooks/log_ndp_events.py --event-type PostToolUse*echo "$(date +%s.%N),$(ps -o %cpu= -p $$),$(ps -o rss= -p $$),$CLAUDE_TOOL_NAME,end" >> ~/.claude/performance.csv; if [[ $(wc -l < ~/.claude/performance.csv) -gt 1000 ]]; then tail -n 500 ~/.claude/performance.csv > ~/.claude/performance.csv.tmp && mv ~/.claude/performance.csv.tmp ~/.claude/performance.csv; fi${CLAUDE_PLUGIN_ROOT}/hooks/log_ndp_events.py --event-type SessionStart${CLAUDE_PLUGIN_ROOT}/hooks/log_ndp_events.py --event-type UserPromptSubmitnpx claudepluginhub SIslamMun/iowarp-plugin --plugin ndp-plugin