Product Guide
Runtime Enforcement & Resilience Layer
Cross-product staged policy enforcement capability built on Threshold and runtime assurance signals.
Last updated Mar 6, 2026
Deployment model: staged (shadow/evaluate -> controlled enforcement)
Type: capability layer (cross-product)
Frameworks: Threshold, Drift, Fidelity, Mandate, Meridian
Purpose
Runtime Enforcement & Resilience converts runtime scoring into staged, auditable policy actions while protecting against brittle automation.
It is applied across products, especially:
- Runtime Alignment Monitor
- Contract Assurance Monitor
Canonical Model
- Runtime Enforcement & Resilience =
Threshold + Drift + Fidelity + Mandate + Meridian
Policy Modes
alert: detect and notify only.shadow: simulate action outcomes without hard enforcement.soft_block: controlled restrictions for scoped policies.hard_block: strict enforcement for calibrated controls.
How It Works
1Ingest runtime score context
2Evaluate Threshold resilience confidence
3Apply policy mode rules
4Emit decision + rationale + audit payload
5Trigger human override path when required
Emits
policy actionpolicy_modedecision_reasonpolicy_versionaudit-ready event record
Integration Surfaces
- Consumes score outputs from:
POST /v1/runtime/analyzePOST /v1/contracts/obligations/scoreGET /v1/score/{framework}/{entity_id}
- Uses signed webhooks for policy workflows:
score.updatedthreshold.crossedruntime.risk.elevatedenforcement.action.executedenforcement.action.failed
Minimum Data Contract
agent_idpolicy_mode(alert|shadow|soft_block|hard_block)- policy profile references and policy version
- runtime score context (
drift,fidelity,mandate,meridian,threshold) - evidence lineage references for auditability
Rollout Guidance
- Start with
alertandshadowto establish precision/recall baselines. - Promote selected controls to
soft_blockwith operational review. - Promote calibrated controls to scoped
hard_blockwith governance approval.