From 71fdf820a4d3092325e1d0f1c77f96f1a68aa3d5 Mon Sep 17 00:00:00 2001 From: karanb192 Date: Sat, 6 Jun 2026 08:43:48 +0530 Subject: [PATCH] Add claude-code-hooks to Hooks and Guardrails --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98e2dfc..cf8329c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ *Hook systems and runtime enforcement for Claude Code.* +- [claude-code-hooks](https://github.com/karanb192/claude-code-hooks) - Production-ready hooks mapped to OWASP LLM Top 10. Blocks dangerous commands (rm -rf, force push, dd), detects secrets exfiltration, with severity thresholds and audit logs. - [claude-code-safety-net](https://github.com/kenryu42/claude-code-safety-net) - Plugin intercepting destructive git/filesystem commands before execution. Semantic argument parsing distinguishes safe from dangerous operations. - [Lasso claude-hooks](https://github.com/lasso-security/claude-hooks) - Prompt injection defense hooks: scans files, web fetches, and command output in real-time. Detects 50+ injection patterns in READMEs, HTML comments, and docs. - [claude-code-hooks-mastery](https://github.com/disler/claude-code-hooks-mastery) - Advanced hook patterns and techniques for Claude Code security automation.