UncategorizedVibe Coding Security385 lines
Production Hardening Checklist
Quick Summary18 lines
AI gets your application running. This checklist gets it running safely. Every item here has been found missing in production AI-generated codebases. Work through each section before launch — every unchecked item is an open vulnerability. ## Key Points - [ ] All HTTP traffic redirects to HTTPS (301) - [ ] TLS 1.2+ only (no TLS 1.0/1.1) - [ ] Strong cipher suites configured - [ ] Certificate auto-renewal (Let's Encrypt / ACM) - [ ] SSL Labs test: A+ rating (`ssllabs.com/ssltest/`) - [ ] HSTS header present on all HTTPS responses - [ ] `includeSubDomains` enabled - [ ] Submitted to HSTS preload list (hstspreload.org) - [ ] CSP header configured - [ ] No `unsafe-inline` for scripts (use nonces if needed) - [ ] No `unsafe-eval` - [ ] `frame-ancestors 'none'` (prevents clickjacking)
skilldb get vibe-coding-security-skills/production-hardening-checklistFull skill: 385 linesInstall this skill directly: skilldb add vibe-coding-security-skills
Related Skills
AI-Specific Vulnerabilities
Vibe Coding Security•378L
Authentication and Authorization Patterns
Vibe Coding Security•369L
Container and Deployment Security
Vibe Coding Security•420L
Credential Management
Vibe Coding Security•391L
Database Security Hardening
Vibe Coding Security•323L
Dependency Supply Chain Security
Vibe Coding Security•362L