﻿{
    "run_id":  "HAREX_PUBLIC_READONLY_SITE_SPEC_AND_LOCAL_BUILD_REPAIR_A",
    "generated_at_utc":  "2026-06-28T16:00:17.5961220Z",
    "allowed_routes":  {
                           "/":  {
                                     "method":  "GET",
                                     "source":  "index.html",
                                     "readonly":  true
                                 },
                           "/status":  {
                                           "method":  "GET",
                                           "source":  "status.json",
                                           "readonly":  true
                                       },
                           "/health":  {
                                           "method":  "GET",
                                           "source":  "status.json",
                                           "readonly":  true
                                       },
                           "/metrics":  {
                                            "method":  "GET",
                                            "source":  "status.json",
                                            "readonly":  true
                                        },
                           "/policy":  {
                                           "method":  "GET",
                                           "source":  "policy.json",
                                           "readonly":  true
                                       },
                           "/network":  {
                                            "method":  "GET",
                                            "source":  "network.json",
                                            "readonly":  true
                                        },
                           "/evidence":  {
                                             "method":  "GET",
                                             "source":  "evidence.json",
                                             "readonly":  true
                                         }
                       },
    "forbidden_routes":  {
                             "/order":  {
                                            "any_public_access":  false,
                                            "reason":  "ORDER_SUBMISSION_BLOCKED"
                                        },
                             "/trade":  {
                                            "any_public_access":  false,
                                            "reason":  "TRADING_ENDPOINT_BLOCKED"
                                        },
                             "/secret":  {
                                             "any_public_access":  false,
                                             "reason":  "SECRET_READ_BLOCKED"
                                         },
                             "/admin":  {
                                            "any_public_access":  false,
                                            "reason":  "ADMIN_PUBLIC_BLOCKED"
                                        },
                             "/keys":  {
                                           "any_public_access":  false,
                                           "reason":  "KEY_ACCESS_BLOCKED"
                                       },
                             "/withdraw":  {
                                               "any_public_access":  false,
                                               "reason":  "WITHDRAWAL_BLOCKED"
                                           },
                             "/market-order":  {
                                                   "any_public_access":  false,
                                                   "reason":  "MARKET_ORDER_BLOCKED"
                                               }
                         },
    "post_requests_allowed":  false,
    "public_order_submission_allowed":  false
}
