Skip to content

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

PropertyModifierTypeDescriptionDefined in
sensitiveSeenreadonlyboolean-packages/core/src/types/run.ts:214
spanTileHashes?readonlyreadonly 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
untrustedSeenreadonlyboolean-packages/core/src/types/run.ts:213
untrustedSourceKindsreadonlyreadonly string[]-packages/core/src/types/run.ts:215