Skip to main content
Back to the directory
supercent-io/skills-templateSoftware EngineeringFrontend and Design

security-best-practices

Comprehensive security hardening for web applications covering HTTPS, input validation, authentication, and OWASP Top 10 vulnerabilities.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
14

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/supercent-io/skills-template --skill security-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, security-best-practices has 14 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: supercent-io/skills-template. Canonical URL: https://skills.sh/supercent-io/skills-template/security-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive security hardening for web applications covering HTTPS, input validation, authentication, and OWASP Top 10 vulnerabilities. Express.js security middleware : Joi validation : CSRF Token : .env (never commit) : Kubernetes Secrets : JWT + Refresh Token Rotation : #security #OWASP #HTTPS #CORS #XSS #SQL-injection #CSRF #infrastructure - 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 - New project : consider security from the start - Security audit : inspect and fix vulnerabilities - Public API : harden APIs accessible externally - Compliance : comply with GDPR, PCI-DSS, etc. - HTTPS Only : HTTPS required in production - Separate secrets : manage via environment variables; never hardcode in code - Input Validation : validate all user input - Parameterized Queries : prevent SQL Injection - Rate Limiting : DDoS prevention - No eval() : code injection risk - No direct innerHTML : XSS risk - No committing...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does security-best-practices do?

Comprehensive security hardening for web applications covering HTTPS, input validation, authentication, and OWASP Top 10 vulnerabilities.

Is security-best-practices good?

security-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support security-best-practices?

security-best-practices currently lists compatibility with Gemini CLI, ChatGPT, Skills CLI.

Is security-best-practices safe to install?

security-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to security-best-practices?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install security-best-practices?

Run the following command to install security-best-practices: npx skills add https://github.com/supercent-io/skills-template --skill security-best-practices

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering