security-checklist
Installation
SKILL.md
Security Checklist for AI Coding Assistants
This is a strict guideline. Follow these rules exactly.
Critical security rules to follow when generating or modifying code.
Never Commit These Files
Environment files with actual values:
.env
.env.local
.env.development
.env.production
.env.test
.env.*