From 819d0240b932af854d471949e700fba2081c44a4 Mon Sep 17 00:00:00 2001 From: Sunny Chau Date: Tue, 30 Jun 2026 13:03:37 +0100 Subject: [PATCH] Add Adrian to Agent Firewalls & Gateways (Runtime Protection) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64858d4..285762c 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. - **[Immunity Agent](https://github.com/PrismorSec/immunity-agent)** - Security-focused AI agent runtime for scanning prompt injection, MCP risks, unsafe package installs, and dangerous agent actions before execution. +- **[Adrian](https://github.com/secureagentics/Adrian)** - Open-source, AARM-aligned runtime security engine that monitors AI agents' tool calls and reasoning traces, then blocks malicious tool use, prompt injection, and out-of-remit actions in-flight (audit or block mode). Two-line LangChain/LangGraph install; fully self-hostable offline. Apache-2.0. ## ⚔️ Red Teaming & Vulnerability Scanners *Offensive tools to test agents for security flaws, loop conditions, and unauthorized actions.*