Brood Box — Summary
Brood Box (bbox) is a CLI tool from Stacklok that runs any coding agent (Claude Code, Codex, OpenCode, Gemini, Hermes) inside a hardware-isolated microVM, providing KVM-backed isolation rather than container-based isolation. The workspace is copy-on-write-snapshotted before the agent runs, so the agent never touches real files; when the session ends, a SHA-256 diff is computed and changes are flushed back only after interactive per-file review. Security layers include an egress firewall with three profiles (permissive/standard/locked), ephemeral per-session SSH keys, automatic exclusion of sensitive file patterns, and Cedar-based MCP authorization. It also proxies ToolHive MCP servers into the VM, forwarding credentials and SSH agents without exposing them to the guest. Brood Box is not a coding agent framework itself — it sits one layer below the agent loop as an execution substrate, making it fundamentally different from all 11 seed frameworks. While seeds like superpowers, BMAD, or claude-flow augment how an agent behaves (via skills, hooks, personas), Brood Box augments where the agent runs and what it can affect, giving every agent (regardless of internal methodology) hardware-level isolation and workspace protection.