Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/agent / / InboundTaintSeed
Interface: InboundTaintSeed
Defined in: packages/agent/src/types.ts:565
Stable
Message-borne untrusted input entering a run from a channel gateway. Stamped into the run's taint ledger at init, BEFORE the first step, so the data-flow policy's untrusted leg is armed even though the input arrives as a user MESSAGE rather than a tool output (the Rule-of-Two deliberately excludes ordinary user messages; channel peers are authenticated but their CONTENT is attacker-influenceable). Widen-only: it can add taint, never clear it.