security-best-practices

Installation
SKILL.md

Security Best Practices

When to use this skill

  • 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.

Instructions

Step 1: Enforce HTTPS and security headers

Express.js security middleware:

import express from 'express';
import helmet from 'helmet';
Related skills

More from jeo-tech-ai/oh-my-gods

Installs
1
GitHub Stars
3
First Seen
Mar 20, 2026