{
  "status": "ok",
  "checked": [
    "public-health",
    "minimal",
    "mcp-authorization-boundary"
  ],
  "findings": [
    {
      "service": "dark-aurora-core-mcp",
      "public_access": "minimal-health-only",
      "mcp_endpoint": "https://mcp.fireofthemind.space/mcp",
      "mcp_requires_authorization": true,
      "allow_unauthenticated_read_connect": false,
      "changed_external_state": false
    }
  ],
  "limitations": [
    "Public health is intentionally minimal. It does not expose token presence, repo state, archive metadata, AI Search status, or tool output.",
    "Detailed health, settings, MCP tools, and write receipts require an authorized request."
  ],
  "next_actions": [
    "Use x-admin-token for authorized /health, /settings, or /mcp access."
  ]
}