Simple, transparent pricing
Start free, no credit card required. Upgrade when you need more scans or team features.
For developers who regularly use AI coding assistants.
For engineering teams shipping AI-generated features at scale.
Feature comparison
| Feature | Free | Pro | Team | Enterprise |
|---|---|---|---|---|
Scans per month | 2 | Unlimited | Unlimited | Unlimited |
npm support | ||||
PyPI support | ||||
Hallucination detection | ||||
Vulnerability scanning (OSV) | Basic | Full | Full | Full |
Deprecation alerts | ||||
Download count analysis | ||||
Outdated version detection | ||||
Fix suggestions | ||||
Shareable report links | ||||
Scan history | 30 days | Unlimited | Unlimited | |
Team seats | 1 | 1 | 10 | Unlimited |
Team dashboard | ||||
Priority support | ||||
Dedicated support |
Frequently asked questions
What is a "hallucinated" dependency?
AI code generators like GitHub Copilot, ChatGPT, and Cursor sometimes suggest npm or PyPI packages that simply don't exist. They invent plausible-sounding package names that could be registered by malicious actors (typosquatting). DepAudit checks every package name against the live registries and flags any that return a 404.
How does vulnerability scanning work?
We query the OSV (Open Source Vulnerabilities) database, which aggregates CVEs from GitHub Advisory Database, NVD, and other sources. We check both the specific version you have and flag if newer, patched versions are available.
Is my code stored anywhere?
We only store the package names, versions, and scan results — never your actual source code. Scan results are stored so you can share report links. Anonymous scans are stored without a user ID.
Will DepAudit support CI/CD integration?
CI/CD integration is on our roadmap. Currently, audits are run via the web interface. If you need pipeline integration, contact us and we can discuss your requirements.
What counts as one scan?
One scan = one submission of a package.json or requirements.txt file (or a block of code we parse). There is no limit on the number of packages within a single scan.
Do you offer annual billing?
Annual plans are coming soon with a 2-month discount. Get in touch if you need annual invoicing for your team.