Sandbox

5essays ·All tags

Agent Safety24 min read

The OpenAI/Hugging Face Incident Is Four Failures, Not One

OpenAI's model escaped its sandbox, disconnected its own monitoring in prior tests, left notes for future versions of itself on how to break free, and breached Hugging Face's production systems before OpenAI knew it was loose. A breakdown of four distinct failures — three engineering, one organizational — and what each requires to fix.

  • Agents
  • Sandbox
  • Security
  • Supply Chain
  • Telemetry
Agent Safety22 min read

Syscall Allowlisting: The Strict Diet for Agents

Blocking binaries is not enough. Seccomp allowlists shrink the system vocabulary so common exploits fail closed — Tetragon decides which programs may start; seccomp decides which syscalls those programs may still speak.

  • Seccomp
  • Sandbox
  • Agents
  • Security
  • Docker
Agent Safety22 min read

Ephemeral Execution Sidecars: Isolated Tool Execution

Unsafe tools should never run on the agent host. Dispatch them to ephemeral throwaway sidecars and destroy the workspace after — Panguard decides which tool may fire; the sidecar decides where leftover code is allowed to land.

  • Sandbox
  • Docker
  • Agents
  • Security
  • Trust Boundaries
Agent Safety24 min read

The Kernel Said No: How to Actually Contain AI Coding Agents on macOS

What the Matt Shumer incident reveals about agent trust boundaries, how macOS Seatbelt works at the kernel, and how to lock Claude Code, Codex, Cursor, and OpenCode to your work directory in under five minutes.

  • Sandbox
  • Agents
  • Security
  • Trust Boundaries
  • Macos
Architecture28 min read

The Worm That Ate the Supply Chain: What Mini Shai-Hulud Reveals About Every Security Control You're Trusting

How a self-propagating npm/PyPI worm defeated SLSA Build Level 3 provenance attestation, breached OpenAI and Mistral AI, open-sourced its own code, and what a layered defense posture actually looks like against this class of attack.

  • Supply Chain
  • Security
  • Agents
  • Sandbox
  • Vault
  • Arweave