broken-authentication

Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems.

Content Preview
---
name: broken-authentication
description: "Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems."
risk: unknown
source: community
author: zebbern
date_added: "2026-02-27"
---

# Broken Authentication Testing

## Purpose

Identify and exploit authentication and session management vulnerabilities in
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/broken-authentication.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/broken-authentication/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/broken-authentication/SKILL.md

Related Skills