Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / RunTaintSummary
Interface: RunTaintSummary
Defined in: packages/core/src/types/run.ts:212
Coarse, serializable data-flow taint summary persisted in RunState across suspend/resume (AG-19). Structurally identical to @graphorin/security's TaintLedgerSnapshot; carries no untrusted text.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
sensitiveSeen | readonly | boolean | - | packages/core/src/types/run.ts:214 |
spanTileHashes? | readonly | readonly string[] | C6: one-way FNV-1a hashes of normalized untrusted-span tiles. Re-arms the verbatim-carry probe after a resume at tile granularity. Hashes only - no untrusted text is ever persisted (the invariant above holds). | packages/core/src/types/run.ts:222 |
untrustedSeen | readonly | boolean | - | packages/core/src/types/run.ts:213 |
untrustedSourceKinds | readonly | readonly string[] | - | packages/core/src/types/run.ts:215 |