Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / ResolveSandboxInput
Interface: ResolveSandboxInput
Defined in: packages/security/src/sandbox/tier-resolver.ts:63
Input to resolveSandbox(...). The fields are intentionally decoupled from Tool / Skill types so the resolver can be reused by the agent runtime, the skills loader, and the MCP client without a circular dependency.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
override? | readonly | SandboxPolicyOverride | packages/security/src/sandbox/tier-resolver.ts:67 |
skillName? | readonly | string | packages/security/src/sandbox/tier-resolver.ts:66 |
toolName? | readonly | string | packages/security/src/sandbox/tier-resolver.ts:65 |
trustLevel | readonly | SandboxTrustLevel | packages/security/src/sandbox/tier-resolver.ts:64 |