Skip to content

Add brood-box to Agent infrastructure#14

Merged
bradAGI merged 1 commit intobradAGI:mainfrom
JAORMX:add-brood-box
Apr 1, 2026
Merged

Add brood-box to Agent infrastructure#14
bradAGI merged 1 commit intobradAGI:mainfrom
JAORMX:add-brood-box

Conversation

@JAORMX
Copy link
Copy Markdown
Contributor

@JAORMX JAORMX commented Mar 20, 2026

We've been building brood-box, a CLI that runs AI coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs.

The idea is simple: your agent gets a full Linux environment to work in, but it's running inside a KVM microVM. So even if a prompt injection convinces it to cat ~/.ssh/id_rsa or curl your secrets somewhere... there's nothing to find, and nowhere to send it.

It also does COW snapshot isolation (diff and review every change before it touches your real workspace), DNS-aware egress control, and Cedar-based MCP authorization profiles.

Fits nicely in the Agent infrastructure section alongside the other sandboxing tools.


🤖 Generated with Claude Code and Brood Box

@bradAGI bradAGI merged commit 7c283b0 into bradAGI:main Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants