{
  "tool_id": "art-132-agent-key-rotation-auditor",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "healthy-fresh-key",
      "policy_parameters": {
        "key_created_unix": 1750000000,
        "now_unix": 1750086400,
        "max_key_age_s": 7776000,
        "next_key_present": false,
        "algorithm": "ed25519"
      },
      "output_payload": {
        "key_age_s": 86400,
        "rotation_due": false,
        "next_key_present": false,
        "alg_ok": true,
        "rotation_posture": "HEALTHY"
      },
      "golden_hash": "fbb4d94b246d333e83e6eed0906802e166539434da18dd378fcf8be926270f60"
    },
    {
      "name": "rotation-staged-key-overdue-next-ready",
      "policy_parameters": {
        "key_created_unix": 1742224000,
        "now_unix": 1750000000,
        "max_key_age_s": 7776000,
        "next_key_present": true,
        "algorithm": "ed25519"
      },
      "output_payload": {
        "key_age_s": 7776000,
        "rotation_due": true,
        "next_key_present": true,
        "alg_ok": true,
        "rotation_posture": "ROTATION_STAGED"
      },
      "golden_hash": "2f162c605f4d91712f60e319c219ed837b9f8a2d5c2925354a9b75a5d4e0c111"
    },
    {
      "name": "action-required-overdue-no-next-key",
      "policy_parameters": {
        "key_created_unix": 1742224000,
        "now_unix": 1750000001,
        "max_key_age_s": 7776000,
        "next_key_present": false,
        "algorithm": "ed25519"
      },
      "output_payload": {
        "key_age_s": 7776001,
        "rotation_due": true,
        "next_key_present": false,
        "alg_ok": true,
        "rotation_posture": "ACTION_REQUIRED"
      },
      "golden_hash": "f941ab7cbf6c37641cc1618cf50acdde0948372f458b8c78a2d30c489924a22f"
    }
  ]
}
