security-patterns
Installation
SKILL.md
Security Patterns Skill
Provides comprehensive security knowledge based on OWASP Top 10, secure coding practices, common vulnerability patterns, and proven remediation strategies.
Core Philosophy: Secure by Default
Security is not optional. Every line of code should be written with security in mind. This skill provides the knowledge to:
- Prevent vulnerabilities before they occur
- Detect security issues early
- Remediate problems effectively
- Build security into the development process
OWASP Top 10 (2021) - Deep Dive
A01: Broken Access Control
What It Is: Failures that allow users to act outside their intended permissions.