security

Installation
SKILL.md

Security Audit

Identify vulnerabilities and implement secure coding practices.

When to Use

  • Security review of code or architecture
  • Implementing authentication/authorization
  • Before deploying to production
  • User asks about security best practices
  • Handling sensitive data

OWASP Top 10 Checklist

  1. Injection - Parameterized queries, input sanitization
  2. Broken Auth - Strong sessions, MFA, secure password storage
  3. Sensitive Data - Encryption at rest and transit, minimal exposure
  4. XXE - Disable external entities, use JSON over XML
  5. Broken Access Control - RBAC, deny by default
Related skills
Installs
38
GitHub Stars
77
First Seen
Jan 22, 2026