backend-security-best-practices
Installation
SKILL.md
Backend Security Best Practices
When to use this skill
- All application development
- Security reviews
- Penetration testing prep
- Compliance requirements
Workflow
- Validate all input
- Use prepared statements
- Escape output
- Enable CSRF protection
- Use HTTPS