Security Firewall for Agents — Ryan Dahl, Deno

Security Firewall for Agents — Ryan Dahl, Deno

More

Descriptions:

Ryan Dahl, creator of Node.js and CEO of Deno, delivers a conference talk at AI Engineer on the real-world security challenges of giving autonomous AI agents write access to production infrastructure. Drawing from Deno’s own experience deploying Claude Opus to autonomously resolve incidents in the Deno Deploy hosting platform, Dahl describes granting agents access to Postgres, Kubernetes, ClickHouse, AWS, GitHub, and Slack — then confronting the security implications of that access when agents are exposed to potential prompt injection via support systems.

Dahl’s central argument is that agent alignment — trusting the model to refuse harmful actions — is insufficient as a security boundary. Instead, security must be enforced at the network layer, treating agents as untrusted software. The talk introduces Claw Patrol, an open-source MIT-licensed proxy Deno built to address this gap. Unlike HTTP-layer proxies such as HTTP Jail or Brex’s Crabtrap, Claw Patrol operates at a lower protocol level, inspecting every byte leaving the agent, enforcing HCL-based permission rules (borrowing Terraform’s configuration language), injecting credentials without exposing secrets to the agent, and blocking operations like SQL DROP TABLE commands or Kubernetes namespace deletions before they reach production systems.

The talk surveys the existing partial-solution landscape — LLM gateways like OpenRouter and LiteLLM, HTTP proxies, credential injectors like Agent Vault, and OS-level sandboxes like NVIDIA’s OpenShell — and explains why each addresses only a subset of the attack surface that a production agent deployment actually presents.


📺 Source: AI Engineer · Published August 17, 2026
🏷️ Format: Keynote Launch

1 Item

Channels