What problem does it solve?
This Skill audits trending GitHub repositories to identify real, potentially exploitable security issues without turning findings into reckless public disclosures.
Core Features & Use Cases
- Purpose-built scanning: Runs Semgrep (SAST), TruffleHog (verified secrets), osv-scanner (dependency CVEs), and optionally Slither (Solidity) to reduce false positives.
- Evidence-first triage: Reads surrounding code context and confirms reachability/exploitability before treating a hit as a vulnerability.
- Responsible disclosure routing: Discloses dependency CVEs via public PR bumps, while routing unpatched code/contract issues through Private Vulnerability Reporting (PVR) or a documented private contact, otherwise skipping to avoid harm.
- Dedup and audit logging: Avoids rescanning the same repo within 30 days and writes local reports plus run logs.
Quick Start
Run the Vuln Scanner skill with a target repository as the variable var set to owner/repo to produce an evidence-based triage and route confirmed findings to PVR or dependency-bump PRs.