skills$openclaw/auth-checker
lxgicstudios8.8k

by lxgicstudios

auth-checker – OpenClaw Skill

auth-checker is an OpenClaw Skills integration for security workflows. Audit authentication flows for security vulnerabilities

8.8k stars4.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

nameauth-checker
descriptionAudit authentication flows for security vulnerabilities OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-auth-check
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-auth-check
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains auth-checker in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
470 B
SKILL.md
1.1 KB
SKILL.md

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

README.md

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.