From 1f1763c5230491e1ad3156832d20803ea8076b36 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 1 Jun 2026 12:58:04 -0400 Subject: [PATCH] add Clawpatrol to alternatives comparison Deno's Clawpatrol occupies a similar problem space (credential injection for AI agents) but takes a much broader approach as a multi-protocol security gateway. Note the distinction to helps users choose based on the complexity they actually need. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Ken Dreyer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da0e159..6c4ebaa 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ See [`docs/PAUDE_INTEGRATION.md`](docs/PAUDE_INTEGRATION.md) for integration det - **[Aegis](https://github.com/getaegis/aegis)** — TypeScript, static API keys only, no gcloud ADC, no MITM - **Envoy + Go filter** — MITM forward proxy with dynamic cert generation is complex in Envoy; goproxy is purpose-built for this - **Squid with ssl-bump** — Would need ICAP/eCAP adapter for credential injection; much more complex for the same result +- **[Clawpatrol](https://clawpatrol.dev/)** — multi-protocol security gateway (HTTP, SQL, SSH, K8s) with policy engine, WireGuard transport, and LLM-based approval workflows; far more machinery than credential injection alone requires ## License