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