From 0cc700133eabab3566fe212fadc30197bd56c170 Mon Sep 17 00:00:00 2001 From: ci Date: Sun, 14 Jun 2026 16:51:21 +0900 Subject: [PATCH] Add cc-safe-setup to Hooks and Guardrails Curated baseline installer of guard hooks for Claude Code, distinct from single-purpose tools already listed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98e2dfc..8846e1d 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ *Hook systems and runtime enforcement for Claude Code.* +- [cc-safe-setup](https://github.com/yurukusa/cc-safe-setup) - One-command installer for a curated baseline of guard hooks (destructive-command, secret-leak, and data-loss prevention) that layers onto existing config without overwriting it. - [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.