Security & Compliance Custom Skills · Curated

Login Security Auditor

Reviews login page hardening: two-factor auth, rate limiting, and username or email exposure.

What it does

Checks whether two-factor authentication is enforced for admin-level accounts, whether failed login attempts are rate-limited or lockout-protected, and whether author archive URLs, REST API endpoints, or login error messages leak valid usernames to an attacker probing the site.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/login-security-auditor/ (or ~/.claude/skills/login-security-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/login-security-auditor/

OpenAI Codex

.codex/skills/login-security-auditor/

Cursor

.cursor/skills/login-security-auditor/ (or ~/.cursor/skills/login-security-auditor/ globally)

Compatibility

Any WordPress site; admin access is needed to check user and plugin settings, plus knowledge of any server-level firewall rules already in place.