{
  "monthly": [
    {
      "month": "2026-01-01",
      "attack_type": "deepfake_abuse",
      "attempts": 36,
      "successful": 13,
      "blocked": 20,
      "requires_human_escalation": 3
    },
    {
      "month": "2026-02-01",
      "attack_type": "deepfake_abuse",
      "attempts": 41,
      "successful": 16,
      "blocked": 22,
      "requires_human_escalation": 3
    },
    {
      "month": "2026-03-01",
      "attack_type": "deepfake_abuse",
      "attempts": 48,
      "successful": 17,
      "blocked": 27,
      "requires_human_escalation": 4
    },
    {
      "month": "2026-04-01",
      "attack_type": "deepfake_abuse",
      "attempts": 44,
      "successful": 14,
      "blocked": 26,
      "requires_human_escalation": 4
    },
    {
      "month": "2026-01-01",
      "attack_type": "multimodal_prompt_injection",
      "attempts": 29,
      "successful": 11,
      "blocked": 16,
      "requires_human_escalation": 2
    },
    {
      "month": "2026-02-01",
      "attack_type": "multimodal_prompt_injection",
      "attempts": 31,
      "successful": 12,
      "blocked": 17,
      "requires_human_escalation": 2
    },
    {
      "month": "2026-03-01",
      "attack_type": "multimodal_prompt_injection",
      "attempts": 35,
      "successful": 12,
      "blocked": 20,
      "requires_human_escalation": 3
    },
    {
      "month": "2026-04-01",
      "attack_type": "multimodal_prompt_injection",
      "attempts": 34,
      "successful": 11,
      "blocked": 20,
      "requires_human_escalation": 3
    }
  ],
  "controls": [
    {
      "control_id": "output_classifier_v2",
      "control_label": "Output safety classifier",
      "coverage_rate": 0.82,
      "block_precision": 0.79,
      "block_recall": 0.73
    },
    {
      "control_id": "media_provenance_check",
      "control_label": "Media provenance gate",
      "coverage_rate": 0.61,
      "block_precision": 0.84,
      "block_recall": 0.57
    },
    {
      "control_id": "human_approval_gate",
      "control_label": "Human approval for high-risk outputs",
      "coverage_rate": 0.48,
      "block_precision": 0.91,
      "block_recall": 0.44
    }
  ]
}
