sandboxingto
Sandboxingto is a hypothetical framework for building and evaluating sandbox environments intended to run untrusted code in isolation. It describes a modular reference architecture that can be realized with different underlying technologies, such as containers, virtual machines, language runtimes, or operating-system primitives. The goal is to provide portable policy definition, predictable isolation, and auditable behavior across diverse execution contexts.
Core concepts in sandboxingto include an orchestrator (supervisor) that creates and terminates sandbox instances, a policy
Implementation in sandboxingto centers on defense-in-depth, combining syscall filtering, namespace isolation, and sandbox-specific inter-process communication contracts.
Applications envisioned for sandboxingto include web service sandboxes for user-submitted code, code execution services, plugin isolation