Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / / CausalityMonitorConfig

Interface: CausalityMonitorConfig

Defined in: packages/agent/src/lateral-leak/causality-monitor.ts:31

Per-agent configuration accepted by createAgent({ causalityMonitor }).

Stable

Properties

PropertyModifierTypeDescriptionDefined in
auditAllChains?readonlybooleanWhen true, emit the chain on every checkMessage(...) call (high-cardinality; opt-in for compliance audits). Default false — only emit on detected leaks.packages/agent/src/lateral-leak/causality-monitor.ts:42
denialPatterns?readonlyreadonly RegExp[]Operator-extensible denial patterns.packages/agent/src/lateral-leak/causality-monitor.ts:36
maxChainDepth?readonlynumberMaximum depth of the chain. Default 32.packages/agent/src/lateral-leak/causality-monitor.ts:34
strictnessreadonlyCausalityMonitorStrictness-packages/agent/src/lateral-leak/causality-monitor.ts:32