Give Agents Isolated Linux Sandboxes via MCP [Kilntainers]
MCP sandbox isolation for agents; E2B/Modal/Docker/WASM backends already exist separately.
A security-focused personal AI assistant that runs all LLM-generated code inside a WASM sandbox (QuickJS inside Wasmtime)
WASM sandbox beats exec() for AI agents, but the category is crowded.
Developers building AI agents who need code execution safety
OpenClaw · nanobot · LangChain
MCP sandbox isolation for agents; E2B/Modal/Docker/WASM backends already exist separately.
VirtualBox sandbox isolates AI agents so mistakes never touch your host machine.
Runs agents in sandboxed microVMs to contain execution; promising but docs barely explain why this matters.
Docker sandbox execution catches runtime threats static analysis alone misses.
Sandboxed Rust execution for AI agents, but Devin already owns this category.
LLM code execution via Lua REPL reduces token costs vs. tool-calling loops.