vulnerability-db
Offline vulnerability database and package search library
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vulnerability-db?โผ
Run `npx skills add AppThreat/vulnerability-db --all -g -y` in your terminal to install all skills in this suite globally.
What does vulnerability-db do?โผ
It builds an offline SQLite database of CVEs from NVD, OSV, GitHub, and AppThreat feeds, then lets you search for vulnerabilities by package URL, CPE, or git URL with no network access during scans.
How do I get a vulnerability database?โผ
Run `vdb db refresh full --app-only` for application dependencies or `vdb db refresh full` for app plus OS packages. Downloads are staged, validated, and swapped in atomically.
Can I use vulnerability-db without coding?โผ
Yes. The `vdb` CLI handles downloads, refreshes, and searches with simple commands, and your AI agent can run them from plain-English requests.
Why does an empty scan result not mean clean?โผ
An empty result can mean a missing database, an uncovered package type, or a stale shard. VDB reports coverage gaps and staleness explicitly so you never mistake a broken scan for a clean one.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core