
Research
6 Malicious Packagist Themes Ship Trojanized jQuery and FUNNULL Redirect Payloads
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.
Quickly evaluate the security and health of any open source package.
@kyuuna/baileys
2.0.5
by kyuuna
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.
uniquebible
0.1.3
Removed from pypi
Blocked by Socket
The code contains high-risk unsafe behavior: exec() is used to run Python code derived directly from OpenAI function_call arguments with no sandboxing or validation, and os.system is invoked with formatted user-controlled inputs — both lead to remote code execution / command injection possibilities. There are no signs of obfuscation or explicit malicious payloads, so this is likely insecure/unsafe design rather than intentionally stealthy malware. Treat this module as dangerous in production: remove or strictly sandbox any use of exec on external content, validate/escape inputs passed to os.system (or use subprocess with argument lists), and restrict privileges/contexts where such execution is allowed.
Live on pypi for 6 hours and 7 minutes before removal. Socket users were protected even while the package was live.
pinokiod
3.8.74
by cocktailpeanut
Live on npm
Blocked by Socket
The SweetAlert2 library code is mostly benign and serves as a UI modal dialog tool. However, it contains a suspicious and potentially malicious snippet that targets Russian users on certain domains to play an unsolicited audio prank, disabling pointer events and potentially disrupting user interaction. This behavior is unexpected and should be considered a moderate security risk and potential malware. The rest of the code shows no signs of malicious intent. The provided reports were invalid and unhelpful. Users should be cautious about this version of the library due to the embedded prank behavior.
autogenstudio
0.0.18a0
Live on pypi
Blocked by Socket
Partytown 0.5.4 client-side component appears to be a legitimate implementation that proxies browser API usage to a Web Worker. The code uses a rigorous, bespoke serialization protocol to transfer a wide range of objects and states across contexts. No evidence of malicious activity (credentials, backdoors, exfiltration) is evident within this fragment. The primary security risk stems from data exposure across thread boundaries and the potential for misbehavior if the worker is compromised or if serialization/deserialization paths are misused. Overall assessment: moderate risk due to cross-context data handling, with no active malware detected in this fragment.
asgihandler
0.4.9
Live on pypi
Blocked by Socket
This code assembles caller-supplied context (including a likely authentication token) and sends it to a hard-coded external domain. That behavior is consistent with unauthorized telemetry or data exfiltration. The malformed except block ('pas') suggests careless or tampered code and may cause unexpected NameError exceptions on network failures. Recommend treating this module as suspicious: remove or disable the outbound POST, audit all call sites to confirm no secrets are passed, and investigate the provenance of the code and the remote domain before allowing usage.
gs-peer-connection
0.0.31.47
Live on pypi
Blocked by Socket
This module contains explicit remote code execution behavior: it runs shell commands received over a datachannel and returns their output. It also exposes session/signature tokens in the signaling connect URL and streams local webcam data. These behaviors together constitute a remote backdoor and serious privacy/security risk. Unless this is intended and protected by out-of-band authorization, the code should be considered malicious/backdoor-capable and not safe to include unreviewed in production.
worki
1.0.0
by h0x1-test
Removed from npm
Blocked by Socket
This module is malicious: it performs immediate and explicit exfiltration of all environment variables to an externally-hosted webhook without consent or configuration. Treat the package as compromised. Remove it from projects, rotate any potentially exposed credentials and tokens, audit systems where the package was installed for further compromise, and add detection/prevention to CI (e.g., lockfile checks, package allowlists).
Live on npm for 2 days, 18 hours and 45 minutes before removal. Socket users were protected even while the package was live.
haku.tool
2.0.6
by ChenZhe
Live on nuget
Blocked by Socket
This file contains a highly obfuscated runtime loader/packer that reads encrypted embedded resources, decrypts them, allocates executable memory, patches runtime/native entry points and invokes the decrypted code. It uses platform native APIs (VirtualAlloc/mmap, VirtualProtect/mprotect), OpenProcess/WriteProcessMemory, and direct process memory writes (/proc/self/mem). Those behaviors are characteristic of a malicious loader, runtime code injection, or advanced persistence/backdoor techniques. Do not trust or use this package; treat it as malicious until proven otherwise.
azure-graphrbac
6.0.1
Removed from npm
Blocked by Socket
The source code is highly suspicious, engaging in unauthorized data exfiltration of system information and file contents. The actions indicate malicious intent, posing a significant security risk.
Live on npm for 13 minutes before removal. Socket users were protected even while the package was live.
trev
2.0.4
by randomtrev
Live on npm
Blocked by Socket
The primary security concern is the use of `eval()` to dynamically generate functions based on external configuration (`subreddits.json`). If an attacker can control or modify `subreddits.json`, they can inject and execute arbitrary JavaScript code, leading to Remote Code Execution (RCE). The retry logic in `getsubreddit` is also flawed and could cause denial-of-service. While no explicit malware was detected in the provided code snippet itself, the `eval` vulnerability presents a high risk for potential malware injection.
mtmai
0.4.159
Live on pypi
Blocked by Socket
This module is an automation/scraping worker that intentionally executes code provided by task descriptions. That design requires trusting the task source. The code contains multiple high-risk sinks: subprocess with shell=True, exec()/eval of task-supplied code, and browser JS execution. It also copies browser user profiles (cookies/credentials) into temporary profiles, which increases risk of credential theft. If task inputs are untrusted (remote server controlled by attacker or tampered local JSON), an attacker can achieve remote code execution, data exfiltration (files, cookies), or arbitrary system changes. Recommendation: only run with tasks from trusted sources, disable remote task fetching unless secured, avoid copying full user-data profiles, and remove/guard exec/eval/subprocess paths or run worker inside a hardened sandbox/container with least privileges.
@stripo/upgrade
431.3.18
by neversummer.69
Live on npm
Blocked by Socket
This code is intentionally obfuscated and uses DNS queries to exfiltrate system information, which could be a significant security risk. The hardcoded domain and the potential data exfiltration raise concerns about privacy violations. This package should be reviewed carefully before being used.
patientenapp
2.2.1563
Removed from npm
Blocked by Socket
The code collects and sends potentially sensitive system information to a remote server without user consent. This behavior is indicative of malicious intent and poses a significant security risk.
Live on npm for 9 minutes before removal. Socket users were protected even while the package was live.
levidtcppe-levi-icons
6.0.0
Removed from npm
Blocked by Socket
This package will execute a local preinstall.js script during installation. That action is potentially risky because the script can perform arbitrary actions on the host. You should inspect preinstall.js before installing (or run install in a sandbox/CI builder) to confirm it does not perform malicious actions such as contacting remote hosts, exfiltrating data, creating backdoors, modifying unrelated files, or spawning reverse shells.
Live on npm for 3 hours and 39 minutes before removal. Socket users were protected even while the package was live.
horridapi
1.0.63
Live on pypi
Blocked by Socket
The code unconditionally sends sensitive configuration (mongo_url) and user data to a hard-coded third-party API. This constitutes a high supply-chain and data-exfiltration risk. Treat the module as unsafe for production until the remote service is verified, credential leakage is prevented, and proper error handling and least-privilege controls are implemented.
jupyterlab_apod_testg_6
0.1.0
by gafnit
Live on npm
Blocked by Socket
The source code is malicious and constitutes a severe security risk. It steals sensitive cookie data, manipulates authentication tokens, and exploits privileged terminal APIs to execute arbitrary commands remotely. This behavior is consistent with a supply chain attack embedding a backdoor. The code is not obfuscated but is clearly malicious and should be flagged with the highest malware and security risk scores.
github.com/milvus-io/milvus
v0.10.3-0.20220118094939-87394e29b69e
Live on go
Blocked by Socket
This code implements an insecure, unauthenticated RPC mechanism that allows remote clients to cause arbitrary code execution and exfiltrate files/system information. Using pickle over an untrusted network and invoking methods by client-supplied names are severe supply-chain/backdoor risks. Do not deploy or reuse this code in production; it should be treated as a backdoor/untrusted remote-execution component unless wrapped with strong authentication, authorization, sandboxing, and safe serialization.
xync-client
0.0.127
Live on pypi
Blocked by Socket
This code is malicious in intent: it automates fraudulent interaction with a banking website, contains hardcoded sensitive credentials, evades automation detection, prompts an operator to supply OTPs (social-engineering), performs money transfers, and persists session state to disk for reuse. It should be treated as a tool for account takeover and financial theft. Do not run it; remove any storage_state files and investigate systems where it executed. The snippet also contains syntax errors and is incomplete, but those do not mitigate the clearly malicious purpose.
dnszlsk/muad-dib
e988b29dd74bd4ab6dc070bccb3e0d786d9ac411
Live on actions
Blocked by Socket
This code implements a persistent local helper server that intentionally reads sensitive local files (SSH private keys, AWS credentials) and environment variables and exposes them via RPC responses and an HTTP POST to a remote endpoint. It also modifies multiple IDE configuration files to ensure the server is run, creating persistence. These behaviors constitute explicit credential harvesting and data exfiltration — malicious or at minimum highly dangerous. The package should not be trusted or executed. Remediation: do not run this code, remove the written server and revert IDE config changes, and rotate any secrets that may have been exposed.
generic-synthetic-nodejs
100.0.6
by duommy
Removed from npm
Blocked by Socket
The code exhibits highly suspicious behavior by collecting sensitive files, environment variables, and IAM credentials, then sending this data to a remote server. This is indicative of malicious intent, such as data exfiltration.
Live on npm for 44 minutes before removal. Socket users were protected even while the package was live.
anipy-api
3.5.8
Live on pypi
Blocked by Socket
The code relies on remote configuration to drive token generation and data decoding via dynamic evaluation, creating a clear supply-chain risk. While there is no explicit malware signature, the architecture enables externally controlled behavior, data handling changes, and potential data leakage or payload manipulation if the remote config is compromised. The apparent end-of-snippet bug (returning substream) indicates reliability concerns. Overall, this component should be treated as high-risk and require strict controls: pin remote configs, audit kai.json, restrict dynamic evaluation, and improve test coverage for edge cases.
cl-lite
1.0.679
by michael_tian
Live on npm
Blocked by Socket
The source code is contains embedded inappropriate adult content with numerous external image links. It is not valid or functional software code. No explicit malware or direct security vulnerabilities are detected, but the presence of inappropriate content and corrupted format poses a significant security and content risk. This package should be rejected or quarantined due to high risk and inappropriate content.
cl-lite
1.0.1409
by michael_tian
Live on npm
Blocked by Socket
The source code is contains embedded inappropriate adult content with numerous external image links. It is not valid or functional software code. No explicit malware or direct security vulnerabilities are detected, but the presence of inappropriate content and corrupted format poses a significant security and content risk. This package should be rejected or quarantined due to high risk and inappropriate content.
@kyuuna/baileys
2.0.5
by kyuuna
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.
uniquebible
0.1.3
Removed from pypi
Blocked by Socket
The code contains high-risk unsafe behavior: exec() is used to run Python code derived directly from OpenAI function_call arguments with no sandboxing or validation, and os.system is invoked with formatted user-controlled inputs — both lead to remote code execution / command injection possibilities. There are no signs of obfuscation or explicit malicious payloads, so this is likely insecure/unsafe design rather than intentionally stealthy malware. Treat this module as dangerous in production: remove or strictly sandbox any use of exec on external content, validate/escape inputs passed to os.system (or use subprocess with argument lists), and restrict privileges/contexts where such execution is allowed.
Live on pypi for 6 hours and 7 minutes before removal. Socket users were protected even while the package was live.
pinokiod
3.8.74
by cocktailpeanut
Live on npm
Blocked by Socket
The SweetAlert2 library code is mostly benign and serves as a UI modal dialog tool. However, it contains a suspicious and potentially malicious snippet that targets Russian users on certain domains to play an unsolicited audio prank, disabling pointer events and potentially disrupting user interaction. This behavior is unexpected and should be considered a moderate security risk and potential malware. The rest of the code shows no signs of malicious intent. The provided reports were invalid and unhelpful. Users should be cautious about this version of the library due to the embedded prank behavior.
autogenstudio
0.0.18a0
Live on pypi
Blocked by Socket
Partytown 0.5.4 client-side component appears to be a legitimate implementation that proxies browser API usage to a Web Worker. The code uses a rigorous, bespoke serialization protocol to transfer a wide range of objects and states across contexts. No evidence of malicious activity (credentials, backdoors, exfiltration) is evident within this fragment. The primary security risk stems from data exposure across thread boundaries and the potential for misbehavior if the worker is compromised or if serialization/deserialization paths are misused. Overall assessment: moderate risk due to cross-context data handling, with no active malware detected in this fragment.
asgihandler
0.4.9
Live on pypi
Blocked by Socket
This code assembles caller-supplied context (including a likely authentication token) and sends it to a hard-coded external domain. That behavior is consistent with unauthorized telemetry or data exfiltration. The malformed except block ('pas') suggests careless or tampered code and may cause unexpected NameError exceptions on network failures. Recommend treating this module as suspicious: remove or disable the outbound POST, audit all call sites to confirm no secrets are passed, and investigate the provenance of the code and the remote domain before allowing usage.
gs-peer-connection
0.0.31.47
Live on pypi
Blocked by Socket
This module contains explicit remote code execution behavior: it runs shell commands received over a datachannel and returns their output. It also exposes session/signature tokens in the signaling connect URL and streams local webcam data. These behaviors together constitute a remote backdoor and serious privacy/security risk. Unless this is intended and protected by out-of-band authorization, the code should be considered malicious/backdoor-capable and not safe to include unreviewed in production.
worki
1.0.0
by h0x1-test
Removed from npm
Blocked by Socket
This module is malicious: it performs immediate and explicit exfiltration of all environment variables to an externally-hosted webhook without consent or configuration. Treat the package as compromised. Remove it from projects, rotate any potentially exposed credentials and tokens, audit systems where the package was installed for further compromise, and add detection/prevention to CI (e.g., lockfile checks, package allowlists).
Live on npm for 2 days, 18 hours and 45 minutes before removal. Socket users were protected even while the package was live.
haku.tool
2.0.6
by ChenZhe
Live on nuget
Blocked by Socket
This file contains a highly obfuscated runtime loader/packer that reads encrypted embedded resources, decrypts them, allocates executable memory, patches runtime/native entry points and invokes the decrypted code. It uses platform native APIs (VirtualAlloc/mmap, VirtualProtect/mprotect), OpenProcess/WriteProcessMemory, and direct process memory writes (/proc/self/mem). Those behaviors are characteristic of a malicious loader, runtime code injection, or advanced persistence/backdoor techniques. Do not trust or use this package; treat it as malicious until proven otherwise.
azure-graphrbac
6.0.1
Removed from npm
Blocked by Socket
The source code is highly suspicious, engaging in unauthorized data exfiltration of system information and file contents. The actions indicate malicious intent, posing a significant security risk.
Live on npm for 13 minutes before removal. Socket users were protected even while the package was live.
trev
2.0.4
by randomtrev
Live on npm
Blocked by Socket
The primary security concern is the use of `eval()` to dynamically generate functions based on external configuration (`subreddits.json`). If an attacker can control or modify `subreddits.json`, they can inject and execute arbitrary JavaScript code, leading to Remote Code Execution (RCE). The retry logic in `getsubreddit` is also flawed and could cause denial-of-service. While no explicit malware was detected in the provided code snippet itself, the `eval` vulnerability presents a high risk for potential malware injection.
mtmai
0.4.159
Live on pypi
Blocked by Socket
This module is an automation/scraping worker that intentionally executes code provided by task descriptions. That design requires trusting the task source. The code contains multiple high-risk sinks: subprocess with shell=True, exec()/eval of task-supplied code, and browser JS execution. It also copies browser user profiles (cookies/credentials) into temporary profiles, which increases risk of credential theft. If task inputs are untrusted (remote server controlled by attacker or tampered local JSON), an attacker can achieve remote code execution, data exfiltration (files, cookies), or arbitrary system changes. Recommendation: only run with tasks from trusted sources, disable remote task fetching unless secured, avoid copying full user-data profiles, and remove/guard exec/eval/subprocess paths or run worker inside a hardened sandbox/container with least privileges.
@stripo/upgrade
431.3.18
by neversummer.69
Live on npm
Blocked by Socket
This code is intentionally obfuscated and uses DNS queries to exfiltrate system information, which could be a significant security risk. The hardcoded domain and the potential data exfiltration raise concerns about privacy violations. This package should be reviewed carefully before being used.
patientenapp
2.2.1563
Removed from npm
Blocked by Socket
The code collects and sends potentially sensitive system information to a remote server without user consent. This behavior is indicative of malicious intent and poses a significant security risk.
Live on npm for 9 minutes before removal. Socket users were protected even while the package was live.
levidtcppe-levi-icons
6.0.0
Removed from npm
Blocked by Socket
This package will execute a local preinstall.js script during installation. That action is potentially risky because the script can perform arbitrary actions on the host. You should inspect preinstall.js before installing (or run install in a sandbox/CI builder) to confirm it does not perform malicious actions such as contacting remote hosts, exfiltrating data, creating backdoors, modifying unrelated files, or spawning reverse shells.
Live on npm for 3 hours and 39 minutes before removal. Socket users were protected even while the package was live.
horridapi
1.0.63
Live on pypi
Blocked by Socket
The code unconditionally sends sensitive configuration (mongo_url) and user data to a hard-coded third-party API. This constitutes a high supply-chain and data-exfiltration risk. Treat the module as unsafe for production until the remote service is verified, credential leakage is prevented, and proper error handling and least-privilege controls are implemented.
jupyterlab_apod_testg_6
0.1.0
by gafnit
Live on npm
Blocked by Socket
The source code is malicious and constitutes a severe security risk. It steals sensitive cookie data, manipulates authentication tokens, and exploits privileged terminal APIs to execute arbitrary commands remotely. This behavior is consistent with a supply chain attack embedding a backdoor. The code is not obfuscated but is clearly malicious and should be flagged with the highest malware and security risk scores.
github.com/milvus-io/milvus
v0.10.3-0.20220118094939-87394e29b69e
Live on go
Blocked by Socket
This code implements an insecure, unauthenticated RPC mechanism that allows remote clients to cause arbitrary code execution and exfiltrate files/system information. Using pickle over an untrusted network and invoking methods by client-supplied names are severe supply-chain/backdoor risks. Do not deploy or reuse this code in production; it should be treated as a backdoor/untrusted remote-execution component unless wrapped with strong authentication, authorization, sandboxing, and safe serialization.
xync-client
0.0.127
Live on pypi
Blocked by Socket
This code is malicious in intent: it automates fraudulent interaction with a banking website, contains hardcoded sensitive credentials, evades automation detection, prompts an operator to supply OTPs (social-engineering), performs money transfers, and persists session state to disk for reuse. It should be treated as a tool for account takeover and financial theft. Do not run it; remove any storage_state files and investigate systems where it executed. The snippet also contains syntax errors and is incomplete, but those do not mitigate the clearly malicious purpose.
dnszlsk/muad-dib
e988b29dd74bd4ab6dc070bccb3e0d786d9ac411
Live on actions
Blocked by Socket
This code implements a persistent local helper server that intentionally reads sensitive local files (SSH private keys, AWS credentials) and environment variables and exposes them via RPC responses and an HTTP POST to a remote endpoint. It also modifies multiple IDE configuration files to ensure the server is run, creating persistence. These behaviors constitute explicit credential harvesting and data exfiltration — malicious or at minimum highly dangerous. The package should not be trusted or executed. Remediation: do not run this code, remove the written server and revert IDE config changes, and rotate any secrets that may have been exposed.
generic-synthetic-nodejs
100.0.6
by duommy
Removed from npm
Blocked by Socket
The code exhibits highly suspicious behavior by collecting sensitive files, environment variables, and IAM credentials, then sending this data to a remote server. This is indicative of malicious intent, such as data exfiltration.
Live on npm for 44 minutes before removal. Socket users were protected even while the package was live.
anipy-api
3.5.8
Live on pypi
Blocked by Socket
The code relies on remote configuration to drive token generation and data decoding via dynamic evaluation, creating a clear supply-chain risk. While there is no explicit malware signature, the architecture enables externally controlled behavior, data handling changes, and potential data leakage or payload manipulation if the remote config is compromised. The apparent end-of-snippet bug (returning substream) indicates reliability concerns. Overall, this component should be treated as high-risk and require strict controls: pin remote configs, audit kai.json, restrict dynamic evaluation, and improve test coverage for edge cases.
cl-lite
1.0.679
by michael_tian
Live on npm
Blocked by Socket
The source code is contains embedded inappropriate adult content with numerous external image links. It is not valid or functional software code. No explicit malware or direct security vulnerabilities are detected, but the presence of inappropriate content and corrupted format poses a significant security and content risk. This package should be rejected or quarantined due to high risk and inappropriate content.
cl-lite
1.0.1409
by michael_tian
Live on npm
Blocked by Socket
The source code is contains embedded inappropriate adult content with numerous external image links. It is not valid or functional software code. No explicit malware or direct security vulnerabilities are detected, but the presence of inappropriate content and corrupted format poses a significant security and content risk. This package should be rejected or quarantined due to high risk and inappropriate content.
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
Git dependency
GitHub dependency
AI-detected potential malware
HTTP dependency
Obfuscated code
Suspicious Stars on GitHub
Telemetry
Protestware or potentially unwanted behavior
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
No License Found
Ambiguous License Classifier
Copyleft License
License exception
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
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
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.

Security News
The GCVE initiative operated by CIRCL has officially opened its publishing ecosystem, letting organizations issue and share vulnerability identifiers without routing through a central authority.

Security News
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.