Interface: GuardResult
Defined in: packages/core/src/sandbox/SandboxGuard.ts:24
Properties
ok
ts
readonly ok: boolean;Defined in: packages/core/src/sandbox/SandboxGuard.ts:26
Whether the code passed the fail-fast check
violation?
ts
readonly optional violation: string;Defined in: packages/core/src/sandbox/SandboxGuard.ts:28
Human-readable reason for rejection (present when ok is false)