A solid starting point for locking down web apps with the usual suspects: Helmet for security headers, CSRF tokens, JWT auth with refresh rotation, and input sanitization through Joi and DOMPurify. It tackles the OWASP Top 10 with parameterized queries for SQL injection prevention and rate limiting for DDoS protection. Best used when spinning up a new project or doing a security audit on something public-facing. The implementation is Express-focused, so if you're on a different stack you'll need to adapt the patterns. It won't catch everything, but it covers the fundamentals that trip up most teams and gives you a checklist to work from.
npx -y skills add supercent-io/skills-template --skill security-best-practices --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills