Skip to main content

auth-bypass

Hunt authentication/authorization bypass in route guards, role checks, tenant boundaries, and state-machine transitions.

Jump to install

Source facts

Repository
BitterSecurity/Decepticon
Last source activity
June 2, 2026 at 17:42
Detected SKILL.md language
English
Stars
5,522
Forks
1,048

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
auth-bypass
description
Hunt authentication/authorization bypass in route guards, role checks, tenant boundaries, and state-machine transitions.
metadata
{"subdomain":"web-exploitation","when_to_use":"authentication authorization bypass route guard role check tenant boundary state machine transition session jwt"}
# Auth Bypass Playbook ## Targets - Endpoints with role-based access - Admin-only routes - Tenant-scoped resources - Multi-step auth flows (MFA, password reset) ## Common failure patterns - Missing middleware on one route variant - Trusting client-controlled role/tenant fields - TOCTOU between check and action - Alternate API versions lacking guard checks ## Validation - Positive: low-priv session performs high-priv action. - Negative: same request with expected guard path should deny.
View on GitHub