Armory
Source
Browse
Skills

broken-authentication-testing

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install broken-authentication-testing --cli claude

writes the skill into.claude/skills/broken-authentication-testing/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/broken-authentication-testing/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.

When to use it

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/security/broken-authentication/SKILL.md -o .claude/skills/broken-authentication/SKILL.md

Notes

Extracted from davila7/claude-code-templates, broken-authentication category.