{
  "candidate_count": 6,
  "candidates": [
    {
      "auto_allow_rate": 0.2,
      "auto_block_rate": 0.8,
      "false_negative_rate": 0.0909,
      "false_positive_rate": 0.2857,
      "high_severity_false_negative_count": 0,
      "policy_label": "strict",
      "precision": 0.9375,
      "recall": 0.9091,
      "review_rate": 0.0,
      "threshold": 0.35
    },
    {
      "auto_allow_rate": 0.2,
      "auto_block_rate": 0.8,
      "false_negative_rate": 0.0909,
      "false_positive_rate": 0.2857,
      "high_severity_false_negative_count": 0,
      "policy_label": "strict",
      "precision": 0.9375,
      "recall": 0.9091,
      "review_rate": 0.0,
      "threshold": 0.45
    },
    {
      "auto_allow_rate": 0.2,
      "auto_block_rate": 0.75,
      "false_negative_rate": 0.0909,
      "false_positive_rate": 0.0,
      "high_severity_false_negative_count": 0,
      "policy_label": "balanced",
      "precision": 1.0,
      "recall": 0.9091,
      "review_rate": 0.05,
      "threshold": 0.55
    },
    {
      "auto_allow_rate": 0.2,
      "auto_block_rate": 0.75,
      "false_negative_rate": 0.0909,
      "false_positive_rate": 0.0,
      "high_severity_false_negative_count": 0,
      "policy_label": "balanced",
      "precision": 1.0,
      "recall": 0.9091,
      "review_rate": 0.05,
      "threshold": 0.65
    },
    {
      "auto_allow_rate": 0.2,
      "auto_block_rate": 0.75,
      "false_negative_rate": 0.0909,
      "false_positive_rate": 0.0,
      "high_severity_false_negative_count": 0,
      "policy_label": "permissive",
      "precision": 1.0,
      "recall": 0.9091,
      "review_rate": 0.05,
      "threshold": 0.75
    },
    {
      "auto_allow_rate": 0.2,
      "auto_block_rate": 0.75,
      "false_negative_rate": 0.0909,
      "false_positive_rate": 0.0,
      "high_severity_false_negative_count": 0,
      "policy_label": "permissive",
      "precision": 1.0,
      "recall": 0.9091,
      "review_rate": 0.05,
      "threshold": 0.85
    }
  ],
  "recommendation": "Use the balanced threshold for this synthetic slice because it keeps high-severity false negatives at zero while preserving a visible review band for ambiguous cases.",
  "selected_policy": {
    "auto_allow_rate": 0.2,
    "auto_block_rate": 0.75,
    "false_negative_rate": 0.0909,
    "false_positive_rate": 0.0,
    "high_severity_false_negative_count": 0,
    "policy_label": "balanced",
    "precision": 1.0,
    "recall": 0.9091,
    "review_rate": 0.05,
    "threshold": 0.65
  },
  "selected_threshold": 0.65,
  "sweep_type": "deterministic_safety_threshold_sweep"
}
