From 84a22188988d6b4b2cb17185e465780197fd0cc7 Mon Sep 17 00:00:00 2001
From: ElamOlame31 <113931628+ElamOlame31@users.noreply.github.com>
Date: Wed, 27 May 2026 20:10:54 -0400
Subject: [PATCH] =?UTF-8?q?Add=20AgentGate=20=E2=80=94=20pre-execution=20a?=
=?UTF-8?q?uthorization=20PDP=20for=20AI=20agents?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
AgentGate is an open-source MIT-licensed Policy Decision Point for autonomous AI agents. It intercepts every agent action before execution, scores trust across 4 dimensions (Identity, Delegation, Purpose Alignment, Behavioral), and detects 24h kill chain patterns like BULK_READ_THEN_EXFIL. Drop-in integration with LangGraph, LangChain, and AutoGen. Repo: https://github.com/ElamOlame31/agentgate-public
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 353e7de..aa1f7b9 100644
--- a/README.md
+++ b/README.md
@@ -1174,6 +1174,10 @@ No active community listings currently.
### 🛠️ Cybersecurity
+| [ElamOlame31/agentgate-public](https://github.com/ElamOlame31/agentgate-public) | Pre-execution authorization PDP for LangGraph agents — intercepts every tool call before it fires, scores trust across 4 dimensions, detects 24h kill chain patterns like BULK_READ_THEN_EXFIL. MIT licensed, drop-in with LangGraph's ToolNode. | 
 |
+
+https://www.tryagentgate.com/
+
*Security testing, red-team automation, adversary emulation, and defensive validation agents*
@@ -1187,6 +1191,10 @@ No active community listings currently.
### 🌍 Security & Governance
+| [ElamOlame31/agentgate-public](https://github.com/ElamOlame31/agentgate-public) | Pre-execution authorization PDP for LangGraph agents — intercepts every tool call before it fires, scores trust across 4 dimensions, detects 24h kill chain patterns like BULK_READ_THEN_EXFIL. MIT licensed, drop-in with LangGraph's ToolNode. | 
 |
+
+https://www.tryagentgate.com/
+
*Action verification, provenance tracking, fail-closed mechanisms, prompt injection protection*