Deno launches Claw Patrol: an open-source security firewall for AI agents
By
denoland
Summary
Claw Patrol is an open-source security firewall tool for AI agents, developed by Deno (denoland). It sits between agents and production environments, parsing traffic at the wire level and gating actions against rules written in HCL (HashiCorp Configuration Language). The tool allows users to block destructive operations like SQL queries or kubectl delete pod commands, optionally requiring human approval before requests reach production systems. It can be installed via a curl script or built from source using Go and Node.js.
Source
Key quotes
· 3 pulledClaw Patrol sits between your agents and prod, parses their traffic at the wire, and gates each action against rules you write in HCL.
For example, you can block destructive SQL, or pause kubectl delete pod until a human approves it before the request reaches Kubernetes.
A real rule from our own production config: rule "k8s-no-secrets" { endpoint = k8s-prod, condition = "k8s.resource == 'secrets" }
You might also wanna read
ClawSecure: Security Platform for OpenClaw AI Agents with 3-Layer Protection
ClawSecure is a security platform designed specifically for OpenClaw AI agents, offering comprehensive protection including 3-layer security
ClawTick: A Cloud Scheduler for AI Agents with CLI, Monitoring, and Free Tier
ClawTick is a cloud-based scheduler designed for AI agents, allowing users to schedule tasks for LangChain, CrewAI, or webhooks using a sing
ClawMetry: Open-Source Observability Dashboard for OpenClaw AI Agents
ClawMetry is a free, open-source observability dashboard specifically designed for OpenClaw AI agents, offering real-time monitoring capabil
Epsilla Launches ClawTrace Platform for Building AI Agents with Private Knowledge
Epsilla (YC S23) launches ClawTrace, an all-in-one platform for creating AI agents powered by private knowledge. The platform enables domain

ClawSec: The AI Agent Security Suite
Clawdi: An open-source cloud platform for running AI agents without setup hassles
Clawdi is an open-source platform that enables users to run AI agents (like OpenClaw and Hermes) in the cloud without manual setup. It decou

Comments
Sign in to join the conversation.
No comments yet. Be the first.