Malicious npm Packages Steal GitHub, AWS, and CI/CD Secrets in Massive Supply Chain
When a Single npm Install Can Compromise an Entire Development Pipeline As an independent cybersecurity blogger and part time penetration tester, software supply chain attacks are rapidly becoming one of the most dangerous threats facing modern development teams. The latest campaign involving malicious npm packages demonstrates exactly why. Researchers uncovered a large scale attack targeting the npm ecosystem where compromised packages were designed to steal: GitHub tokens AWS credentials Kubernetes secrets npm publishing tokens CI/CD credentials Cloud API keys What makes this campaign especially alarming is its: Worm like propagation behavior Automated package hijacking Trusted publishing abuse Ability to spread between developer accounts automatically Researchers say the malware did not simply steal secrets and stop. Instead, it used stolen credentials to compromise additional packages and continue spreading across the npm ecosystem. What Happe...