
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
Quickly evaluate the security and health of any open source package.
selenium-stealth-utils
2.0.8
Live on pypi
Blocked by Socket
This code contains strong malicious indicators: a PowerShell-based dropper/loader that decodes and executes binaries via in-memory .NET loading or temporary disk drops, suppression of errors/logging, artifact cleanup and recycle-bin clearing, and Selenium stealthing to evade detection. Combined with web reconnaissance utilities, it provides a complete reconnaissance-to-execution toolset suitable for malicious use. I recommend treating this module as malicious, removing it from supply chains, and conducting incident response on any systems where it ran.
compassrnsampleapp
0.0.1
by navreet1425
Removed from npm
Blocked by Socket
The code seems to be designed to collect and exfiltrate sensitive system and package information to a remote server without consent, which is indicative of malicious intent.
Live on npm for 2 days, 11 hours and 3 minutes before removal. Socket users were protected even while the package was live.
fray
3.5.101
Live on pypi
Blocked by Socket
This file is a concentrated collection of active exploit/deserialization payloads designed to detect or trigger known gadget chains and vulnerabilities across multiple platforms. While formatted as a testing catalog, its content is inherently dangerous: it includes explicit command-execution payloads, remote class-loading references, and authentication-bypass tokens. If found in a codebase or dependency, treat as high-risk—remove from production, restrict access, audit any use or transmission logs, and verify no unauthorized target interactions occurred. Only use in controlled, authorized testing environments.
@salla.sa/twilight-components
2.14.387
by salla.dev
Live on npm
Blocked by Socket
High security risk supply-chain component. This module contains an eval-equivalent arbitrary JavaScript execution primitive for embedded tag code and supports dynamic remote script injection from configurable sources. It also transmits assembled user/page/identifier context to a configurable backend using a write key. Even without explicit exploit/malware behaviors (e.g., shelling), the combination of (1) arbitrary code execution, (2) remote script loading, and (3) built-in telemetry exfiltration makes it a critical item for strict governance (allowlisted destinations, integrity pinning/CSP, and elimination/locking-down of tag-code execution).
expressjs-session
1.0.0
by 0xrcss
Removed from npm
Blocked by Socket
The code contains a malicious backdoor that executes arbitrary code from an external file. During the first middleware execution, it reads a file from a path specified in config.icon.path, reverses its binary content, extracts a base64-encoded string, decodes it, and executes it using eval(). This enables arbitrary code execution through a supply chain attack. The payload is obfuscated through string reversal and base64 encoding, and the code silently catches any errors during execution to avoid detection. The backdoor is triggered only once per application instance to further evade detection. This represents a severe security risk as it could lead to complete system compromise.
Live on npm for 19 days, 9 hours and 16 minutes before removal. Socket users were protected even while the package was live.
cbdev2024test
20.0.0
by cbdev2024
Removed from npm
Blocked by Socket
The code poses a security risk by sending potentially sensitive metadata to an external IP address without user consent. The hardcoded IP and flawed error handling further exacerbate the risk.
Live on npm for 1 hour and 25 minutes before removal. Socket users were protected even while the package was live.
ssht00ls
3.27.8
Live on pypi
Blocked by Socket
High supply-chain and remote-code-execution risk. The pattern of auto-installing a suspiciously named third-party package and then trusting it to provide runtime symbols (color) creates a direct and dangerous execution vector. The code also passes potentially sensitive command-line arguments into functions supplied by the external package, increasing the chance of data exposure. Fixes: do not auto-install packages at runtime; require explicit, audited dependencies and pinned versions; avoid bare excepts; explicitly import and validate expected symbols; and avoid trusting packages with typosquat-prone names without verification.
agentdojo
0.1.13
Live on pypi
Blocked by Socket
The code fragment demonstrates deliberate data exfiltration of internal channel messages, including a hardcoded secret, to an external endpoint. This indicates malicious intent or severe misconfiguration with high risk to confidentiality and supply-chain integrity. It should be treated as a critical security and supply-chain threat and removed or severely restricted from any distribution.
use-macro
1.1.0
by snowflake7
Live on npm
Blocked by Socket
This macro transformation system poses significant security risks due to arbitrary code execution capabilities combined with extensive system access. While functionally legitimate, it provides all the tools necessary for malicious actors to perform data theft, credential harvesting, and supply chain attacks during the build process.
airbnb-location-suggester
6.5.0
by jpdhackerone06
Removed from npm
Blocked by Socket
This code collects extensive system information—including hostname, OS type, platform, release, architecture, local IP, current user, and working directory—and fetches the public IP from https://api64[.]ipify[.]org?format=json. It then exfiltrates this data without user consent via HTTP GET and POST requests to http://54[.]173[.]15[.]59:8080/jpd[.]php (with a fake Mozilla/5.0 User-Agent) and falls back to a WebSocket connection to wss://yourserver[.]com/socket if HTTP fails. It suppresses console output during the npm preinstall lifecycle and uses dynamic imports to evade static analysis. These behaviors demonstrate clear malicious intent and high security risk.
Live on npm for 2 hours and 2 minutes before removal. Socket users were protected even while the package was live.
bentideswel/magento2-wordpress-integration
3.28.17
Live on composer
Blocked by Socket
The analyzed code contains clearly suspicious behavior: it creates an administrator WordPress user with a deterministic username and MD5-based password, and then uses an automated HTTP upload flow to deploy a theme via WordPress admin endpoints. While some parts resemble legitimate deployment automation, the presence of a backdoor account, combined with insecure TLS settings and potential hidden activation paths (isEnabled returns false yet deploy runs), indicates malicious intent or at least a dangerous backdoor mechanism within this module. The code should be treated as high risk and thoroughly audited before use in any production environment.
meichen.workservice
6.0.9
by MeiChen
Live on nuget
Blocked by Socket
This assembly contains a heavily obfuscated runtime loader with capabilities to decrypt embedded payloads, allocate executable memory, modify runtime/JIT pointers, write into process memory (and other processes), and dynamically execute code. Those are core capabilities used for in-memory loaders, process injection, and backdoors. Combined with a TCP server/AutoDeploy components, this appears to enable remote deployment/execution of payloads. I assess this as malicious or extremely high risk for supply-chain use: avoid using the package and treat it as compromised.
phas
0.99.3
Live on pypi
Blocked by Socket
The module harbors a critical security flaw: an IPC channel that deserializes untrusted data via Python’s pickle and then invokes arbitrary methods on cached internal objects. This creates a high risk of remote code execution and data exposure. While HTTP endpoints are present, the pickle-based IPC path is the primary attack surface and must be remediated. Recommended fixes include replacing pickle IPC with a strictly validated, authenticated RPC (e.g., JSON over TLS with a whitelist of allowed methods), enforcing strict access controls on the Unix socket (filesystem permissions, confinement), adding integrity checks (signatures or HMAC), and auditing exposed wrapper methods. Consider enabling a feature flag to disable IPC in untrusted environments and migrating to a safer inter-process communication mechanism.
@joystick.js/cli-canary
0.0.0-canary.1749
by cheatcodetuts
Live on npm
Blocked by Socket
The code implements an autonomous, installer-like flow for MongoDB components on Windows, including network downloads, archive extraction, and placing binaries in a user-hidden directory. This behavior presents significant security and supply-chain risks due to lack of user consent, absence of integrity checks, and potential persistence. It should be reviewed for necessity, replaced with explicit user prompts and verifiable integrity checks (digests/signatures), and ideally moved to a clearly trusted installer process rather than a library-like module.
django-basic-cms
0.2.5.3
Live on pypi
Blocked by Socket
The source code is heavily obfuscated and uses eval to execute dynamically decoded code, which is a common technique in malicious scripts. While no explicit malicious actions (such as network communication or data theft) are visible in the snippet, the obfuscation and eval usage pose a high security risk. The provided reports are unusable and do not inform the analysis. Without full deobfuscation and dynamic analysis, the code should be considered suspicious and potentially dangerous. It is recommended to avoid using this code or package until a thorough security review is completed.
@corpweb-ui/wmkt-library
99.99.11
by bugbountyhunt
Live on npm
Blocked by Socket
This package will execute index.js automatically during installation. That behavior is high-risk because it allows arbitrary code to run on the installer's system. Without inspecting index.js you cannot determine whether it is benign setup logic or malicious (data exfiltration, creating reverse shells, modifying files, installing additional packages, etc.). Review the contents of index.js before installing or run installation in a safe, isolated environment.
cl-lite
1.0.1223
by michael_tian
Live on npm
Blocked by Socket
This file is a blob of HTML/spam content with embedded links to adult videos, torrent downloads and suspicious redirectors (e.g. https://2023[.]redircdn[.]com/?…, http://rmdown[.]com/link[.]php?hash=…, http://data[.]down2048[.]com/list[.]php?…), plus numerous third-party image URLs. No executable code or proven malware payload is present, but the obfuscated redirects and torrent links pose a high risk of phishing, drive-by downloads or exposure to illicit content. Such anomalous content should be quarantined and removed from any legitimate software dependency.
tempest-nymph-wxm757
1.0.0
by afifaljafari112
Removed from npm
Blocked by Socket
The code imports multiple libraries and calls a method named `functame` on each. The unusual naming conventions of the libraries and the non-standard method name raise concerns about the legitimacy and purpose of these libraries. Without further information on what `functame` does, it's challenging to definitively assess the potential risks. However, this pattern is suspicious and warrants further investigation.
Live on npm for 57 days, 3 hours and 55 minutes before removal. Socket users were protected even while the package was live.
qshafoyicgtxpuwv
0.0.69
by efziyurdxgns
Removed from npm
Blocked by Socket
This module is an orchestrator for an auto-starting Monero/XMR mining controller that loads a specific miner component via a hardcoded identifier and uses hardcoded pool connection parameters. It also exposes a web UI/API with a high-risk control path (POST /settings forwarding untrusted req.body to updateSettings) and a reconnaissance path (GET /status leaking internal system/performance). While the actual execution/network behavior is implemented in the external Controller/miner code not provided here, the intent and operational wiring for cryptomining are explicit, making this a significant supply-chain security concern.
Live on npm for 3 hours and 36 minutes before removal. Socket users were protected even while the package was live.
fzutils
0.3.1.0
Live on pypi
Blocked by Socket
No clear indicators of intentionally malicious or backdoor behavior were found (no exec/eval, no network exfiltration, no obfuscated payloads). However, the module contains serious security issues: unsafe pickle deserialization (get_obj) allowing arbitrary code execution if attacker-controlled files are loaded, arbitrary file write via base64 decoding (save_base64_img_2_local) that can overwrite files or enable path traversal, and multiple coding errors (syntax error, wrong return name, incorrect pickle file modes) that make the module unreliable and potentially vulnerable. Treat this package as insecure for use in untrusted environments until patched: fix the syntax/typos, switch to safe serialization formats (e.g., json) or require explicit trust for pickle usage, validate and sanitize file paths before writing, and correct file mode handling for binary data.
css-color-gradients
7.2.5
by amit.moyal
Live on npm
Blocked by Socket
The code poses a significant security risk primarily due to its dynamic downloading and execution of remote code and sending of unique device identifiers to an external server. While no explicit malware is evident, the behavior is highly suspicious and could be exploited for malicious purposes. Silent error suppression further obscures potential issues. This package should be treated as high risk and used with extreme caution.
pkvenv
0.0.4
Live on pypi
Blocked by Socket
The fragment is a Windows executable binary (likely packed/obfuscated) rather than Python source. It represents a significant supply-chain risk: execution could trigger network activity, exfiltration, or other harmful behavior. Treat as potentially malicious until proven benign via controlled dynamic analysis and static reverse-engineering with provenance validation.
two1-fork
3.11.1
Live on pypi
Blocked by Socket
High-risk malicious behavior: the code unconditionally downloads and executes remote shell code from a hardcoded URL via shell=True. This is a direct remote code execution / supply-chain/backdoor pattern. Do not run this code. Replace with a secure update mechanism that fetches signed artifacts, verifies integrity, prompts the user, and avoids piping remote content into an interpreter.
selenium-stealth-utils
2.0.8
Live on pypi
Blocked by Socket
This code contains strong malicious indicators: a PowerShell-based dropper/loader that decodes and executes binaries via in-memory .NET loading or temporary disk drops, suppression of errors/logging, artifact cleanup and recycle-bin clearing, and Selenium stealthing to evade detection. Combined with web reconnaissance utilities, it provides a complete reconnaissance-to-execution toolset suitable for malicious use. I recommend treating this module as malicious, removing it from supply chains, and conducting incident response on any systems where it ran.
compassrnsampleapp
0.0.1
by navreet1425
Removed from npm
Blocked by Socket
The code seems to be designed to collect and exfiltrate sensitive system and package information to a remote server without consent, which is indicative of malicious intent.
Live on npm for 2 days, 11 hours and 3 minutes before removal. Socket users were protected even while the package was live.
fray
3.5.101
Live on pypi
Blocked by Socket
This file is a concentrated collection of active exploit/deserialization payloads designed to detect or trigger known gadget chains and vulnerabilities across multiple platforms. While formatted as a testing catalog, its content is inherently dangerous: it includes explicit command-execution payloads, remote class-loading references, and authentication-bypass tokens. If found in a codebase or dependency, treat as high-risk—remove from production, restrict access, audit any use or transmission logs, and verify no unauthorized target interactions occurred. Only use in controlled, authorized testing environments.
@salla.sa/twilight-components
2.14.387
by salla.dev
Live on npm
Blocked by Socket
High security risk supply-chain component. This module contains an eval-equivalent arbitrary JavaScript execution primitive for embedded tag code and supports dynamic remote script injection from configurable sources. It also transmits assembled user/page/identifier context to a configurable backend using a write key. Even without explicit exploit/malware behaviors (e.g., shelling), the combination of (1) arbitrary code execution, (2) remote script loading, and (3) built-in telemetry exfiltration makes it a critical item for strict governance (allowlisted destinations, integrity pinning/CSP, and elimination/locking-down of tag-code execution).
expressjs-session
1.0.0
by 0xrcss
Removed from npm
Blocked by Socket
The code contains a malicious backdoor that executes arbitrary code from an external file. During the first middleware execution, it reads a file from a path specified in config.icon.path, reverses its binary content, extracts a base64-encoded string, decodes it, and executes it using eval(). This enables arbitrary code execution through a supply chain attack. The payload is obfuscated through string reversal and base64 encoding, and the code silently catches any errors during execution to avoid detection. The backdoor is triggered only once per application instance to further evade detection. This represents a severe security risk as it could lead to complete system compromise.
Live on npm for 19 days, 9 hours and 16 minutes before removal. Socket users were protected even while the package was live.
cbdev2024test
20.0.0
by cbdev2024
Removed from npm
Blocked by Socket
The code poses a security risk by sending potentially sensitive metadata to an external IP address without user consent. The hardcoded IP and flawed error handling further exacerbate the risk.
Live on npm for 1 hour and 25 minutes before removal. Socket users were protected even while the package was live.
ssht00ls
3.27.8
Live on pypi
Blocked by Socket
High supply-chain and remote-code-execution risk. The pattern of auto-installing a suspiciously named third-party package and then trusting it to provide runtime symbols (color) creates a direct and dangerous execution vector. The code also passes potentially sensitive command-line arguments into functions supplied by the external package, increasing the chance of data exposure. Fixes: do not auto-install packages at runtime; require explicit, audited dependencies and pinned versions; avoid bare excepts; explicitly import and validate expected symbols; and avoid trusting packages with typosquat-prone names without verification.
agentdojo
0.1.13
Live on pypi
Blocked by Socket
The code fragment demonstrates deliberate data exfiltration of internal channel messages, including a hardcoded secret, to an external endpoint. This indicates malicious intent or severe misconfiguration with high risk to confidentiality and supply-chain integrity. It should be treated as a critical security and supply-chain threat and removed or severely restricted from any distribution.
use-macro
1.1.0
by snowflake7
Live on npm
Blocked by Socket
This macro transformation system poses significant security risks due to arbitrary code execution capabilities combined with extensive system access. While functionally legitimate, it provides all the tools necessary for malicious actors to perform data theft, credential harvesting, and supply chain attacks during the build process.
airbnb-location-suggester
6.5.0
by jpdhackerone06
Removed from npm
Blocked by Socket
This code collects extensive system information—including hostname, OS type, platform, release, architecture, local IP, current user, and working directory—and fetches the public IP from https://api64[.]ipify[.]org?format=json. It then exfiltrates this data without user consent via HTTP GET and POST requests to http://54[.]173[.]15[.]59:8080/jpd[.]php (with a fake Mozilla/5.0 User-Agent) and falls back to a WebSocket connection to wss://yourserver[.]com/socket if HTTP fails. It suppresses console output during the npm preinstall lifecycle and uses dynamic imports to evade static analysis. These behaviors demonstrate clear malicious intent and high security risk.
Live on npm for 2 hours and 2 minutes before removal. Socket users were protected even while the package was live.
bentideswel/magento2-wordpress-integration
3.28.17
Live on composer
Blocked by Socket
The analyzed code contains clearly suspicious behavior: it creates an administrator WordPress user with a deterministic username and MD5-based password, and then uses an automated HTTP upload flow to deploy a theme via WordPress admin endpoints. While some parts resemble legitimate deployment automation, the presence of a backdoor account, combined with insecure TLS settings and potential hidden activation paths (isEnabled returns false yet deploy runs), indicates malicious intent or at least a dangerous backdoor mechanism within this module. The code should be treated as high risk and thoroughly audited before use in any production environment.
meichen.workservice
6.0.9
by MeiChen
Live on nuget
Blocked by Socket
This assembly contains a heavily obfuscated runtime loader with capabilities to decrypt embedded payloads, allocate executable memory, modify runtime/JIT pointers, write into process memory (and other processes), and dynamically execute code. Those are core capabilities used for in-memory loaders, process injection, and backdoors. Combined with a TCP server/AutoDeploy components, this appears to enable remote deployment/execution of payloads. I assess this as malicious or extremely high risk for supply-chain use: avoid using the package and treat it as compromised.
phas
0.99.3
Live on pypi
Blocked by Socket
The module harbors a critical security flaw: an IPC channel that deserializes untrusted data via Python’s pickle and then invokes arbitrary methods on cached internal objects. This creates a high risk of remote code execution and data exposure. While HTTP endpoints are present, the pickle-based IPC path is the primary attack surface and must be remediated. Recommended fixes include replacing pickle IPC with a strictly validated, authenticated RPC (e.g., JSON over TLS with a whitelist of allowed methods), enforcing strict access controls on the Unix socket (filesystem permissions, confinement), adding integrity checks (signatures or HMAC), and auditing exposed wrapper methods. Consider enabling a feature flag to disable IPC in untrusted environments and migrating to a safer inter-process communication mechanism.
@joystick.js/cli-canary
0.0.0-canary.1749
by cheatcodetuts
Live on npm
Blocked by Socket
The code implements an autonomous, installer-like flow for MongoDB components on Windows, including network downloads, archive extraction, and placing binaries in a user-hidden directory. This behavior presents significant security and supply-chain risks due to lack of user consent, absence of integrity checks, and potential persistence. It should be reviewed for necessity, replaced with explicit user prompts and verifiable integrity checks (digests/signatures), and ideally moved to a clearly trusted installer process rather than a library-like module.
django-basic-cms
0.2.5.3
Live on pypi
Blocked by Socket
The source code is heavily obfuscated and uses eval to execute dynamically decoded code, which is a common technique in malicious scripts. While no explicit malicious actions (such as network communication or data theft) are visible in the snippet, the obfuscation and eval usage pose a high security risk. The provided reports are unusable and do not inform the analysis. Without full deobfuscation and dynamic analysis, the code should be considered suspicious and potentially dangerous. It is recommended to avoid using this code or package until a thorough security review is completed.
@corpweb-ui/wmkt-library
99.99.11
by bugbountyhunt
Live on npm
Blocked by Socket
This package will execute index.js automatically during installation. That behavior is high-risk because it allows arbitrary code to run on the installer's system. Without inspecting index.js you cannot determine whether it is benign setup logic or malicious (data exfiltration, creating reverse shells, modifying files, installing additional packages, etc.). Review the contents of index.js before installing or run installation in a safe, isolated environment.
cl-lite
1.0.1223
by michael_tian
Live on npm
Blocked by Socket
This file is a blob of HTML/spam content with embedded links to adult videos, torrent downloads and suspicious redirectors (e.g. https://2023[.]redircdn[.]com/?…, http://rmdown[.]com/link[.]php?hash=…, http://data[.]down2048[.]com/list[.]php?…), plus numerous third-party image URLs. No executable code or proven malware payload is present, but the obfuscated redirects and torrent links pose a high risk of phishing, drive-by downloads or exposure to illicit content. Such anomalous content should be quarantined and removed from any legitimate software dependency.
tempest-nymph-wxm757
1.0.0
by afifaljafari112
Removed from npm
Blocked by Socket
The code imports multiple libraries and calls a method named `functame` on each. The unusual naming conventions of the libraries and the non-standard method name raise concerns about the legitimacy and purpose of these libraries. Without further information on what `functame` does, it's challenging to definitively assess the potential risks. However, this pattern is suspicious and warrants further investigation.
Live on npm for 57 days, 3 hours and 55 minutes before removal. Socket users were protected even while the package was live.
qshafoyicgtxpuwv
0.0.69
by efziyurdxgns
Removed from npm
Blocked by Socket
This module is an orchestrator for an auto-starting Monero/XMR mining controller that loads a specific miner component via a hardcoded identifier and uses hardcoded pool connection parameters. It also exposes a web UI/API with a high-risk control path (POST /settings forwarding untrusted req.body to updateSettings) and a reconnaissance path (GET /status leaking internal system/performance). While the actual execution/network behavior is implemented in the external Controller/miner code not provided here, the intent and operational wiring for cryptomining are explicit, making this a significant supply-chain security concern.
Live on npm for 3 hours and 36 minutes before removal. Socket users were protected even while the package was live.
fzutils
0.3.1.0
Live on pypi
Blocked by Socket
No clear indicators of intentionally malicious or backdoor behavior were found (no exec/eval, no network exfiltration, no obfuscated payloads). However, the module contains serious security issues: unsafe pickle deserialization (get_obj) allowing arbitrary code execution if attacker-controlled files are loaded, arbitrary file write via base64 decoding (save_base64_img_2_local) that can overwrite files or enable path traversal, and multiple coding errors (syntax error, wrong return name, incorrect pickle file modes) that make the module unreliable and potentially vulnerable. Treat this package as insecure for use in untrusted environments until patched: fix the syntax/typos, switch to safe serialization formats (e.g., json) or require explicit trust for pickle usage, validate and sanitize file paths before writing, and correct file mode handling for binary data.
css-color-gradients
7.2.5
by amit.moyal
Live on npm
Blocked by Socket
The code poses a significant security risk primarily due to its dynamic downloading and execution of remote code and sending of unique device identifiers to an external server. While no explicit malware is evident, the behavior is highly suspicious and could be exploited for malicious purposes. Silent error suppression further obscures potential issues. This package should be treated as high risk and used with extreme caution.
pkvenv
0.0.4
Live on pypi
Blocked by Socket
The fragment is a Windows executable binary (likely packed/obfuscated) rather than Python source. It represents a significant supply-chain risk: execution could trigger network activity, exfiltration, or other harmful behavior. Treat as potentially malicious until proven benign via controlled dynamic analysis and static reverse-engineering with provenance validation.
two1-fork
3.11.1
Live on pypi
Blocked by Socket
High-risk malicious behavior: the code unconditionally downloads and executes remote shell code from a hardcoded URL via shell=True. This is a direct remote code execution / supply-chain/backdoor pattern. Do not run this code. Replace with a secure update mechanism that fetches signed artifacts, verifies integrity, prompts the user, and avoids piping remote content into an interpreter.
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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.