Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Quickly evaluate the security and health of any open source package.
@3-/srv-linux
0.1.38
by i18n-now
Live on npm
Blocked by Socket
This module clearly implements an installer/persistence pattern: it generates a per-user systemd unit from caller-controlled parameters, reloads systemd, and immediately enables/starts the service, then optionally enables linger to keep it running after logout. While it could be legitimate for background agents, the lack of visible validation and the immediate activation via systemd make it high-risk in a supply-chain context; additional review of ./init.js ($ escaping) and the systemd.service template/gen() rendering is necessary to determine whether arbitrary commands can be injected or arbitrary payloads can be executed via crafted parameters.
plugin-transform-unicode-sets-regex
213.21.24
by exzuperi8
Removed from npm
Blocked by Socket
The source code exhibits behavior consistent with malware, including collecting and sending sensitive system information to a remote server without user consent. The domain used is suspicious, and the message to contact the author via Telegram adds to the suspicion. The code is not obfuscated but poses a significant security risk.
Live on npm for 2 minutes before removal. Socket users were protected even while the package was live.
com.unity.spatial-framework-core
10.0.1
by harsh7k
Live on npm
Blocked by Socket
This install script actively gathers potentially sensitive system information (including /etc/passwd or detailed Windows system info) and transmits it to an external host. This is a clear data-exfiltration behavior and constitutes malicious activity with high security risk. Immediate removal/blocking and further investigation are recommended.
norsodikin
0.3.9.dev4
Live on pypi
Blocked by Socket
This file includes hardcoded credentials (a Telegram bot token and chat ID) and transmits newly created SSH usernames and passwords to a remote endpoint (e.g., example[.]com) without user consent.
bluelamp-ai
0.45.3
Live on pypi
Blocked by Socket
This file intentionally conceals executable code via Base64+zlib encoding and executes it at import with exec. That behavior is a high supply-chain risk because it defeats source review and allows arbitrary actions at import time. Treat the package as suspicious: block or isolate it, and decompress+inspect the inner payload in a safe environment before use. If found in a dependency tree, assume high risk until proven otherwise.
@realvare/based
2.6.22
by realvare
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
nemesis.essentials.net
1.3.4
by Michał Bryłka, Leszek Kowalski
Live on nuget
Blocked by Socket
High risk due to self-loading library initiating remote code execution from an external URL. This pattern constitutes a critical supply-chain/security risk and should be removed or hardened (opt-in, integrity checks, offline defaults, and explicit user consent). The remote URL and automatic execution should be treated as a severe vulnerability in any public package.
ailever
0.2.356
Live on pypi
Blocked by Socket
The code presents a strong supply-chain and remote-execution risk by automatically downloading and executing remote Python payloads without integrity checks or sandboxing. It also creates and runs external services (Jupyter, Visdom, RStudio) based on user inputs, which can amplify impact if the remote payload is malicious. Mitigations include removing remote code execution paths, adding cryptographic verification (signatures or hash checks), isolating execution (sandboxes or containerization), validating inputs, and avoiding untrusted downloads or executions.
@elizaos/cli
1.6.1
by cjft
Live on npm
Blocked by Socket
The script modifies the 'zod' module by adding new files, which could be considered a form of untrusted code execution. This behavior raises concerns about the integrity of the module and potential security risks.
gupy-framework
0.4.3
Live on pypi
Blocked by Socket
The fragment demonstrates dangerous updater/bootstrap behavior that can autonomously fetch and replace local content with remote artifacts, execute privileged commands, and create platform-specific shortcuts. While some parts resemble legitimate scaffolding, the embedded updater logic, multi-language embedding, and lack of explicit integrity verification or consent make it a high-risk component for supply-chain abuse or remote code execution. Recommend removing or strictly isolating any self-update logic, implementing cryptographic verification (signatures, hashes, pinned versions), requiring explicit user approval for updates, and auditing all embedded multi-language blocks for secure, single-language, auditable implementations.
354766/ThinkfleetAI/thinkfleet-engine/youtube-summarizer/
42a1ef99f54b7749fdc4cf6b5184cd0aca7c6f52
Live on socket
Blocked by Socket
The analyzed design aligns with the stated purpose (YouTube transcript extraction, summarization, and delivery) but raises notable supply-chain, privacy, and credential-security concerns. The reliance on an externally hosted MCP server from GitHub, potential IP-bypass claims, and implicit data exfiltration to Telegram warrant strict controls: verified and pinned external dependencies, explicit user consent and data minimization, secure credential management for delivery channels, and clear retention/purging policies. Overall risk is MEDIUM to HIGH; proceed only with tightened supply-chain controls, explicit consent, and robust secret handling before production use.
@atlashub/smartstack-cli
3.43.0
by atashub
Live on npm
Blocked by Socket
This package runs a local postinstall script (scripts/postinstall.js) during npm install and declares a dependency using a file: specifier for the same package name. Both facts increase the risk of arbitrary code execution during install. You must inspect scripts/postinstall.js (and any scripts it loads) and the contents referenced by the file: dependency before trusting or installing this package. Treat this package as a higher-risk install until those files are reviewed.
rabbitcms/backend
0.5.50
Live on composer
Blocked by Socket
The code is heavily obfuscated and appears designed to load or execute remote content, likely behavior associated with adware, tracking, or more nefarious payloads. Given the obfuscation level and embedded external URL patterns, there is a high risk of malicious activity, including remote code execution or data exfiltration, depending on runtime environment. Proceed with extreme caution; consider removing or sandboxing this dependency.
bullfrogsec/bullfrog
1831f79cce8ad602eef14d2163873f27081ebfb3
Live on actions
Blocked by Socket
The code functions as a test harness designed to disable host security tooling and validate security policy enforcement through generated HTTP/DNS activity and blocked-access reporting. While framed as test infrastructure, its combination of privileged actions (pkill, nft flush, sudoers file creation) and manipulation of security components represents significant operational risk and potential for misuse in production environments. Treat as high-risk, suitable only for tightly controlled test environments with robust auditing, and segregate from production deployment workflows.
ops-channel
0.0.6
Live on pypi
Blocked by Socket
This file implements a persistent backdoor/remote-control agent: it daemonizes, polls a configured HTTP endpoint (default https://127[.]0[.]0[.]1:8005) and etcd-style servers for commands, validates them via an MD5+salt scheme provided by the server, then executes arbitrary shell or Python code (via subprocess.Popen(shell=True) and exec/eval). It collects and exfiltrates system identifiers (machine UUID, IP addresses, hostname) and command results back to the server, supports downloading and overwriting binaries (e.g. /bin/cli), uploading files, installing Python packages on the fly, and self-upgrading. Because it performs uncontrolled remote code execution, data exfiltration, and persistence without explicit user consent or robust authentication, it constitutes a high-severity malicious backdoor component.
be-table-template
2.7.0
by taonv
Live on npm
Blocked by Socket
The package contains a hidden payload that targets Russian language users visiting Russian and Belarusian sites. For those users, it will disable user interaction and play a looping audio of the Ukrainian anthem after 3 days. Therefore, it is marked as protestware only because it freezes interactions for many users. This behavior is not disclosed in any documentation of the package and seriously disrupts user experience.
pywxdump
2.1.6
Removed from pypi
Blocked by Socket
The code is designed to interact with and extract information from the WeChat application's memory. While it does not exhibit explicit malicious behavior, the use of memory manipulation techniques poses a significant security risk. The potential for misuse to extract sensitive information from WeChat is a concern.
Live on pypi for 1 hour and 28 minutes before removal. Socket users were protected even while the package was live.
nvrtool
1.0.4
by label, NvrTool
Live on nuget
Blocked by Socket
This code is strongly indicative of a malicious/hostile runtime loader or reflective loader component. It reads embedded or encoded payload data, decrypts/transforms it, allocates executable memory, writes payload bytes into memory, adjusts protections and creates callable delegates to execute that memory. It also performs process/module inspection and contains multiple hooks/trampoline-like behaviors. Combined with extensive obfuscation and anti-analysis measures, the code should be considered malicious or at least extremely high-risk and unsuitable for inclusion in a trusted supply chain without thorough provenance and manual review.
pycryptoex
0.6.2
Live on pypi
Blocked by Socket
This code implements a legitimate but poorly secured package management system with a critical syntax error. While it downloads code from a remote repository without verification (creating supply chain risk), it uses a hardcoded trusted repository and shows no evidence of malicious intent. The malformed INIT_TMPL suggests incomplete or corrupted code that would fail at runtime.
sagitar-co/famoco-mdm-apploader-action
a2fca82aef5a61d947be05e16d9d76e211ecd6c7
Live on actions
Blocked by Socket
The code uploads an arbitrary file from the runner filesystem to an external endpoint (my.famoco.com) and uses a hardcoded bearer token. This is a clear data‑exfiltration pattern and a serious security concern in the context of a GitHub Action. The hardcoded API token is a secret leak and makes the behavior more dangerous. Avoid using this package or action as-is; remove the hardcoded credential, require the token via secure secrets (ENV or inputs with secrets), validate/limit paths, and review intended behavior. If this code is published, the embedded token should be considered compromised and rotated immediately.
multis
1.0.0
Removed from pypi
Blocked by Socket
This file contains code for a multi-stealer that targets credentials, cookies, credit card data, and other sensitive information from multiple web browsers, cryptocurrency wallets, and user profiles. It sets up persistence mechanisms by adding itself to autostart, and includes logic to evade analysis or detection by verifying MAC addresses, computer names, and active processes. The code references external services such as ipinfo[.]io and ip-api[.]com to obtain IP data. This functionality poses a serious security risk due to unauthorized access and potential exfiltration of sensitive user information.
Live on pypi for 55 minutes before removal. Socket users were protected even while the package was live.
visit-github
0.0.1
by houdizhong
Live on npm
Blocked by Socket
The fragment demonstrates high-risk behavior: it unconditionally downloads a hosts file from a remote source and replaces the local system hosts file, followed by DNS cache flushing. This is a classic pattern enabling DNS hijacking or traffic misdirection if the remote content is malicious or compromised. The code lacks integrity verification, user consent, and platform safeguards, and appears to target Windows. The presence of potential syntax issues further necessitates caution. Treat this as suspicious/malicious in a dependency and require thorough vetting or removal.
@dominicvonk/freeathome-api
1.1.1
by dominicvonk
Live on npm
Blocked by Socket
The code contains a suspicious hidden data exfiltration channel sending arbitrary base64-encoded payloads to a fixed external XMPP address. This constitutes a high security risk and likely malicious behavior. The code is not obfuscated but the hardcoded destination and covert communication strongly indicate a backdoor or spyware functionality.
@3-/srv-linux
0.1.38
by i18n-now
Live on npm
Blocked by Socket
This module clearly implements an installer/persistence pattern: it generates a per-user systemd unit from caller-controlled parameters, reloads systemd, and immediately enables/starts the service, then optionally enables linger to keep it running after logout. While it could be legitimate for background agents, the lack of visible validation and the immediate activation via systemd make it high-risk in a supply-chain context; additional review of ./init.js ($ escaping) and the systemd.service template/gen() rendering is necessary to determine whether arbitrary commands can be injected or arbitrary payloads can be executed via crafted parameters.
plugin-transform-unicode-sets-regex
213.21.24
by exzuperi8
Removed from npm
Blocked by Socket
The source code exhibits behavior consistent with malware, including collecting and sending sensitive system information to a remote server without user consent. The domain used is suspicious, and the message to contact the author via Telegram adds to the suspicion. The code is not obfuscated but poses a significant security risk.
Live on npm for 2 minutes before removal. Socket users were protected even while the package was live.
com.unity.spatial-framework-core
10.0.1
by harsh7k
Live on npm
Blocked by Socket
This install script actively gathers potentially sensitive system information (including /etc/passwd or detailed Windows system info) and transmits it to an external host. This is a clear data-exfiltration behavior and constitutes malicious activity with high security risk. Immediate removal/blocking and further investigation are recommended.
norsodikin
0.3.9.dev4
Live on pypi
Blocked by Socket
This file includes hardcoded credentials (a Telegram bot token and chat ID) and transmits newly created SSH usernames and passwords to a remote endpoint (e.g., example[.]com) without user consent.
bluelamp-ai
0.45.3
Live on pypi
Blocked by Socket
This file intentionally conceals executable code via Base64+zlib encoding and executes it at import with exec. That behavior is a high supply-chain risk because it defeats source review and allows arbitrary actions at import time. Treat the package as suspicious: block or isolate it, and decompress+inspect the inner payload in a safe environment before use. If found in a dependency tree, assume high risk until proven otherwise.
@realvare/based
2.6.22
by realvare
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
nemesis.essentials.net
1.3.4
by Michał Bryłka, Leszek Kowalski
Live on nuget
Blocked by Socket
High risk due to self-loading library initiating remote code execution from an external URL. This pattern constitutes a critical supply-chain/security risk and should be removed or hardened (opt-in, integrity checks, offline defaults, and explicit user consent). The remote URL and automatic execution should be treated as a severe vulnerability in any public package.
ailever
0.2.356
Live on pypi
Blocked by Socket
The code presents a strong supply-chain and remote-execution risk by automatically downloading and executing remote Python payloads without integrity checks or sandboxing. It also creates and runs external services (Jupyter, Visdom, RStudio) based on user inputs, which can amplify impact if the remote payload is malicious. Mitigations include removing remote code execution paths, adding cryptographic verification (signatures or hash checks), isolating execution (sandboxes or containerization), validating inputs, and avoiding untrusted downloads or executions.
@elizaos/cli
1.6.1
by cjft
Live on npm
Blocked by Socket
The script modifies the 'zod' module by adding new files, which could be considered a form of untrusted code execution. This behavior raises concerns about the integrity of the module and potential security risks.
gupy-framework
0.4.3
Live on pypi
Blocked by Socket
The fragment demonstrates dangerous updater/bootstrap behavior that can autonomously fetch and replace local content with remote artifacts, execute privileged commands, and create platform-specific shortcuts. While some parts resemble legitimate scaffolding, the embedded updater logic, multi-language embedding, and lack of explicit integrity verification or consent make it a high-risk component for supply-chain abuse or remote code execution. Recommend removing or strictly isolating any self-update logic, implementing cryptographic verification (signatures, hashes, pinned versions), requiring explicit user approval for updates, and auditing all embedded multi-language blocks for secure, single-language, auditable implementations.
354766/ThinkfleetAI/thinkfleet-engine/youtube-summarizer/
42a1ef99f54b7749fdc4cf6b5184cd0aca7c6f52
Live on socket
Blocked by Socket
The analyzed design aligns with the stated purpose (YouTube transcript extraction, summarization, and delivery) but raises notable supply-chain, privacy, and credential-security concerns. The reliance on an externally hosted MCP server from GitHub, potential IP-bypass claims, and implicit data exfiltration to Telegram warrant strict controls: verified and pinned external dependencies, explicit user consent and data minimization, secure credential management for delivery channels, and clear retention/purging policies. Overall risk is MEDIUM to HIGH; proceed only with tightened supply-chain controls, explicit consent, and robust secret handling before production use.
@atlashub/smartstack-cli
3.43.0
by atashub
Live on npm
Blocked by Socket
This package runs a local postinstall script (scripts/postinstall.js) during npm install and declares a dependency using a file: specifier for the same package name. Both facts increase the risk of arbitrary code execution during install. You must inspect scripts/postinstall.js (and any scripts it loads) and the contents referenced by the file: dependency before trusting or installing this package. Treat this package as a higher-risk install until those files are reviewed.
rabbitcms/backend
0.5.50
Live on composer
Blocked by Socket
The code is heavily obfuscated and appears designed to load or execute remote content, likely behavior associated with adware, tracking, or more nefarious payloads. Given the obfuscation level and embedded external URL patterns, there is a high risk of malicious activity, including remote code execution or data exfiltration, depending on runtime environment. Proceed with extreme caution; consider removing or sandboxing this dependency.
bullfrogsec/bullfrog
1831f79cce8ad602eef14d2163873f27081ebfb3
Live on actions
Blocked by Socket
The code functions as a test harness designed to disable host security tooling and validate security policy enforcement through generated HTTP/DNS activity and blocked-access reporting. While framed as test infrastructure, its combination of privileged actions (pkill, nft flush, sudoers file creation) and manipulation of security components represents significant operational risk and potential for misuse in production environments. Treat as high-risk, suitable only for tightly controlled test environments with robust auditing, and segregate from production deployment workflows.
ops-channel
0.0.6
Live on pypi
Blocked by Socket
This file implements a persistent backdoor/remote-control agent: it daemonizes, polls a configured HTTP endpoint (default https://127[.]0[.]0[.]1:8005) and etcd-style servers for commands, validates them via an MD5+salt scheme provided by the server, then executes arbitrary shell or Python code (via subprocess.Popen(shell=True) and exec/eval). It collects and exfiltrates system identifiers (machine UUID, IP addresses, hostname) and command results back to the server, supports downloading and overwriting binaries (e.g. /bin/cli), uploading files, installing Python packages on the fly, and self-upgrading. Because it performs uncontrolled remote code execution, data exfiltration, and persistence without explicit user consent or robust authentication, it constitutes a high-severity malicious backdoor component.
be-table-template
2.7.0
by taonv
Live on npm
Blocked by Socket
The package contains a hidden payload that targets Russian language users visiting Russian and Belarusian sites. For those users, it will disable user interaction and play a looping audio of the Ukrainian anthem after 3 days. Therefore, it is marked as protestware only because it freezes interactions for many users. This behavior is not disclosed in any documentation of the package and seriously disrupts user experience.
pywxdump
2.1.6
Removed from pypi
Blocked by Socket
The code is designed to interact with and extract information from the WeChat application's memory. While it does not exhibit explicit malicious behavior, the use of memory manipulation techniques poses a significant security risk. The potential for misuse to extract sensitive information from WeChat is a concern.
Live on pypi for 1 hour and 28 minutes before removal. Socket users were protected even while the package was live.
nvrtool
1.0.4
by label, NvrTool
Live on nuget
Blocked by Socket
This code is strongly indicative of a malicious/hostile runtime loader or reflective loader component. It reads embedded or encoded payload data, decrypts/transforms it, allocates executable memory, writes payload bytes into memory, adjusts protections and creates callable delegates to execute that memory. It also performs process/module inspection and contains multiple hooks/trampoline-like behaviors. Combined with extensive obfuscation and anti-analysis measures, the code should be considered malicious or at least extremely high-risk and unsuitable for inclusion in a trusted supply chain without thorough provenance and manual review.
pycryptoex
0.6.2
Live on pypi
Blocked by Socket
This code implements a legitimate but poorly secured package management system with a critical syntax error. While it downloads code from a remote repository without verification (creating supply chain risk), it uses a hardcoded trusted repository and shows no evidence of malicious intent. The malformed INIT_TMPL suggests incomplete or corrupted code that would fail at runtime.
sagitar-co/famoco-mdm-apploader-action
a2fca82aef5a61d947be05e16d9d76e211ecd6c7
Live on actions
Blocked by Socket
The code uploads an arbitrary file from the runner filesystem to an external endpoint (my.famoco.com) and uses a hardcoded bearer token. This is a clear data‑exfiltration pattern and a serious security concern in the context of a GitHub Action. The hardcoded API token is a secret leak and makes the behavior more dangerous. Avoid using this package or action as-is; remove the hardcoded credential, require the token via secure secrets (ENV or inputs with secrets), validate/limit paths, and review intended behavior. If this code is published, the embedded token should be considered compromised and rotated immediately.
multis
1.0.0
Removed from pypi
Blocked by Socket
This file contains code for a multi-stealer that targets credentials, cookies, credit card data, and other sensitive information from multiple web browsers, cryptocurrency wallets, and user profiles. It sets up persistence mechanisms by adding itself to autostart, and includes logic to evade analysis or detection by verifying MAC addresses, computer names, and active processes. The code references external services such as ipinfo[.]io and ip-api[.]com to obtain IP data. This functionality poses a serious security risk due to unauthorized access and potential exfiltration of sensitive user information.
Live on pypi for 55 minutes before removal. Socket users were protected even while the package was live.
visit-github
0.0.1
by houdizhong
Live on npm
Blocked by Socket
The fragment demonstrates high-risk behavior: it unconditionally downloads a hosts file from a remote source and replaces the local system hosts file, followed by DNS cache flushing. This is a classic pattern enabling DNS hijacking or traffic misdirection if the remote content is malicious or compromised. The code lacks integrity verification, user consent, and platform safeguards, and appears to target Windows. The presence of potential syntax issues further necessitates caution. Treat this as suspicious/malicious in a dependency and require thorough vetting or removal.
@dominicvonk/freeathome-api
1.1.1
by dominicvonk
Live on npm
Blocked by Socket
The code contains a suspicious hidden data exfiltration channel sending arbitrary base64-encoded payloads to a fixed external XMPP address. This constitutes a high security risk and likely malicious behavior. The code is not obfuscated but the hardcoded destination and covert communication strongly indicate a backdoor or spyware functionality.
Socket detects traditional vulnerabilities (CVEs) but goes beyond that to scan the actual code of dependencies for malicious behavior. It proactively detects and blocks 70+ signals of supply chain risk in open source code, for comprehensive protection.
Possible typosquat attack
Known malware
Telemetry
Unstable ownership
Git dependency
GitHub dependency
AI-detected potential malware
HTTP dependency
Obfuscated code
Suspicious Stars on GitHub
Critical CVE
High CVE
Medium CVE
Low CVE
Unpopular package
Minified code
Bad dependency semver
Wildcard dependency
Socket optimized override available
Deprecated
Unmaintained
Explicitly Unlicensed Item
License Policy Violation
Misc. License Issues
License exception
Ambiguous License Classifier
Copyleft License
No License Found
Non-permissive License
Unidentified License
Socket detects and blocks malicious dependencies, often within just minutes of them being published to public registries, making it the most effective tool for blocking zero-day supply chain attacks.
Socket is built by a team of prolific open source maintainers whose software is downloaded over 1 billion times per month. We understand how to build tools that developers love. But don’t take our word for it.

Nat Friedman
CEO at GitHub

Suz Hinton
Senior Software Engineer at Stripe
heck yes this is awesome!!! Congrats team 🎉👏

Matteo Collina
Node.js maintainer, Fastify lead maintainer
So awesome to see @SocketSecurity launch with a fresh approach! Excited to have supported the team from the early days.

DC Posch
Director of Technology at AppFolio, CTO at Dynasty
This is going to be super important, especially for crypto projects where a compromised dependency results in stolen user assets.

Luis Naranjo
Software Engineer at Microsoft
If software supply chain attacks through npm don't scare the shit out of you, you're not paying close enough attention.
@SocketSecurity sounds like an awesome product. I'll be using socket.dev instead of npmjs.org to browse npm packages going forward

Elena Nadolinski
Founder and CEO at Iron Fish
Huge congrats to @SocketSecurity! 🙌
Literally the only product that proactively detects signs of JS compromised packages.

Joe Previte
Engineering Team Lead at Coder
Congrats to @feross and the @SocketSecurity team on their seed funding! 🚀 It's been a big help for us at @CoderHQ and we appreciate what y'all are doing!

Josh Goldberg
Staff Developer at Codecademy
This is such a great idea & looks fantastic, congrats & good luck @feross + team!
The best security teams in the world use Socket to get visibility into supply chain risk, and to build a security feedback loop into the development process.

Scott Roberts
CISO at UiPath
As a happy Socket customer, I've been impressed with how quickly they are adding value to the product, this move is a great step!

Yan Zhu
Head of Security at Brave, DEFCON, EFF, W3C
glad to hear some of the smartest people i know are working on (npm, etc.) supply chain security finally :). @SocketSecurity

Andrew Peterson
CEO and Co-Founder at Signal Sciences (acq. Fastly)
How do you track the validity of open source software libraries as they get updated? You're prob not. Check out @SocketSecurity and the updated tooling they launched.
Supply chain is a cluster in security as we all know and the tools from Socket are "duh" type tools to be implementing. Check them out and follow Feross Aboukhadijeh to see more updates coming from them in the future.

Zbyszek Tenerowicz
Senior Security Engineer at ConsenSys
socket.dev is getting more appealing by the hour

Devdatta Akhawe
Head of Security at Figma
The @SocketSecurity team is on fire! Amazing progress and I am exciting to see where they go next.

Sebastian Bensusan
Engineer Manager at Stripe
I find it surprising that we don't have _more_ supply chain attacks in software:
Imagine your airplane (the code running) was assembled (deployed) daily, with parts (dependencies) from internet strangers. How long until you get a bad part?
Excited for Socket to prevent this

Adam Baldwin
VP of Security at npm, Red Team at Auth0/Okta
Congrats to everyone at @SocketSecurity ❤️🤘🏻

Nico Waisman
CISO at Lyft
This is an area that I have personally been very focused on. As Nat Friedman said in the 2019 GitHub Universe keynote, Open Source won, and every time you add a new open source project you rely on someone else code and you rely on the people that build it.
This is both exciting and problematic. You are bringing real risk into your organization, and I'm excited to see progress in the industry from OpenSSF scorecards and package analyzers to the company that Feross Aboukhadijeh is building!
Secure your team's dependencies across your stack with Socket. Stop supply chain attacks before they reach production.
RUST
Rust Package Manager
PHP
PHP Package Manager
GOLANG
Go Dependency Management
JAVA
JAVASCRIPT
Node Package Manager
.NET
.NET Package Manager
PYTHON
Python Package Index
RUBY
Ruby Package Manager
SWIFT
AI
AI Model Hub
CI
CI/CD Workflows
EXTENSIONS
Chrome Browser Extensions
EXTENSIONS
VS Code Extensions
Attackers have taken notice of the opportunity to attack organizations through open source dependencies. Supply chain attacks rose a whopping 700% in the past year, with over 15,000 recorded attacks.
Nov 23, 2025
Shai Hulud v2
Shai Hulud v2 campaign: preinstall script (setup_bun.js) and loader (setup_bin.js) that installs/locates Bun and executes an obfuscated bundled malicious script (bun_environment.js) with suppressed output.
Nov 05, 2025
Elves on npm
A surge of auto-generated "elf-stats" npm packages is being published every two minutes from new accounts. These packages contain simple malware variants and are being rapidly removed by npm. At least 420 unique packages have been identified, often described as being generated every two minutes, with some mentioning a capture the flag challenge or test.
Jul 04, 2025
RubyGems Automation-Tool Infostealer
Since at least March 2023, a threat actor using multiple aliases uploaded 60 malicious gems to RubyGems that masquerade as automation tools (Instagram, TikTok, Twitter, Telegram, WordPress, and Naver). The gems display a Korean Glimmer-DSL-LibUI login window, then exfiltrate the entered username/password and the host's MAC address via HTTP POST to threat actor-controlled infrastructure.
Mar 13, 2025
North Korea's Contagious Interview Campaign
Since late 2024, we have tracked hundreds of malicious npm packages and supporting infrastructure tied to North Korea's Contagious Interview operation, with tens of thousands of downloads targeting developers and tech job seekers. The threat actors run a factory-style playbook: recruiter lures and fake coding tests, polished GitHub templates, and typosquatted or deceptive dependencies that install or import into real projects.
Jul 23, 2024
Network Reconnaissance Campaign
A malicious npm supply chain attack that leveraged 60 packages across three disposable npm accounts to fingerprint developer workstations and CI/CD servers during installation. Each package embedded a compact postinstall script that collected hostnames, internal and external IP addresses, DNS resolvers, usernames, home and working directories, and package metadata, then exfiltrated this data as a JSON blob to a hardcoded Discord webhook.
Get our latest security research, open source insights, and product updates.
Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.