What problem does it solve?
This Skill helps you identify security weaknesses in code and configurations before they become real-world breaches, reducing the risk of exploitable vulnerabilities.
Core Features & Use Cases
- Threat Modeling: Map assets, attack surface, and likely attack vectors to guide what to test and harden first.
- Vulnerability Detection & Mitigation: Address common classes like injection, command execution, path traversal, broken access control, and XSS with concrete remediation patterns.
- Secure System Review Workflow: Provide a structured checklist across authentication, authorization, data protection, API security, and dependency risk.
- Use Case: You are reviewing a feature PR or a backend endpoint and need a repeatable way to check for OWASP Top 10 issues and implement safer alternatives.
Quick Start
Use the security-expert skill to review the provided code for common OWASP Top 10 vulnerabilities and recommend specific, secure fixes.