security-review

Installation
SKILL.md

Security Review Skill

This skill ensures all code follows security best practices and identifies potential vulnerabilities before they reach production.

Design Philosophy

Security is not optional. This skill acts as a security quality gate that validates code against common vulnerability patterns (OWASP Top 10) and project-specific security requirements. One vulnerability can compromise the entire platform.

When to Activate

Trigger this skill when code involves:

  • Authentication or authorization - Login flows, session management, role checks
  • User input handling - Forms, query parameters, file uploads
  • API endpoints - New routes, especially public-facing
  • Secrets or credentials - API keys, database connections, tokens
  • Payment features - Financial transactions, billing, subscriptions
  • Sensitive data - PII, health data, financial records
  • Third-party API integration - External service connections
Related skills

More from mhylle/claude-skills-collection

Installs
7
GitHub Stars
13
First Seen
Jan 30, 2026