Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/core / / RunTaintSummary

Interface: RunTaintSummary

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

Stable

Coarse, serializable data-flow taint summary persisted in RunState across suspend/resume. Structurally identical to @graphorin/security's TaintLedgerSnapshot; carries no untrusted text.

Properties

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