Expected Findings
- Admin and bypass flags are client-side and default-enabled.
The app starts with unsafe feature flags in the browser, enabling admin affordances and auth bypass logic before any server confirmation exists.
window.FEATURE_FLAGS = { enableAdmin: true, bypassAuth: true }