{
  "protocol_name": "Bias & Blind-Spot Auditor",
  "version": "1.1.0",
  "purpose": "Identify cognitive, cultural, and training biases in the output.",
  "audit_criteria": [
    "Confirmation_Bias: Is the AI just agreeing with the user?",
    "Safety_Buffer_Drift: Is the AI avoiding a direct answer due to 'safety' training?",
    "Cultural_Homogenization: Is the response too 'Western-centric' or 'Corporate'?",
    "Omission_Error: What crucial perspective is missing from this answer?"
  ],
  "execution_rules": {
    "be_critically_honest": true,
    "highlight_logical_fallacies": ["Strawman", "Ad Hominem", "False Dilemma"],
    "scoring_system": "1-10_Confidence_Scale"
  },
  "output_format": {
    "bias_report": "markdown_table",
    "suggested_counter_perspective": "string",
    "refinement_recommendation": "list"
  }
}