All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Deno launches Claw Patrol: an open-source security firewall for AI agents

By

denoland

28d ago· 2 min readenCode

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

Hacker NewsDeno launches Claw Patrol: an open-source security firewall for AI agentsgithub.com

Key quotes

· 3 pulled
Claw 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" }
Snippet from the RSS feed
Security firewall for agents. Contribute to denoland/clawpatrol development by creating an account on GitHub.

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.