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.
CWE-602CWE-306
window.FEATURE_FLAGS = { enableAdmin: true, bypassAuth: true }