What problem does it solve?
This Skill identifies specific weaknesses in code and configuration that could be exploited, mapping findings to CWE identifiers and correlating them with threat models.
Core Features & Use Cases
- Vulnerability Scanning: Utilizes tools like semgrep, bandit, gosec, and dependency scanners to find common security flaws.
- Threat Correlation: Maps identified vulnerabilities to specific threats and attack vectors defined in earlier stages of the PASTA methodology.
- Exploitability Assessment: Evaluates the ease with which a vulnerability can be exploited, considering complexity and existing controls.
- Use Case: After identifying potential threats to a web application, use this Skill to scan the codebase for SQL injection, insecure direct object references, and other vulnerabilities that could enable those threats.
Quick Start
Run a deep vulnerability analysis on the changed files, generating fix suggestions.