Chronicle/Defense & research

Anthropic adds OS-level filesystem and network sandboxing to Claude Code and open-sources the runtime

DefenseTool releaseSignificance assistant-drafted

Anthropic describes sandboxing for Claude Code that restricts file writes to permitted directories and routes network traffic through a proxy that only allows approved hosts, so a prompt-injected agent cannot modify sensitive files or exfiltrate data freely. Anthropic says internal use showed an 84% reduction in permission prompts, and it released the sandbox runtime, built on bubblewrap and macOS seatbelt, as an open-source research preview.

Why it matters

It is a concrete containment control that limits the blast radius of prompt injection in coding agents regardless of model behavior.

Key facts

As stated in the sources, with where to find them.

  • Anthropic reports sandboxing safely reduced permission prompts by 84% in internal usage.Main post
  • Runtime released as anthropic-experimental/sandbox-runtime, using Linux bubblewrap and macOS seatbelt.Open source section

Findings that cite this record

Key questions this bears on

Sources

Related records