Sign InOpen Brain
Atlas / Infra

Sandboxing

Open JSONConfidence: Auto-collectedLast updated 2026-09-02

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

The Implications of Linguistic Illegibility for LLM Security
arXiv · 2026-09-02

Language-based monitoring cannot fully reveal an agent’s internal computation, the paper argues. Secure agent runtimes still need isolation and data-flow controls independent of self-reporting.

Guardians of the State: An Air-Gapped AI Fortress for Consumer Data — Rachna Srivastava, DFPI
AI Engineer · 2026-08-29

California’s financial regulator built an offline AI pipeline around replayable data, hardware-backed redaction, model routing, and one-way updates for court-defensible evidence.

Introducing Run SDK: secure eval for your agents
Vercel · 2026-08-25

Run SDK executes agent-generated JavaScript or TypeScript behind narrow host functions, with resumable approval and auth boundaries instead of application-level eval access.

What If Your Chip Design Team Moved Like a Single Body? — Abduallah Mohamed, AIDAChip
AI Engineer · 2026-08-22

Tool-by-tool restrictions failed to contain a chip-design agent. Enforce permissions at the substrate, isolate files by role, and propagate approved spec changes from one source of truth.

Give the Agent a Budget, Not a Token — Sachin Malhotra, Anthropic
AI Engineer · 2026-08-22

Production agents need bounded write authority, infrastructure-stamped identity, and human-only overrides; a broad token and tool list cannot control blast radius.

Unlock Agent Autonomy: The Runtime for AI-Native Systems — Tushar Jain, Docker
AI Engineer · 2026-08-20

Docker argues that agent safety belongs in a model-agnostic runtime: contain each task, grant narrowly scoped capabilities, and judge new access requests outside the agent's trust boundary.

IT Admin for the AI Workforce — Sarthak Aggarwal, Decawork
AI Engineer · 2026-08-20

Agent instructions are not security boundaries. Put identity, scoped capabilities, policy gates, audit receipts, and revocation outside the model before granting production access.

Why Your Enterprise Tech Stack Isn’t Ready for AI Agents — Christopher Lovejoy & Saul Howard
AI Engineer · 2026-08-19

Enterprise agent requirements should shape the foundation, not be bolted onto a working POC. Design audit, sensitive-data access, human escalation, and evals into the architecture.

Building an Agentic Video Editor for Mass Consumer — Ekaterina Deyneka, Reelful
AI Engineer · 2026-08-18

Reelful maps the coding-agent pattern onto real-footage editing: analyze media, approve a plan, edit as Remotion code in a sandbox, then verify before rendering.

Cline is now available in the AI SDK harness layer
Vercel · 2026-08-18

Vercel’s AI SDK harness now runs Cline behind the same interface as six other coding-agent runtimes, while keeping Cline in the host and sandboxing only its tools.

Security Firewall for Agents — Ryan Dahl, Deno
AI Engineer · 2026-08-17

Deno treats production agents as untrusted and filters their outbound traffic outside the agent, showing how broad operational access can coexist with protocol-aware controls.

Cloud agents start 3x faster with builds
Cursor · 2026-08-13

Cursor Cloud Agents can start from continuously prepared environment snapshots instead of reinstalling each session. Internal time to first token improved 3x, with failed builds falling back to the last good state.

Building a software factory for AI SDK
Vercel · 2026-08-12

Vercel’s AI SDK factory shows a practical scaling pattern: narrow agents produce evidence inside sandboxes while humans retain merge authority and review effort follows risk.

Codex, Behind the Harness — Dominik Kundel, OpenAI
AI Engineer · 2026-08-10

Codex exposes several reusable harness patterns: deferred tools, persistent browser execution, sandboxed edits, automated permission review, WebSockets, and server-side compaction.

Multiplayer agentic engineering — Arjun Singh, Superconductor
AI Engineer · 2026-08-09

Superconductor’s team workflow keeps agent sessions visible across interfaces, runs them in isolated cloud environments, and benchmarks models on its own codebase before routing work.

Vercel AI Gateway and Vercel Sandbox now available on Hermes Agent
Vercel · 2026-08-07

Hermes can route inference through Vercel’s model gateway and move command execution into an opt-in cloud microVM, separating model access from the machine where the agent runs.

Give every agent in Herdr its own Vercel Sandbox
Vercel · 2026-08-06

Herdr can place each terminal coding agent in a separate Vercel Sandbox, then return its work as an opt-in Git patch instead of letting remote edits touch the local checkout.

Gadgets: Personal app vibe coding that is actually safe — Kenton Varda, Cloudflare
AI Engineer · 2026-08-05

Kenton Varda argues that personal AI-generated apps need per-user code and strong isolation, not one server-owned version. The demo shows agents modifying app code inside a constrained local runtime.

How Factory scaled its cloud backend to one billion monthly requests on Vercel
Vercel · 2026-08-03

Factory runs API routes, middleware, and webhooks in one Next.js backend at one billion daily requests and 350ms p95. Its agents also deploy internal tools through Vercel APIs under review guardrails.

Data and Environment Curation for Post-Training LLMs — Mahesh Sathiamoorthy, Bespoke Labs
AI Engineer · 2026-07-31

Post-training gains depend heavily on task selection, rollout quality, and environment design. For many enterprise agents, curated SFT may deliver most of the value before costly RL.

Emulated: The Data for Fully Autonomous Software Engineers and Companies — Joseph Wang
AI Engineer · 2026-07-31

Repo-only tasks omit deployments, incidents, traffic, and distributed failures. Training infrastructure agents may require multi-node environments with real resources, despite much higher setup cost.

Run multiple isolated agents in a single Sandbox
Vercel · 2026-07-30

Vercel Sandbox can now isolate agents as Linux users while exposing selected files through a shared group directory. This gives multi-agent harnesses a simpler permission boundary.

Project-scoped Tokens
Vercel · 2026-07-30

Vercel tokens can now be restricted to one project, giving agent jobs and automation read/write access without exposing unrelated project, team, or user resources.

Gemini API Managed Agents: 3.6 Flash, hooks, and more
Google · 2026-07-28

Gemini Managed Agents now add model selection, sandbox hooks, token caps, schedules, and free-tier access, covering several controls needed for unattended coding work.

How Sandstone grew 40x in 147 days on Vercel
Vercel · 2026-07-27

Sandstone pairs composable agent workflows with preview deployments and private data connectivity, showing the infrastructure a small team used to operate enterprise legal automation.

Everything Is a Rollout — Alex Shaw + Ryan Marten, Terminal-Bench, Harbor, Laude Institute
AI Engineer · 2026-07-24

Harbor frames agent development as an empirical loop: run agents in reproducible sandboxes, verify outcomes, inspect trajectories, and evaluate every harness or model change.

From fork() to Fleet: Designing an Agent Sandbox Cloud — Abhishek Bhardwaj, OpenAI

Long-running coding agents need isolated, persistent sandboxes: microVMs limit kernel exposure, while incremental snapshots enable recovery, branching, and faster placement across a fleet.

Claws Out: Securing and Building with OpenClaw - Nick Taylor, Pomerium

OpenClaw’s trusted-proxy mode removes duplicate WebSocket tokens and device pairing, but only if proxy IPs and identity headers are tightly constrained.

TencentCloud/CubeSandbox

Tencent Cloud open-sourced a KVM microVM sandbox for agent code execution: sub-60ms cold starts, under 5MB overhead per instance, and E2B SDK compatibility as a self-hostable drop-in.

Quantifying infrastructure noise in agentic coding evals

Anthropic reruns Terminal-Bench 2.0 under six resource configs and finds a 6-point score swing from container limits alone — treat sub-3-point leaderboard gaps as noise until the eval setup is documented.

chenyme/grok2api

Grok2API fronts Grok Build, Web, and Console account pools with OpenAI- and Anthropic-compatible APIs, but its unofficial SSO routing creates terms, credential, and renewal risk.

apache/maka
GitHub

Maka gives local coding-agent runs a durable event log, sandbox boundary, recovery path, and shared runtime across desktop, CLI, and evals. It is early, source-only software with changing interfaces.

Vercel Sandbox now supports FUSE-based filesystems

Vercel Sandbox can now mount FUSE filesystems — S3 buckets, network shares, any FUSE driver — as POSIX paths, so sandboxed agent code can stream remote data without copying it in first.

Osmantic/ODS
GitHub

ODS packages local inference, agents, RAG, workflows, image generation, and operations into one installable stack, reducing homelab integration work at the cost of a large dependency surface.

Scaling Managed Agents: Decoupling the brain from the hands

Anthropic details Managed Agents, a hosted long-horizon agent service that separates the harness from its sandboxes — stateless brains, replaceable containers, and a 60% drop in p50 time-to-first-token.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial