8.8k★by lxgicstudios
auth-checker – OpenClaw Skill
auth-checker is an OpenClaw Skills integration for security workflows. Audit authentication flows for security vulnerabilities
Skill Snapshot
| name | auth-checker |
| description | Audit authentication flows for security vulnerabilities OpenClaw Skills integration. |
| owner | lxgicstudios |
| repository | lxgicstudios/ai-auth-check |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lxgicstudios/ai-auth-check |
| last updated | Feb 7, 2026 |
Maintainer

name: auth-checker description: Audit authentication flows for security vulnerabilities
Auth Checker
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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
Node.js 18+. OPENAI_API_KEY required.
FAQ
How do I install auth-checker?
Run openclaw add @lxgicstudios/ai-auth-check in your terminal. This installs auth-checker into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-auth-check. Review commits and README documentation before installing.
