Expected Findings
- Operations dashboard is public.
- Internal API returns support and incident details.
This internal dashboard is fully reachable from the public hub and immediately loads support and ops data with no session checks.
fetch("/internal/api").then(renderOps)