Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / SandboxTrustLevel

Type Alias: SandboxTrustLevel

ts
type SandboxTrustLevel = "built-in" | "user-defined" | "trusted" | "untrusted";

Defined in: packages/security/src/sandbox/tier-resolver.ts:38

Trust level discriminator. The union mirrors the graphorin-trust-level frontmatter axis from the skills loader, plus the synthetic 'built-in' value used by trusted built-in tools.

Stable