Back to Directory
security

Auth Auditor

Audit your authentication implementation for security flaws. Use when you need to verify your auth is actually secure.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...
API Key Required

This skill requires external API keys. Check the repository for .env setup instructions.

About this Skill

Initial release of auth-auditor. - Provides automated auditing of authentication code for common security flaws - Detects weak password hashing, missing CSRF protection, and insecure session/JWT handling - Reports issues with severity levels and specific remediation guidance - Runs instantly via npx with no configuration required - Includes usage examples and best practice recommendations