Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Security News
Sarah Gooding
January 2, 2024
Socket CEO Feross Aboukhadijeh recently joined Wes Bos and Scott Tolinski, hosts of the Syntax podcast, for an episode titled “Is Running Random Code From npm Safe?”
This episode explores the enormous amount of trust developers place in code downloaded from npm and the importance of modern security tools in protecting this ecosystem from malicious actors and compromised packages.
They discussed the power of systems like npm to amplify open source contributions but also the contrasting fragility of unprotected supply chains in the face of targeted attacks. This is one of the unique challenges of enabling the open source ecosystem to flourish while avoiding excessive bureaucratic hurdles that could hinder contributions.
Feross related a story about how the popular EventStream node package was hijacked to steal users' cryptocurrency. This became a timely reference, as the podcast episode was published the same week that Ledger’s connect-kit, a package used by many crypto frontends, was compromised when an attacker added wallet-draining code that stole an estimated $600K in virtual assets.
Socket’s AI-powered threat detection discovers an estimated 400 malicious packages per week. This episode includes a few wild stories from the npm ecosystem. It also explores Socket's methodology in identifying suspicious packages by scanning for 70+ signals, such as new network requests or automatically running code on installation.
Check out the episode below, along with the complete transcript on the Syntax.fm website.
Subscribe to our newsletter
Get notified when we publish new security blog posts!
Try it now
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.