What problem does it solve?
This Skill performs deep, human-style security reviews of source code to find vulnerabilities that simple pattern-matching tools miss, reducing the time and expertise required to detect exploitable flaws across a project.
Core Features & Use Cases
- Cross-file data flow analysis: trace user input across modules to discover injection, SSRF, and insecure deserialization that only appear across files.
- Dependency audit & secrets detection: flag vulnerable packages, hardcoded keys, and exposed credentials in config, CI, and Dockerfiles.
- Actionable reporting and patches: group findings by severity with confidence ratings, include file paths and code snippets, and propose concrete, human-reviewable patch suggestions for CRITICAL/HIGH issues.
- Use Case: Run a full security audit on a web application repository to find SQLi, XSS, command injection, hardcoded API keys, and broken object-level authorization.
Quick Start
Scan the repository root for security issues and generate a grouped findings report with severity, confidence, file locations, and proposed patches for human review.