# Auth Checker

> Audit authentication flows for security vulnerabilities

- Skill: `modbender/auth-checker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add modbender/auth-checker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/auth-checker/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/auth-checker

---


# Auth Checker

Scan your auth implementation for security holes. Catches the stuff that gets you hacked.

## Quick Start

```bash
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

```bash
# 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](https://github.com/lxgicstudios/ai-auth-check)
- Twitter: [@lxgicstudios](https://x.com/lxgicstudios)

