security-checklist
Installation
SKILL.md
Security Checklist
This skill provides comprehensive security guidance to protect your applications from common vulnerabilities and attacks.
OWASP Top 10 Vulnerabilities
1. Broken Access Control
What it is: Users can access resources or perform actions they shouldn't be authorized for.
Examples:
- Accessing another user's data by changing URL parameter
- Elevating privileges (user → admin)
- Bypassing authentication checks