#146 · Primary category: Cybersecurity & Decryption Tools

zerobox

ai-agents cli llm llm-sandbox mcp mcp-security openclaw process-isolation rust sandbox security security-tools vault

Lightweight, cross-platform process sandboxing powered by OpenAI Codex's runtime. Sandbox any command with file, network, and credential controls.

Project last updated:05/17/26

GitHub Stars

708

Forks

40

Contributors

2

License

Apache-2.0

Why we included this project

Zerobox runs commands from AI agents inside a sandbox that blocks writes, network access, and environment variables by default, so nothing happens unless you explicitly allow it. It can also inject real API credentials for approved hosts only, which means the process never sees the keys themselves. That is exactly what teams wiring LLM tools, MCP servers, or coding agents into their workflows need: a hard boundary between what the model can do and what it can reach. The whole thing ships as a single binary with Rust, TypeScript, and Python SDKs, so you can add it to an existing pipeline without spinning up Docker or a VM. If you need to contain agent-generated commands, this is a lightweight option worth a look.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category