What problem does it solve?
Web applications face frequent attacks exploiting common vulnerabilities like injection, XSS, broken authentication, and misconfiguration that lead to data breaches, regulatory fines, and reputational damage. This skill provides actionable, production-ready guidance to eliminate these risks.
Core Features & Use Cases
- Full OWASP Top 10 Mitigation: Covers all 10 critical web application security risks with concrete implementation steps and verification checklists.
- Production-Grade Hardening: Includes HTTPS enforcement, security headers via Helmet, rate limiting, input validation, CSRF protection, and secure JWT authentication with refresh token rotation.
- Compliance Alignment: Meets requirements for GDPR, PCI-DSS, and other regulatory standards for public-facing applications. For example, a public e-commerce API can use this skill to pass security audits and block credential stuffing and injection attacks.
Quick Start
Use the security-best-practices skill to implement OWASP Top 10 mitigations, enforce HTTPS, and add secure JWT authentication to your new Express.js public API.