I built PhantomRaven Hunter, a shell scanner for the recent npm supply chain attack
github.comΒ·3hΒ·
Discuss: r/node
Flag this post

πŸ›‘οΈ PhantomRaven Hunter

A comprehensive shell-based scanner for detecting PhantomRaven npm supply chain malware and similar threats.

🚨 What is PhantomRaven?

PhantomRaven is a sophisticated npm supply chain attack discovered in October 2025 by Koi Security. The campaign:

  • Infected 126 malicious npm packages with over 86,000 downloads
  • Stole npm tokens, GitHub credentials, and CI/CD secrets from developers worldwide
  • Used Remote Dynamic Dependencies (RDD) to hide malicious code from traditional security scanners
  • Remained undetected from August to October 2025

The RDD Technique

Traditional npm packages specify dependencies like:

"dependencies": {
"express": "^4...

Similar Posts

Loading similar posts...