name: "403" description: "Use when an in-scope endpoint returns 403 Forbidden and the agent owns the endpoint or it is a server endpoint safe to probe with bounded access-bypass checks."
403 Forbidden Bypass
Use only after a concrete 403 Forbidden response is observed on an in-scope endpoint.
This is a RAG-style child skill. Classify why the 403 exists, load one focused reference pack, then test the smallest safe bypass family.
Load Order
- Read program scope, owned-account context, active live-testing policy, and the current agent's assigned surface.
- Resolve
$HARNESS_ROOT; default is/home/ryushe/projects/bug_bounty_harness. - Confirm the endpoint returned
403in the current owned context and is agent-owned, assigned server/API surface, or tied to Ryushe's approved test account set. - Read
$HARNESS_ROOT/prompts/403-context-pack.md. - Classify the lane:
- path or route normalization ->
$HARNESS_ROOT/skills/403/references/technique-packs/path-normalization.md - trusted route/client headers ->
$HARNESS_ROOT/skills/403/references/technique-packs/trusted-headers.md - auth-state or owned-account comparison ->
$HARNESS_ROOT/skills/403/references/technique-packs/auth-state.md - JWT/Bearer/cookie token controls authorization -> load
/jwt-auth
- path or route normalization ->
- Read
$HARNESS_ROOT/prompts/403-playbook.mdfor deep review, stuck analysis, or report writing. - Route instead of duplicating:
- JWT algorithm, signature, claim, key-source, or token format behavior ->
/jwt-auth - broader header behavior ->
/headers - WAF or bot enforcement ->
/waf - object ownership or role boundary ->
/access-controlor/idor - broader mutation families ->
/bypass
- JWT algorithm, signature, claim, key-source, or token format behavior ->
Workflow
- Capture the baseline
403with method, full URL, auth state, redirects, body length, response headers, and visible denial reason. - Record why the endpoint/resource is safe to probe.
- Load one lane reference pack.
- Run a bounded pass: baseline, one mutation family, compare, then stop or pivot.
- Record the result as a note unless there is a security-relevant delta.
Proof Standard
Promote only when a mutation changes authorization, route reachability, protected behavior, or approved-account boundary in a reproducible way.
Do not promote cosmetic error changes, soft redirects, cache artifacts, public data, generic 403 pages, or caller-owned access.
Stop Conditions
Stop if the resource belongs to a real user or organization outside approved accounts, the endpoint is out of scope, the path is destructive, the block is rate-limit/WAF enforcement, or the next step would bypass billing, abuse controls, privacy controls, or explicit program policy.
Evidence
Write artifacts under $HARNESS_SHARED_BASE/{program}/agent_shared/findings/bypass/ or the owning finding lane.
Record full URLs, exact modified headers/path/method, auth state, account/resource ownership, response delta, loaded reference pack, and why the tested resource was safe to probe.