From 17cb0e949ce942aea5eba5b8d77616b753598596 Mon Sep 17 00:00:00 2001 From: Tim Deavenport Date: Wed, 8 Apr 2026 09:59:54 -0500 Subject: [PATCH] Add Blue Collar Governance Plugin to Hooks and Guardrails --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98e2dfc..efc6316 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ ## 🪝 Hooks and Guardrails *Hook systems and runtime enforcement for Claude Code.* +- [Blue Collar Governance Plugin](https://github.com/TDE6541/blue-collar-governance-plugin) - A Claude Code governance plugin with deterministic local hook enforcement, 31 operator-facing skills, 11 lifecycle events, and 375 passing golden tests. - [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.