Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/core / / RunTurnVerdict

Interface: RunTurnVerdict

Defined in: packages/core/src/types/run.ts:245

B3 (item 15): one turn's security verdict. All fields are optional and additive; the ABSENCE of a verdict entry means the turn passed every gate untouched.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
dataflowFlags?readonlyreadonly string[]Data-flow policy findings attached to this turn (e.g. flagged sink flows). Bounded descriptive labels, never content.packages/core/src/types/run.ts:254
guardrail?readonly"block" | "rewrite"An input/output guardrail blocked or rewrote this turn.packages/core/src/types/run.ts:247
lateralLeak?readonlybooleanThe lateral-leak defense withheld this assistant turn.packages/core/src/types/run.ts:249