A security audit tool that scans your codebase for authentication vulnerabilities like weak hashing and insecure session management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auth-auditor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install auth-auditor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The auth-auditor tool is a security-first utility within the Openclaw Skills ecosystem designed to verify the integrity of your authentication implementation. It provides a comprehensive analysis of your source code to identify critical pitfalls such as missing CSRF tokens, insecure JWT configurations, and inadequate password hashing. By integrating this into your development workflow, you ensure that user data and sessions remain protected against standard attack vectors using Openclaw Skills patterns.
This tool is part of the LXGIC Dev Toolkit, emphasizing zero-configuration security reviews for modern web applications. It bridges the gap between manual code reviews and automated security scanning by utilizing AI to interpret the context of your authentication logic and provide actionable feedback.
To use this tool, ensure you have Node.js 18 or higher installed. No manual installation or configuration is required as it runs directly via npx.
# Audit your entire source directory
npx ai-auth-check src/
# Audit specific folders like auth or middleware
npx ai-auth-check src/auth/ src/middleware/
To view all available commands and flags, run:
npx ai-auth-check --help
The auth-auditor skill organizes its findings based on the following metadata taxonomy to help developers prioritize security fixes:
| Metadata Field | Description |
|---|---|
| Severity Level | Indicates the risk impact (e.g., Critical for weak hashing, Medium for missing cookie flags) |
| File Location | The exact file and directory where the security flaw was detected |
| Vulnerability Type | Category of the issue (CSRF, JWT, Session, Hashing, etc.) |
| Remediation Plan | AI-generated code snippets and step-by-step instructions to fix the vulnerability |
| Security Reference | Links to best practices (e.g., Argon2 for passwords) for further education |
Loading
An AI-driven CLI tool that transforms messy npm audit logs into a prioritized list of actionable security fixes.

Audit Fixer transforms overwhelming npm audit reports into prioritized, actionable security fix commands using AI logic.

A powerful CLI tool that automatically generates clean markdown documentation and OpenAPI specifications by scanning your project route files.

A CLI-based tool that converts natural language descriptions into professional CSS and Framer Motion animation code.

An AI-powered utility that generates comprehensive, production-ready database backup scripts for any cloud or local destination.

A powerful utility to generate comprehensive, production-ready database backup scripts for any cloud or local destination using AI.








































