What problem does it solve? Scanning open-source repositories for vulnerabilities is easy, but disclosing findings responsibly is hard — publishing unpatched code flaws in public PRs creates zero-days. This Skill automates the full audit workflow while routing each finding to the correct disclosure channel. ## Core Features & Use Cases - Multi-scanner auditing: Runs Semgrep (SAST), TruffleHog (verified secrets), osv-scanner (dependency CVEs), and Slither (Solidity) against trending GitHub repositories. - Responsible disclosure routing: Sends code flaws and leaked secrets to GitHub Private Vulnerability Reporting, and opens public PRs only for already-disclosed dependency CVEs. - Triage and dedup: Manually verifies each scanner hit for exploitability, skips intentionally vulnerable teaching repos, and avoids re-scanning the same repo within 30 days. - Use Case: Point it at a trending TypeScript repo; it detects a verified leaked API key in git history, files a private advisory with rotation guidance, and logs the audit without exposing the secret publicly. ## Quick Start Run the vuln scanner on a trending GitHub repository and disclose any confirmed findings through the appropriate private or public channel.