Blocks vulnerable dependencies at commit time using OSV.
DepSecure hooks into your pre-commit flow and checks every dependency against the OSV vulnerability database. If a package has a known CVE, the commit is blocked before it merges.
/ the problem
AI coding assistants suggest packages from training data that's months old. By the time Dependabot alerts you, the vulnerable package is in main, in staging, maybe in production. DepSecure blocks it at the commit hook.
/ how it works
Installs as a pre-commit hook โ zero config, runs on every commit automatically
Reads requirements.txt, package.json, Pipfile, or pyproject.toml
Checks each package+version against the OSV vulnerability database in real time
Fails the commit with the CVE ID, severity, and the safe version to upgrade to
/ use cases
MIT licensed. One command install. Works in CI today.
/ stay in the loop
Get notified when new tools land, features ship, or a tool reaches 1k stars. No noise. Unsubscribe any time.