detecting-security-vulnerabilities
Installation
SKILL.md
Security Lint & Threat Detector
When to use this skill
- User asks to scan code for security issues
- User mentions OWASP vulnerabilities
- User wants to find leaked credentials or secrets
- User asks about XSS, SQL injection, or CSRF risks
- User wants to audit code before deployment
Workflow
- Identify files to scan (changed or full codebase)
- Run automated security scanners
- Perform pattern-based detection
- Categorize findings by severity
- Provide remediation suggestions
- Generate security report