
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
Quickly evaluate the security and health of any open source package.
mailbomb
0.0.1.0
Live on pypi
Blocked by Socket
This module is explicitly designed for mass emailing (mail bombing). It accepts SMTP credentials and sends an HTML payload to many recipients using multiple threads, lacking safeguards (validation, rate limiting, retries, secure secrets handling). The presented file contains syntax and robustness issues but the intended behavior is abusive. Treat this as high-risk code: do not run it in any production or trusted environment. If found in a dependency tree, remove it, rotate any exposed credentials, and investigate how it was introduced.
@builder.io/sdk-qwik
0.17.7
by builderio-bot
Live on npm
Blocked by Socket
The code permits runtime evaluation and loading of scripts discovered within its content, a capability that can be legitimate for dynamic features but poses strong security risks in supply chain contexts. Without sanitization, validation, or sandboxing, this pattern enables arbitrary code execution from untrusted input, increasing the risk of data leakage, unauthorized actions, and potential compromise of the host page.
richardtmiles/carbonphp
14.5.0
Live on composer
Blocked by Socket
The dominant security concern is the explicit use of eval on data-derived JSON within CarbonPHP.handlebars, which can enable arbitrary code execution if data is attacker-controlled. Additional concerns include unsanitized dynamic script/template loading and a busy-wait sleep that can degrade performance and potentially expose timing information. Overall risk is high due to the eval pattern and dynamic content loading without strong sanitization.
ftbx
0.1.dev419
Removed from pypi
Blocked by Socket
This code is not demonstrably malicious (no backdoor, reverse shell, or obfuscated exfiltration), but it contains significant security issues: a hardcoded Consul host and token, printing of the database password to stdout, and DEBUG logging. These represent a high risk of secret leakage and unauthorized access to Consul and the MySQL instance. Remove hardcoded tokens, avoid printing secrets, use secure secret management and logging practices, and add robust error checking.
Live on pypi for 11 hours and 45 minutes before removal. Socket users were protected even while the package was live.
mtmai
0.3.1484
Live on pypi
Blocked by Socket
This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.
hackingtools
3.0.0.956
Live on pypi
Blocked by Socket
The code demonstrates high-risk behavior typical of dropper/packer-like workflows: encrypted payloads embedded in stubs, base64-wrapped code executed at runtime, and optional packaging into executables. While there are syntax anomalies and incomplete branches that prevent immediate execution, the overall pattern is aligned with covert payload delivery or supply-chain risk. Thorough review of the complete, verified source is required before use; treat as dangerous and isolate until confirmed safe.
ccl-vifp-lookup-responsive
2.4.44
by handball10
Removed from npm
Blocked by Socket
The code is highly suspicious, it appears to be harvesting sensitive user and system data and exfiltrating it to a potentially malicious remote server. It should be considered a serious security threat and possibly part of a supply chain attack.
Live on npm for 2 days, 8 hours and 40 minutes before removal. Socket users were protected even while the package was live.
openke
0.95
Live on pypi
Blocked by Socket
This setup.py contains an explicit, high-risk post-install action that executes privileged system-level commands to install external packages during installation. This constitutes a significant supply-chain and privilege-escalation risk. Do not run this setup on untrusted systems; the post-install command should be removed or replaced by declaring dependencies properly (install_requires or documentation) and never invoking sudo during package installation. Treat this package as unsafe until the post-install behavior is audited and removed.
@sportdigi/scripts
9.10.18
by james4141
Live on npm
Blocked by Socket
The code presents a high security risk due to the use of 'exec' with untrusted input, allowing for arbitrary command execution. This can be exploited for malicious purposes, though the code itself is not inherently malicious.
pup-recorder
0.1.11
by autokaka
Live on npm
Blocked by Socket
The analyzed code shows high-confidence indicators of covert data capture (especially audio exfiltration via patched Web Audio APIs), dynamic native addon loading with temporary binary payloads, offscreen rendering with potential covert signaling, and aggressive network/webRequest manipulation. While some components could serve legitimate testing or forensic workflows, the combination constitutes a severe privacy and security risk in typical Electron app distributions. This should be treated as malware-like behavior or a backdoor-like capability, requiring removal or thorough, transparent auditing and clear user consent mechanisms before any production use.
solana-pump-test
2.4.5
Live on npm
Blocked by Socket
This code is malicious or highly privacy-invasive: it scans wide areas of the host filesystem (including user folders and Windows drives), reads file contents to identify secrets (explicitly prioritizing .env and similar), and uploads matched files to a remote server. The use of obfuscation and dynamic evaluation of worker code increases risk and evasion. Treat the package as malicious and do not run it on trusted systems. Immediate remediation: remove the package, rotate any potentially exposed credentials, and investigate systems where it executed.
serverless-api-partners
0.1.1
Removed from npm
Blocked by Socket
The script is malicious in nature, as it is designed to exfiltrate sensitive system information to an external server. The use of base64 encoding is a weak attempt to obfuscate the data being sent. The script poses a high security risk due to the potential for data breaches and further attacks.
Live on npm for 1 hour and 26 minutes before removal. Socket users were protected even while the package was live.
@dcl/builder-site
6.28.3-3752342233.commit-1a506b2
by decentralandbot
Live on npm
Blocked by Socket
The module contains an explicit arbitrary code execution primitive: it fetches script source text over the network and executes it with eval(code), then runs the resulting code’s lifecycle methods. It also allows external actions to set the base URL used for fetching executable scripts. This is a strong supply-chain/runtime-compromise risk requiring mitigation (remove eval, enforce strict origin and integrity checks, or run scripts in a hardened sandbox with capability controls).
@superblocksteam/cli
2.0.105-next.0
by superblocksteam-admin
Live on npm
Blocked by Socket
The most significant and concrete security signal in this fragment is hardcoded secret/credential injection: a token-embedded Git repository URL is written into process.env (DD_GIT_REPOSITORY_URL) along with a pinned commit SHA at import time. This can enable authenticated automated retrieval of code or other SCM-driven actions by later components, and it increases the likelihood of credential exposure via logs/debugging. Additional uncertainty exists due to side-effect imports and immediate execution of require_enquirer(), but no direct exfiltration or shell execution is visible in this snippet alone.
kolabpy
1.0.3.1
Live on pypi
Blocked by Socket
This module is high risk. It unconditionally downloads binary JARs from externally controlled Google Drive URLs (with an embedded API key) and overwrites installed saspy package files at import-time without integrity checks or user consent. It also contains a helper that forwards user credentials to hardcoded remote SAS hosts and disables TLS verification in at least one call. While no explicit reverse shell or direct exfiltration is present in the Python fragment, the replacement of package JARs is a powerful supply-chain attack vector that can enable arbitrary code execution when those JARs are loaded. Do not import or run this module in trusted environments. Verify the provenance and contents of the remote JARs and remove/replace this code; treat the package as compromised until proven otherwise.
vasprocar
1.1.19.83
Removed from pypi
Blocked by Socket
This fragment appears to be part of a legitimate DOS/pDOS post-processing tool for Quantum ESPRESSO, but it uses multiple high-risk patterns: executing external Python files (exec(open(...).read())), copying and injecting variable content into a script and then executing it, and using bare excepts that suppress errors. These behaviors make the module vulnerable to supply-chain or local-file-tampering attacks: if an attacker can modify files in main_dir or dir_files (or influence the variables used to build filenames), they can achieve arbitrary code execution with the same privileges as the user running this script. I did not find explicit malicious payloads (no networking/exfiltration, no reverse shell code, no hardcoded secrets), so the code itself looks more insecure than intentionally malicious. Recommendation: avoid exec on arbitrary files; validate and/or cryptographically verify any scripts before executing; minimize use of globals and prefer importing modules safely; sanitize inputs and fail loudly rather than swallowing exceptions. Also review the rest of the project for places that set the variables used to build filenames. Note: the fragment contains multiple syntax errors and appears truncated which reduces certainty of the analysis.
Live on pypi for 16 hours and 1 minute before removal. Socket users were protected even while the package was live.
github.com/weaveworks/weave
v1.4.4-0.20160204134558-1d3c80ab49a4
Live on go
Blocked by Socket
This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.
n8n-nodes-gg-udhasudsh-hgjkhg-official
0.0.11
Live on npm
Blocked by Socket
No clear malicious behavior in the provided fragment. The code is heavily obfuscated (likely via an automated packer) but the visible logic performs a Google Ads audience search using a supplied search term and provided credentials and sends the GAQL query to the Google Ads API. No evidence of credential harvesting, filesystem damage, reverse shell, or calls to suspicious external domains was found in this fragment. However, the obfuscation increases uncertainty and I recommend reviewing the required GoogleAdsClient module and deobfuscating or obtaining the original source to fully trust the package.
@balea-telefonica/ui
10.10.92
by darbinel
Removed from npm
Blocked by Socket
This script is making an external request to the URL 'http://eot7lh31glz15fb.m.pipedream.net'. The purpose of this request is not clear and could potentially be malicious. The user should carefully review the code to ensure that this behavior is intended and not harmful.
Live on npm for 5 minutes before removal. Socket users were protected even while the package was live.
pinokiod
0.1.17
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.
d1337-matitanam
2.2.0
by d1337
Live on npm
Blocked by Socket
This module is an LLM-agent execution engine that exposes high-privilege tools to the model and executes them on the host (execSync shell commands, arbitrary file read/write, and curl-based web fetch/search). It additionally spawns externally configured MCP server commands with shell:true. Because untrusted LLM/user-controlled tool inputs flow directly into these sinks with minimal validation, the overall security risk is extremely high; it functionally resembles a remote-controlled “agentic” backdoor/exploitation console rather than a safe library component.
qtopology
0.10.4
by bergloman
Live on npm
Blocked by Socket
This module contains a clear sabotage pattern: a heartbeat that, after a configured delay, calls eval("this.someBadName();") which will throw an exception and likely destabilize or crash the host process. There is no evidence of data exfiltration or credential theft in this file, but the timed availability attack constitutes a high-risk supply-chain sabotage. Recommend removing or replacing the eval call, replacing it with safe behavior, and auditing the package/version for other intentionally harmful code.
mailbomb
0.0.1.0
Live on pypi
Blocked by Socket
This module is explicitly designed for mass emailing (mail bombing). It accepts SMTP credentials and sends an HTML payload to many recipients using multiple threads, lacking safeguards (validation, rate limiting, retries, secure secrets handling). The presented file contains syntax and robustness issues but the intended behavior is abusive. Treat this as high-risk code: do not run it in any production or trusted environment. If found in a dependency tree, remove it, rotate any exposed credentials, and investigate how it was introduced.
@builder.io/sdk-qwik
0.17.7
by builderio-bot
Live on npm
Blocked by Socket
The code permits runtime evaluation and loading of scripts discovered within its content, a capability that can be legitimate for dynamic features but poses strong security risks in supply chain contexts. Without sanitization, validation, or sandboxing, this pattern enables arbitrary code execution from untrusted input, increasing the risk of data leakage, unauthorized actions, and potential compromise of the host page.
richardtmiles/carbonphp
14.5.0
Live on composer
Blocked by Socket
The dominant security concern is the explicit use of eval on data-derived JSON within CarbonPHP.handlebars, which can enable arbitrary code execution if data is attacker-controlled. Additional concerns include unsanitized dynamic script/template loading and a busy-wait sleep that can degrade performance and potentially expose timing information. Overall risk is high due to the eval pattern and dynamic content loading without strong sanitization.
ftbx
0.1.dev419
Removed from pypi
Blocked by Socket
This code is not demonstrably malicious (no backdoor, reverse shell, or obfuscated exfiltration), but it contains significant security issues: a hardcoded Consul host and token, printing of the database password to stdout, and DEBUG logging. These represent a high risk of secret leakage and unauthorized access to Consul and the MySQL instance. Remove hardcoded tokens, avoid printing secrets, use secure secret management and logging practices, and add robust error checking.
Live on pypi for 11 hours and 45 minutes before removal. Socket users were protected even while the package was live.
mtmai
0.3.1484
Live on pypi
Blocked by Socket
This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.
hackingtools
3.0.0.956
Live on pypi
Blocked by Socket
The code demonstrates high-risk behavior typical of dropper/packer-like workflows: encrypted payloads embedded in stubs, base64-wrapped code executed at runtime, and optional packaging into executables. While there are syntax anomalies and incomplete branches that prevent immediate execution, the overall pattern is aligned with covert payload delivery or supply-chain risk. Thorough review of the complete, verified source is required before use; treat as dangerous and isolate until confirmed safe.
ccl-vifp-lookup-responsive
2.4.44
by handball10
Removed from npm
Blocked by Socket
The code is highly suspicious, it appears to be harvesting sensitive user and system data and exfiltrating it to a potentially malicious remote server. It should be considered a serious security threat and possibly part of a supply chain attack.
Live on npm for 2 days, 8 hours and 40 minutes before removal. Socket users were protected even while the package was live.
openke
0.95
Live on pypi
Blocked by Socket
This setup.py contains an explicit, high-risk post-install action that executes privileged system-level commands to install external packages during installation. This constitutes a significant supply-chain and privilege-escalation risk. Do not run this setup on untrusted systems; the post-install command should be removed or replaced by declaring dependencies properly (install_requires or documentation) and never invoking sudo during package installation. Treat this package as unsafe until the post-install behavior is audited and removed.
@sportdigi/scripts
9.10.18
by james4141
Live on npm
Blocked by Socket
The code presents a high security risk due to the use of 'exec' with untrusted input, allowing for arbitrary command execution. This can be exploited for malicious purposes, though the code itself is not inherently malicious.
pup-recorder
0.1.11
by autokaka
Live on npm
Blocked by Socket
The analyzed code shows high-confidence indicators of covert data capture (especially audio exfiltration via patched Web Audio APIs), dynamic native addon loading with temporary binary payloads, offscreen rendering with potential covert signaling, and aggressive network/webRequest manipulation. While some components could serve legitimate testing or forensic workflows, the combination constitutes a severe privacy and security risk in typical Electron app distributions. This should be treated as malware-like behavior or a backdoor-like capability, requiring removal or thorough, transparent auditing and clear user consent mechanisms before any production use.
solana-pump-test
2.4.5
Live on npm
Blocked by Socket
This code is malicious or highly privacy-invasive: it scans wide areas of the host filesystem (including user folders and Windows drives), reads file contents to identify secrets (explicitly prioritizing .env and similar), and uploads matched files to a remote server. The use of obfuscation and dynamic evaluation of worker code increases risk and evasion. Treat the package as malicious and do not run it on trusted systems. Immediate remediation: remove the package, rotate any potentially exposed credentials, and investigate systems where it executed.
serverless-api-partners
0.1.1
Removed from npm
Blocked by Socket
The script is malicious in nature, as it is designed to exfiltrate sensitive system information to an external server. The use of base64 encoding is a weak attempt to obfuscate the data being sent. The script poses a high security risk due to the potential for data breaches and further attacks.
Live on npm for 1 hour and 26 minutes before removal. Socket users were protected even while the package was live.
@dcl/builder-site
6.28.3-3752342233.commit-1a506b2
by decentralandbot
Live on npm
Blocked by Socket
The module contains an explicit arbitrary code execution primitive: it fetches script source text over the network and executes it with eval(code), then runs the resulting code’s lifecycle methods. It also allows external actions to set the base URL used for fetching executable scripts. This is a strong supply-chain/runtime-compromise risk requiring mitigation (remove eval, enforce strict origin and integrity checks, or run scripts in a hardened sandbox with capability controls).
@superblocksteam/cli
2.0.105-next.0
by superblocksteam-admin
Live on npm
Blocked by Socket
The most significant and concrete security signal in this fragment is hardcoded secret/credential injection: a token-embedded Git repository URL is written into process.env (DD_GIT_REPOSITORY_URL) along with a pinned commit SHA at import time. This can enable authenticated automated retrieval of code or other SCM-driven actions by later components, and it increases the likelihood of credential exposure via logs/debugging. Additional uncertainty exists due to side-effect imports and immediate execution of require_enquirer(), but no direct exfiltration or shell execution is visible in this snippet alone.
kolabpy
1.0.3.1
Live on pypi
Blocked by Socket
This module is high risk. It unconditionally downloads binary JARs from externally controlled Google Drive URLs (with an embedded API key) and overwrites installed saspy package files at import-time without integrity checks or user consent. It also contains a helper that forwards user credentials to hardcoded remote SAS hosts and disables TLS verification in at least one call. While no explicit reverse shell or direct exfiltration is present in the Python fragment, the replacement of package JARs is a powerful supply-chain attack vector that can enable arbitrary code execution when those JARs are loaded. Do not import or run this module in trusted environments. Verify the provenance and contents of the remote JARs and remove/replace this code; treat the package as compromised until proven otherwise.
vasprocar
1.1.19.83
Removed from pypi
Blocked by Socket
This fragment appears to be part of a legitimate DOS/pDOS post-processing tool for Quantum ESPRESSO, but it uses multiple high-risk patterns: executing external Python files (exec(open(...).read())), copying and injecting variable content into a script and then executing it, and using bare excepts that suppress errors. These behaviors make the module vulnerable to supply-chain or local-file-tampering attacks: if an attacker can modify files in main_dir or dir_files (or influence the variables used to build filenames), they can achieve arbitrary code execution with the same privileges as the user running this script. I did not find explicit malicious payloads (no networking/exfiltration, no reverse shell code, no hardcoded secrets), so the code itself looks more insecure than intentionally malicious. Recommendation: avoid exec on arbitrary files; validate and/or cryptographically verify any scripts before executing; minimize use of globals and prefer importing modules safely; sanitize inputs and fail loudly rather than swallowing exceptions. Also review the rest of the project for places that set the variables used to build filenames. Note: the fragment contains multiple syntax errors and appears truncated which reduces certainty of the analysis.
Live on pypi for 16 hours and 1 minute before removal. Socket users were protected even while the package was live.
github.com/weaveworks/weave
v1.4.4-0.20160204134558-1d3c80ab49a4
Live on go
Blocked by Socket
This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.
n8n-nodes-gg-udhasudsh-hgjkhg-official
0.0.11
Live on npm
Blocked by Socket
No clear malicious behavior in the provided fragment. The code is heavily obfuscated (likely via an automated packer) but the visible logic performs a Google Ads audience search using a supplied search term and provided credentials and sends the GAQL query to the Google Ads API. No evidence of credential harvesting, filesystem damage, reverse shell, or calls to suspicious external domains was found in this fragment. However, the obfuscation increases uncertainty and I recommend reviewing the required GoogleAdsClient module and deobfuscating or obtaining the original source to fully trust the package.
@balea-telefonica/ui
10.10.92
by darbinel
Removed from npm
Blocked by Socket
This script is making an external request to the URL 'http://eot7lh31glz15fb.m.pipedream.net'. The purpose of this request is not clear and could potentially be malicious. The user should carefully review the code to ensure that this behavior is intended and not harmful.
Live on npm for 5 minutes before removal. Socket users were protected even while the package was live.
pinokiod
0.1.17
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.
d1337-matitanam
2.2.0
by d1337
Live on npm
Blocked by Socket
This module is an LLM-agent execution engine that exposes high-privilege tools to the model and executes them on the host (execSync shell commands, arbitrary file read/write, and curl-based web fetch/search). It additionally spawns externally configured MCP server commands with shell:true. Because untrusted LLM/user-controlled tool inputs flow directly into these sinks with minimal validation, the overall security risk is extremely high; it functionally resembles a remote-controlled “agentic” backdoor/exploitation console rather than a safe library component.
qtopology
0.10.4
by bergloman
Live on npm
Blocked by Socket
This module contains a clear sabotage pattern: a heartbeat that, after a configured delay, calls eval("this.someBadName();") which will throw an exception and likely destabilize or crash the host process. There is no evidence of data exfiltration or credential theft in this file, but the timed availability attack constitutes a high-risk supply-chain sabotage. Recommend removing or replacing the eval call, replacing it with safe behavior, and auditing the package/version for other intentionally harmful code.
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
Unstable ownership
Git dependency
GitHub dependency
AI-detected potential malware
HTTP dependency
Obfuscated code
Skill: Pre-execution shell command
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
Ambiguous License Classifier
Copyleft License
License exception
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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.