sundial-org/awesome-openclaw-skills

auth-checker

Audit authentication flows for security vulnerabilities

First seen Mar 10, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill auth-checker

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,083 B
  • docs SUMMARY.md 75 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

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+. OPENAIAPIKEY required.

License

MIT. Free forever.


Built by LXGIC Studios