Sandbox Configuration
The Hardened Sandbox protects your system from unintended agent actions. This guide covers advanced sandbox configuration.
Settings
{
"omni.sandbox.enabled": true,
"omni.sandbox.timeout": 30000,
"omni.sandbox.allowNetwork": false,
"omni.sandbox.allowFileWrite": true,
"omni.sandbox.allowedPaths": ["./src", "./tests", "./public"],
"omni.sandbox.blockedCommands": ["rm -rf", "format", "del /f"]
}
Security Levels
| Level | Configuration | Use Case |
|---|---|---|
| Strict | No network, limited paths | High-security environments |
| Standard | No network, workspace access | Normal development (default) |
| Relaxed | Network allowed, workspace access | Full-stack development |