Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/agent / / ProtocolGuardConfig
Interface: ProtocolGuardConfig
Defined in: packages/agent/src/lateral-leak/protocol-guard.ts:47
Configurable per-boundary policy table. There is no AgentConfig knob for this; operators override specific boundaries by passing a ProtocolGuardConfig to guardOutboundContent(...) / resolvePolicy(...) when wiring server boundaries (SSE / session export).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
audit? | readonly | ProtocolEscapePolicy | packages/agent/src/lateral-leak/protocol-guard.ts:52 |
httpHeader? | readonly | ProtocolEscapePolicy | packages/agent/src/lateral-leak/protocol-guard.ts:49 |
restBody? | readonly | ProtocolEscapePolicy | packages/agent/src/lateral-leak/protocol-guard.ts:51 |
sse? | readonly | ProtocolEscapePolicy | packages/agent/src/lateral-leak/protocol-guard.ts:48 |
ws? | readonly | ProtocolEscapePolicy | packages/agent/src/lateral-leak/protocol-guard.ts:50 |