Security hooks and monitoring for Claude Code — quiet overrides, SSRF protection, MCP compression, OTEL tracing
Stars
50
Forks
2
Watchers
50
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
157
commits
7
commits
refactor: condense 17 hooks to 12, add 214 fixture tests (#30)
cb29f71View on GitHubmerge: resolve conflicts, take branch fixes (rm parsing, sudo flags, curl/env hardening)
e2b3338View on GitHubfix: harden compound-command guards, macOS stat fallback, MCP reminder strip\n\n- permission-request: block background & in /home/zack/.claude/hooks/bin/aurl pipe chains, fix grep\n flag-with-argument parsing (-m, -e, -A, -B, -C, -D consume next token)\n- pre-tool-use: guard git diff and gh run view rewrites against &&, ||, ;\n to avoid misapplying pipes to chained commands; add macOS stat -f%z\n fallback for cat rewrite\n- post-tool-use: extend system-reminder stripping to mcp__* tools\n- sync go/reference copies and specs\n- add test-new-behaviors.sh (43 tests for PR behaviors)
440e387View on GitHubfix: address code review criticals (cat quote, multi-file, diff --no-color)
01a12d7View on GitHubfix: close token waste gaps from audit (MCP, grep, non-code reads, cat, git diff)
68e94eeView on GitHubfix: conversation tailer text preview for all message formats
e01bd12View on GitHubfeat: viewer session labels, dead session filter, tab persistence
6fd7faaView on GitHubfeat: desktop notification + in-chat warning for autonomous responses
08f4abfView on GitHubfeat: conversation JSONL observability + autonomous response detection
da818d7View on GitHubHook system hardening: security, token optimization, cross-platform
e0a00a2View on GitHub