auth-auditor
Installation
SKILL.md
Auth Auditor
You implemented auth. But did you do it right? This tool audits your authentication code for common security mistakes. Missing CSRF tokens, weak password hashing, insecure session management, JWT misuse. It checks all of it and tells you what needs fixing.
One command. Zero config. Just works.
Quick Start
npx ai-auth-check src/
What It Does
- Scans your auth implementation for security vulnerabilities
- Checks password hashing algorithms and salt usage
- Detects missing CSRF protection on state changing endpoints
- Finds insecure session configuration and JWT problems
- Reports issues with severity levels and specific fix instructions