Local Process Sandbox
← Back to Plugin Center
OfficialSandboxOfficialv0.1.0DeepSeek AI
sandbox/local
Isolates agent-launched processes and restricts file and network permissions.
sandbox/local provides a local process sandbox backend that places every agent-launched process in a controlled environment, restricts accessible file paths and network capabilities, and can route sensitive operations to the user for approval.
It implements the ctx.sandbox seam; swapping in a container or remote sandbox changes the isolation policy without touching any upper-layer code.
Features
- Implements the ctx.sandbox seam
- Restricts file paths and network access
- Sensitive operations can route to user approval
- Replaceable with container or remote sandboxes