Baseline · Exposure & network
A-04 Debug endpoints off in production
highnetwork · auto
Why it matters
Debug / dev interfaces are not enabled by default in production.
How to test
Request /debug, HMR, GraphQL introspection etc. and see if reachable.
How to fix
Disable debug endpoints and introspection in production builds.