Skip to content

Sandboxing & Isolation

.md

Untrusted agent code is executed inside an isolated Docker container (Dockerfile.sandbox with WITH_SANDBOX=1).

  • Blocked shell deny patterns (e.g. curl | sh, fork bombs, reverse shells).
  • Timeouts on all subshell processes (default 60s).
  • Isolated virtual filesystem boundaries.