diff --git a/README.md b/README.md index a3091c8..9cacf88 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This list is organized by the **security lifecycle** of an autonomous agent, cov - **[AgentGateway](https://github.com/agentgateway/agentgateway)** - A Linux Foundation project providing an AI-native proxy for secure connectivity (A2A & MCP protocols). It adds RBAC, observability, and policy enforcement to agent-tool interactions. - **[Envoy AI Gateway](https://gateway.envoyproxy.io/)** - An Envoy-based gateway that manages request traffic to GenAI services, providing a control point for rate limiting and policy enforcement. +- **[LLM Safe Haven](https://github.com/pleasedodisturb/llm-safe-haven)** - Security toolkit for AI coding agents. `npx llm-safe-haven` auto-detects 14 agents (Claude Code, Cursor, Windsurf, Copilot, Aider, etc.), installs fail-closed PreToolUse/PostToolUse hooks (bash firewall, secret guard, audit logger), and scores security posture Level 0-4. Zero dependencies. Also includes a threat model with 26+ real incidents and hardening guides for 6 agents. ## ⚔️ Red Teaming & Vulnerability Scanners *Offensive tools to test agents for security flaws, loop conditions, and unauthorized actions.*