secure-headers
Installation
SKILL.md
Secure HTTP Headers
Configure HTTP security headers to protect against common web attacks.
When to Use
- Setting up a new web application
- Hardening existing applications
- Fixing security scanner findings
- Implementing Content Security Policy
- Preventing clickjacking
Essential Security Headers
| Header | Purpose | Priority |
|---|---|---|
| Content-Security-Policy | XSS prevention | HIGH |
| Strict-Transport-Security | Force HTTPS | HIGH |
| X-Frame-Options | Clickjacking | HIGH |
Related skills