Features
- Wasm Sandbox - Portable, secure execution anywhere
- Docker Sandbox - Full isolation for production
- Restricted Executor - AST-validated Python subset (fallback)
- Security Validation - Pre-execution code analysis
Usage
Sandbox Options
| Sandbox | Security | Portability | Speed |
|---|---|---|---|
| Docker | ⭐⭐⭐ | ⭐⭐ | ⭐⭐ |
| Wasm | ⭐⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ |
| Restricted | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ |