New NPM Supply Chain Attack, so I released a new scanner.

Words
55
Reading
1 min
Listen
Play
1M

image.png

After discovering a new supply chain attack today, I created a quick scanner like my Tanstack scanner that discovers any compromised packages on your system.

You can find it here:
https://github.com/officiallymarky/keyvmalwarescanner

There are no dependencies, so no risk of being compromised while scanning.

Just git clone, then run ./scan.sh. That's it.

[mal@serenity keyvscanner]$ ./scan.sh
=== Keyv / Cacheable Supply-Chain IOC Scanner ===
Running on linux x64 at 2026-08-04T16:09:24.531Z
Package indicators: 2234 exact name/version pairs
Indicator source: https://socket.dev/api/public/supply-chain-attacks/keyv-and-cacheable-compromise/packages.csv
Scan roots: /tmp, /opt, /etc, /home/mal, /usr/local


Scanned 3869759 files; skipped 25 unreadable directories.
No known Keyv / Cacheable campaign indicators found.

Super easy, barely an inconvenience.

New NPM Supply Chain Attack, so I released a new scanner. | Ecency