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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
dataflowFlags? | readonly | readonly 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? | readonly | boolean | The lateral-leak defense withheld this assistant turn. | packages/core/src/types/run.ts:249 |