Parent
#360
What to build
Extend the existing vuln-auth.txt prompt to cover two additional check classes relevant to auth-focused bug bounty campaigns: auth-surface hardening and rate-limiting bypass. This is a prompt extension — no new agent or deliverable file is created.
Auth-surface hardening: missing HTTPS enforcement on auth endpoints, insecure cookie flags (missing Secure/HttpOnly/SameSite), weak or missing CSRF protection on login/logout flows, token exposure in URLs or logs.
Rate-limiting bypass: test whether MFA verification, login, and password-reset endpoints enforce rate limits; attempt common bypass techniques (IP rotation headers, parameter variation, distributed attempts) to confirm whether limits are enforced server-side.
Acceptance criteria
Blocked by
None — can start immediately
Parent
#360
What to build
Extend the existing
vuln-auth.txtprompt to cover two additional check classes relevant to auth-focused bug bounty campaigns: auth-surface hardening and rate-limiting bypass. This is a prompt extension — no new agent or deliverable file is created.Auth-surface hardening: missing HTTPS enforcement on auth endpoints, insecure cookie flags (missing Secure/HttpOnly/SameSite), weak or missing CSRF protection on login/logout flows, token exposure in URLs or logs.
Rate-limiting bypass: test whether MFA verification, login, and password-reset endpoints enforce rate limits; attempt common bypass techniques (IP rotation headers, parameter variation, distributed attempts) to confirm whether limits are enforced server-side.
Acceptance criteria
vuln-auth.txtextended with auth-surface hardening checksvuln-auth.txtextended with rate-limiting bypass test stepsBlocked by
None — can start immediately