Setup & Installation
What This Skill Does
A checklist of modern web development standards covering HTTPS, CSP headers, input sanitization, deprecated API avoidance, and HTML validity. Based on Lighthouse best practices audits, it gives concrete before/after code examples for common security and compatibility issues.
Condenses Lighthouse best-practices findings and OWASP guidance into copy-paste fixes, so you skip hunting across MDN, OWASP, and blog posts for each warning.
When to use it
- Reviewing a site for mixed HTTP content before a production push
- Writing a Content Security Policy with nonces for inline scripts
- Replacing document.write and synchronous XHR in legacy code
- Adding passive touchstart listeners to fix scroll jank
- Running npm audit and patching flagged dependencies