Table of Contents

Namespace JD.AI.Core.Tools.Sandbox

Classes

NoneSandbox

No sandboxing — direct process execution (current default behavior).

RestrictedSandbox

Restricted sandbox — filters environment variables, blocks dangerous commands, and enforces strict timeouts.

SandboxResult

Result of a sandboxed command execution.

Interfaces

ISandbox

Abstraction for executing commands with varying levels of isolation.