forge-sandbox-worker-0.5.0 is not a library.
Forge sandbox worker — isolated child process for V8 execution.
This binary is spawned by [forge_sandbox::host::SandboxHost] in the parent process.
It receives code and configuration over stdin, executes it in a V8 isolate,
and sends results back over stdout. Tool calls are proxied through the parent
via the IPC protocol.
Security: This process runs with a clean environment — no credentials, no inherited file descriptors, no access to MCP connections.