From 3da47afa442743ca3555f2742d3c792e5551ca2b Mon Sep 17 00:00:00 2001 From: Brigen Tafilica Date: Wed, 1 Apr 2026 12:55:08 +0200 Subject: [PATCH] Add AgentShield to Agent Firewalls & Gateways --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3091c8..9839bdc 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. +- **[AgentShield](https://github.com/brigen/agent-shield)** - An open-source firewall and audit log for AI agents. Sits between agents and their tools as a policy-enforcing proxy with three interception layers: MCP tool calls, CLI commands, and HTTP requests. Features a rules-based allow/deny/warn policy engine with rate limiting, structured JSON audit logging with automatic secret redaction, and a real-time web dashboard. ## ⚔️ Red Teaming & Vulnerability Scanners *Offensive tools to test agents for security flaws, loop conditions, and unauthorized actions.*