{
  "schema_version": "1.1.0",
  "agent_id": "agent-risk-ops-v2",
  "autonomy_level": {
    "level": "execute_with_guardrails",
    "description": "Agent can execute reversible actions within defined scopes."
  },
  "action_classes": [
    {
      "class": "READ",
      "reversible": true,
      "approval_required": false
    },
    {
      "class": "WRITE",
      "reversible": true,
      "approval_required": true
    },
    {
      "class": "TRANSFER",
      "reversible": false,
      "approval_required": true
    }
  ],
  "stop_override_authority": {
    "primary_owner": "Risk Operations",
    "on_call_role": "Risk Steward",
    "override_window_hours": 2,
    "kill_switch": "/mechanisms/patterns/kill-switch"
  },
  "receipt_schema": {
    "href": "/standards/agent-receipt-schema.json",
    "version": "1.0.0"
  },
  "clocks": {
    "ack": { "hours": 2 },
    "review": { "hours": 24 },
    "remedy": { "hours": 72 }
  },
  "evidence_pack_references": [
    { "standard": "STD-01", "href": "/evidence-packs/std-01" },
    { "standard": "STD-02", "href": "/evidence-packs/std-02" }
  ],
  "required_signals": [
    "unsafe_action_rate",
    "human_override_rate",
    "time_to_detection",
    "time_to_remedy"
  ],
  "mapped_mechanisms": [
    { "id": "MEC-01", "href": "/mechanisms/patterns/decision-log" },
    { "id": "MEC-05", "href": "/mechanisms/patterns/kill-switch" },
    { "id": "MEC-06", "href": "/mechanisms/patterns/appeal-paths" }
  ]
}
