Claw Patrol: an open-source security firewall for agents
Deno has introduced Claw Patrol, an open-source security firewall designed for agents managing production systems. This tool aims to balance the need for agent access with security by controlling outbound requests and credential management. Claw Patrol allows for customizable rules to ensure safe interactions with various services while minimizing risks associated with agent operations.
- ▪Claw Patrol routes agent traffic through a secure tunnel to a gateway that evaluates requests against user-defined rules.
- ▪The solution allows agents to access production systems while preventing unauthorized actions, such as deleting databases or accessing sensitive information.
- ▪Claw Patrol is currently in alpha and is open-sourced under the MIT license, with documentation available for further development.
2 outlets in our directory ran this story, first to last over 10 hours. All of the coverage we found sits in one bucket: centre. That one-sidedness is itself worth noticing.
Deno Blog files mainly under programming.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Deno Blog |
| Canonical URL | https://deno.com/blog/clawpatrol |
| Publication time | 2026-05-21T15:00:00.000Z |
| Retrieval time | 2026-05-21T13:21:11.070Z |
| Last seen | 2026-05-21T13:21:11.070Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | JyS-Wj0W8lsa · 2 stories |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Claw Patrol: an open-source security firewall for agentsMay 21, 2026Ryan DahlBert BelderDivy SrivastavaArnau OrriolsYusuke TanakaProduct UpdateAt Deno, we run Deno Deploy, JSR, and a handful of other production services. We’re increasingly using agents to help with operations: triage PagerDuty alerts, check dashboards, query logs, run kubectl, roll back a bad deploy, and so on. That means giving the agents access to many of the production systems an engineer has: AWS, GCP, Postgres, Kubernetes, ClickHouse, GitHub, Slack, Grafana. This requires extreme care, and presents a dilemma. An agent with limited access isn’t very useful. But the more access it has, the more dangerous it is: kubectl delete namespace prod and psql -c 'DROP TABLE users' are both one tool call away.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Deno Blog.