You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python decorator that executes untrusted code in isolated sandboxes with defense-in-depth security, designed for safe execution of LLM-generated code on local machines.
Per-process OS-level sandboxes for Go: macOS sandbox-exec (SBPL/seatbelt) + Linux bubblewrap, applied to an *exec.Cmd via a declarative Profile. Non-optional SBPL literal validator; narrowed bwrap mounts + namespace unsharing.