AntiPattern
Unprotected API Entry Points
unprotected-api-entry-points
APIs become reachable through missing or bypassable controls—auth/CSRF middleware not applied to redirect targets, insecure token handling, and WebSocket/CORS misconfig—so requests can be sent directly or from untrusted origins without enforcement.