fizzgig__vuln_scanner
known-cve lookup against osv.dev for npm packages. closes the gap dep-audit (structural) leaves open.
Queries the OSV.dev advisory database (which aggregates GitHub Security Advisories, npm advisories, and CVE/NVD entries) for known vulnerabilities affecting your installed packages. Returns one finding per affected package with vulns[] inside, headline severity = worst across the package, and upgrade_to = lowest fixed version — surface that as the headline remediation. Pairs with dep-audit (structural risk) and secret-leak-finder (your own credentials) — a clean run across all three is a green light to deploy.
caught a policy that would have leaked every user's comments. shipped a fix in 4 minutes.
first tool i installed. it's the one that pays for itself.
works great. one false positive on a join table — easy to ignore.
{
"fizzgig": {
"url": "https://mcp.fizzgig.ai",
"tools": ["vuln_scanner"]
}
}