secure-code-review

Installation
SKILL.md

Secure Code Review (Static Site)

Purpose

Perform security-focused code reviews for static HTML/CSS websites.

Review Checklist

HTML Security

  • ✅ No inline JavaScript (CSP compliance)
  • ✅ Semantic HTML5 elements
  • ✅ ARIA labels for accessibility
  • ✅ Proper <meta> tags (CSP, referrer, viewport)
  • ✅ External links use rel="noopener noreferrer"
  • ✅ Forms use method="POST" and HTTPS action

CSS Security

  • ✅ No @import from external domains
  • ✅ No url() to untrusted sources
Related skills
Installs
3
GitHub Stars
7
First Seen
Mar 4, 2026