Free ToolBy GitIntel

Know What's Vulnerable Before Attackers Do

CVE scanning, hallucinated package detection, and supply chain risk — in one pass.

GitIntel tracks AI-generated code across your entire git history — giving every tool on this page the attribution layer that standard dev tooling misses.

Scan Your Dependencies with GitIntel

Every dependency you ship is an attack surface. The average Node.js project has 686 packages; a single vulnerable transitive dependency can expose your entire application. Standard CVE scanners like `npm audit` catch known vulnerabilities — but they miss the category that's growing fastest in 2026: AI-hallucinated packages.

LLMs suggest non-existent npm and PyPI packages in 5–20% of coding tasks. Attackers register those names with malicious payloads — a technique called slopsquatting. With 51% of GitHub commits now AI-assisted, the attack surface for this vector is enormous and most `npm audit` runs will never catch it.

GitIntel adds a hallucination-risk layer to standard vulnerability scanning: it cross-references your dependency list against known AI-suggested phantom packages and flags packages with low download counts, recent registration dates, or names that pattern-match known AI fabrication patterns. Combined with CVE detection, it gives you a more complete picture of supply chain risk.

Run `gitintel scan` in any project directory. The output separates known CVEs, outdated packages, and hallucination-risk packages into distinct severity buckets with remediation steps.

Frequently Asked Questions

Does this replace npm audit or Snyk?

It complements them. GitIntel adds AI attribution context and hallucination-risk detection on top of standard CVE databases — catching a category of supply chain risk that CVE scanners don't cover.

What is slopsquatting?

Slopsquatting is a supply chain attack where malicious actors register package names that AI coding tools commonly hallucinate. When a developer copies AI-suggested code without verifying the package exists legitimately, they may install the malicious version.

Which package ecosystems are supported?

npm/yarn/pnpm (Node.js), pip/poetry (Python), and Go modules. Cargo (Rust) support is planned.

Start Using GitIntel Free

Open source. No account required. Works on any git repository.