BoxAgnts is an open-source AI Agent ToolBox built with Rust, dedicated to delivering an ultimate out-of-the-box experience. Leveraging WebAssembly sandbox, it provides a runtime environment that balances security and flexibility, helping users effortlessly tackle a wide range of complex tasks and thus becoming an efficient and trustworthy personal AI assistant.
Hey PH! 👋 Maker here.
The AI agent space is exciting, but security is still an afterthought in most frameworks. Most AI agents just subprocess.exec() LLM-generated code — that's literally arbitrary code execution. Some use Docker for sandboxing, but that kills performance and portability.
So I built BoxAgnts with a WebAssembly sandbox powered by Wasmtime:
🔒 Capability-based security — agents can only invoke explicitly allowed tools
⚡ Near-native execution — no Docker/VM overhead, sub-ms startup
🌍 Cross-platform — compiles to WASM, runs everywhere
Also fully open-source (MIT). Try it: grab the binary from Releases.
Would you trust an AI agent to execute code on your machine? Why or why not? Would love to hear your thoughts on agent security.
https://github.com/guyoung/boxagnts
Report
No reviews yetBe the first to leave a review for BoxAgnts