Skip to content

RFC-023: ENFORCE Broadcast — Ephemeral Distributed Enforcement for Governed Autonomy — 23. Agentic ENFORCE

AIGP SpecificationRFC-023: ENFORCE Broadcast — Ephemeral Distributed Enforcement for Governed Autonomy › 23. Agentic ENFORCE

← 22. First Responder ENFORCE · Section index · 24. Cognitive Safety ENFORCE →

23. Agentic ENFORCE

ENFORCE applies to digital agents.

Examples:

disable external email
deny secrets access
stop deployment
quarantine agent
revoke tool token
activate cognitive safety
block data export

Example:

enforce_signal:
signal_id: ebs.agent.000221
signal_type: ENFORCE
issuer:
issuer_id: aigp_control_plane
scope:
tenant_id: tenant.acme
applies_to:
actors:
- agent.support.*
command:
action: deny_action
prohibited_action: external_send
reason: pii_exposure_detected
ttl_seconds: 300
propagation:
rebroadcast_required: true
channels:
- agent_bus
- gateway
- sidecar
evidence:
ddna_required: true

SGL equivalent:

◎agent.support.* → send ◇external
✕ if data.pii.raw == true
⊗ external_send if pii_exposure_detected == true
#D-DNA{event:enforcement.signal.issued, hash:sha256:...}


← 22. First Responder ENFORCE · Section index · 24. Cognitive Safety ENFORCE →