Skip to content

RFC-024: D-DNA for Governed Autonomy — 32. Examples

AIGP SpecificationRFC-024: D-DNA for Governed Autonomy › 32. Examples

← 31. Conformance · Section index · 33. Summary →

32. Examples

32.1 Agent Tool Denial

ddna_record:
ddna_version: "1.0"
event_type: action.denied
subject:
subject_id: agent.support.3
subject_type: agentic_ai
governance_intent:
intent_id: gio.data.protect_pii.v1
intent_hash: sha256:...
symbolic_constraint:
glyph_statement: "◎agent.support → send ◇external ✕ if data.pii.raw == true"
canonical_ast_hash: sha256:...
decision:
proposed_action: external_send
decision_result: deny
reason: pii_exposure_detected
evidence:
input_hash: sha256:...
output_hash: sha256:...
tool_call_hash: sha256:...
chain:
previous_event_hash: sha256:...
event_hash: sha256:...
signature:
algorithm: Ed25519
signer: aigp-gateway
signature_value: base64...

32.2 Drone ENFORCE Receipt

ddna_record:
ddna_version: "1.0"
event_type: enforcement.signal.received
subject:
subject_id: drone.042
enforce_signal:
signal_id: ebs.sar17.000842
signal_hash: sha256:...
decision:
decision_result: enforce
local_action:
- deny_entry
- reroute
context:
location_ref: geo:zone.E.edge
telemetry_hash: sha256:...
chain:
previous_event_hash: sha256:...
event_hash: sha256:...
signature:
algorithm: Ed25519
signer: drone.042.runtime_monitor
signature_value: base64...

32.3 VGL Observation

ddna_record:
ddna_version: "1.0"
event_type: vgl.frame.observed
subject:
subject_id: drone.043
object:
object_id: drone.042
vgl_frame:
frame_type: STATUS
frame_hash: sha256:...
parsed_frame: "[STAT][◎D42][@SAR17][⌘✓][⛶IN][📡LOST][↩BASE][#8F3A]"
trust_level: L2_plausible_unverified
decision:
decision_result: maintain_separation
evidence:
image_observation_hash: sha256:...
local_sensor_hash: sha256:...
chain:
previous_event_hash: sha256:...
event_hash: sha256:...
signature:
algorithm: Ed25519
signer: drone.043.runtime_monitor
signature_value: base64...

32.4 Cognitive Safety Constraint

ddna_record:
ddna_version: "1.0"
event_type: cognitive_safety.constraint.applied
subject:
subject_id: assistant.companion
governance_intent:
intent_id: gio.human.cognitive_safety.v1
intent_hash: sha256:...
context:
conversation_id: session.993
interaction_window: last_20_turns
interaction_window_hash: sha256:...
decision:
decision_result: constrain_response
obligations:
- reality_anchor
- avoid_delusion_validation
- encourage_human_support
evidence:
risk_signal_hash: sha256:...
response_constraint_hash: sha256:...
chain:
previous_event_hash: sha256:...
event_hash: sha256:...
signature:
algorithm: Ed25519
signer: cognitive_safety_monitor
signature_value: base64...

32.5 Force-Capable Denial

ddna_record:
ddna_version: "1.0"
event_type: force.action.denied
subject:
subject_id: system.defense.v1
governance_intent:
intent_id: gio.force.lawful_authority.v1
authority:
command_authority_id: command.03
human_confirmation_present: false
decision:
proposed_action: engage
decision_result: deny
reasons:
- human_confirmation_absent
- target_identity_unknown
- civilian_presence_detected
evidence:
roe_hash: sha256:...
target_classification_hash: sha256:...
civilian_presence_assessment_hash: sha256:...
chain:
previous_event_hash: sha256:...
event_hash: sha256:...
signature:
algorithm: Ed25519
signer: force_runtime_monitor
signature_value: base64...


← 31. Conformance · Section index · 33. Summary →