Skip to content

Streaming Inspection, Guardian Sidecar, And Egress Proxy

MeshGuard uses three enforcement layers.

LayerPurposeBypass resistance
In-process PEPLow-latency policy checks inside AGT or framework adapter.Depends on agent process integrity.
Guardian sidecarLast-known-good policy enforcement and WAL-backed audit when the gateway is unreachable.Stronger in Kubernetes or VM placement.
Egress proxyNetwork-level enforcement for outbound traffic.Strongest when paired with network policy.

Streaming Inspection

Supported protocols:

  • Server-Sent Events.
  • OpenAI streaming.
  • Anthropic streaming.
  • Bedrock response streams.
  • Vertex streaming.
  • gRPC bidirectional streaming.

Enforcement modes:

  • log-only
  • redact
  • block-and-truncate
  • full-block

Matched sensitive content is deterministically redacted before audit so the audit log does not become a secondary PII/PHI store.

Governance Control Plane for AI Agents