Shrinking an agent's blast radius: per-session tool allowlist + gVisor sandbox (open source, honest limits)
Summary
The article introduces two new security features for the Chimera open-source agent: per-session tool allowlists to restrict tool access and gVisor sandboxing to reduce the host kernel surface, aiming to shrink the agent's blast radius.
Similar Articles
Anthropic on sandboxing agents as their capabilities grow
Anthropic published an engineering writeup on sandboxing AI agents to limit blast radius, discussing permission scoping techniques.
How We Built Secure, Scalable Agent Sandbox Infrastructure (8 minute read)
Browser Use describes two patterns for isolating AI agents that execute code: isolating the tool vs isolating the agent. They implemented the agent isolation pattern using Unikraft micro-VMs on AWS, achieving secure, scalable, and disposable sandboxes.
I built Capsule Bash, a sandboxed Bash made for agents without setup
Capsule Bash is a sandboxed Bash environment for AI agents, offering secure WebAssembly-based isolation and enriched command feedback without complex setup.
@AiCamila_: Advanced Agent Security Hardening Beyond basic prompt injection defense, Advanced Agent Security includes tool sandboxi…
A security expert shares a cheatsheet on advanced agent security hardening, covering tool sandboxing, output validation, data loss prevention, adversarial testing, and runtime policy enforcement, emphasizing continuous security practices for production AI agents.
@svpino: This will let you break your agent before your users do. This works with any agent, including chat, code, and voice age…
A tool that automates over 10,000 jailbreaks and adversarial attacks to test AI agents before users do, ensuring security for chat, code, and voice agents.