What problem does it solve?
Many static HTML pages lack consistent security defaults, leaving them vulnerable to headers misconfigurations, unsafe links, and data exposure. This Skill ensures every page ships with a robust baseline of security controls by default.
Core Features & Use Cases
- Cloudflare-compatible security headers setup via a standard site/_headers file for all pages.
- Subresource Integrity (SRI) guidance and enforcement for external scripts and styles.
- No-secrets policy and safe handling of sensitive data in client-side code.
- Safe external links with rel="noopener noreferrer" safeguards.
- Email protection techniques and form security with third-party services.
- HTML security audit checklist to verify configurations before deployment.
- Use Case: Rapidly bootstrap a new project with secure defaults across pages and components.
Quick Start
Configure a default secure template and a site/_headers file with recommended security headers for every project.