security-best-practices
Hardens Node.js applications with security headers, rate limiting, input validation, and SQL injection prevention.
Install
npx skills add https://github.com/supercent-io/skills-template --skill security-best-practicesStats
| Total installs | 14,114 |
| Weekly installs | 14.1K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Enforces HTTPS, security headers (CSP, HSTS), and rate limiting via Helmet and Express middleware to prevent DDoS and common attacks
- Prevents SQL Injection and XSS through parameterized queries, input validation with Joi, and output encoding with DOMPurify
- Implements CSRF token protection, JWT-based authentication with refresh token rotation, and secret management via environment variables
- Includes OWASP Top 10 checklist and best practices for access control, defense in depth, and principle of least privilege
Tags
Related skills
| Skill | Installs | vs security-best-practices |
|---|---|---|
| code-review-excellence | 9,564 | -4,550 |
| backend-testing | 11,809 | -2,305 |
| authentication-setup | 10,603 | -3,511 |
| azure-role-selector | 8,032 | -6,082 |
| java-springboot | 9,857 | -4,257 |
FAQ
- How many installs does security-best-practices have?
- security-best-practices has 14,114 total installs and 14.1K installs this week.
- Where is security-best-practices hosted?
- security-best-practices is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does security-best-practices have?
- security-best-practices has 88 GitHub stars.
- When was security-best-practices first indexed?
- OrangeBot.AI first indexed security-best-practices on Jan 24, 2026.
- How do I install security-best-practices?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill security-best-practices