What problem does it solve?
This Skill helps you prevent and verify security weaknesses in authentication flows, input handling, secrets storage, and common web security controls so you can reduce risk instead of shipping vulnerabilities.
Core Features & Use Cases
- Authentication Strategy Selection: Choose practical, modern auth patterns (passkeys, secure cookies, OAuth2+PKCE, mTLS) based on app type and threat model.
- Secrets Management & Rotation Guidance: Implement safer secret storage and rotation approaches for local dev, CI/CD, production, and Kubernetes.
- Vulnerability Prevention Playbooks: Apply defenses for injections, CORS/CSP misconfiguration, rate limiting, security headers, container hardening, and supply-chain controls (SBOM, CI scanning, dependency pinning).
- Verification Checklist: Use an explicit checklist to confirm protections are actually in place (validation, parameterized queries, secure cookies, headers, audits, and scanning).
Quick Start
Ask the AI to review your auth and request-handling codebase for vulnerabilities related to JWT verification, input validation, CORS/CSP, and secrets handling, and to produce a prioritized remediation plan.