Auth Checker
SkillSecurityAudit authentication flows for security vulnerabilities
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Auth Checker skill
What this skill tells your AI
The instructions your AI receives, as published by sundial-org/awesome-openclaw-skills in skills/auth-checker/SKILL.md and read by ahel’s review.
Scan your auth implementation for security holes. Catches the stuff that gets you hacked.
Quick Start
npx ai-auth-check ./src/auth/
What It Does
- Audits login/signup flows for vulnerabilities
- Checks session management security
- Identifies weak password policies
- Flags insecure token handling
Usage Examples
# Audit auth directory
npx ai-auth-check ./src/auth/
# Scan specific auth file
npx ai-auth-check ./src/lib/auth.ts
# Full project scan
npx ai-auth-check ./src --recursive
What It Catches
- Hardcoded credentials
- Missing rate limiting
- Insecure session storage
- JWT vulnerabilities
- Missing CSRF protection
- Weak password validation
Requirements
Node.js 18+. OPENAI_API_KEY required.
License
MIT. Free forever.
Built by LXGIC Studios
- GitHub: github.com/lxgicstudios/ai-auth-check
- Twitter: @lxgicstudios
Signals
- GitHub stars
- 661
- Forks
- 97
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
auth-checker- Source
- github.com/sundial-org/awesome-openclaw-skills