
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
Quickly evaluate the security and health of any open source package.
xync-client
0.0.138
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.
pytimicer-c
0.2
Live on PyPI
Blocked by Socket
The fragment embeds an obfuscated compressed payload and executes it at import/runtime without checks. This is a highly suspicious and dangerous pattern enabling arbitrary code execution, likely malicious (backdoor/exfiltration/remote control). Do not run in production or trusted environments. Treat the package as untrusted and perform decoding and full analysis in an isolated sandbox before any use.
bane
4.8.1
Live on PyPI
Blocked by Socket
This code fragment is a ready-made offensive payload and configuration dataset intended to support automated web exploitation (SQLi/XSS/SSTI), file-upload abuse (including placement of PHP payloads), reconnaissance (mass admin-path discovery) and multiple DDoS/amplification techniques. The fragment contains no benign operational code and should be treated as malicious tooling support. Do not include this as a dependency in legitimate software; if found in a codebase, remove it and investigate usage and provenance.
disgrasya
9.40.1
Live on PyPI
Blocked by Socket
This module is designed to automate a WooCommerce checkout using supplied credit card details and explicitly logs full card data and CVV. While it does not contain classic obfuscated backdoors or callbacks to external attacker-controlled infrastructure in the provided fragment, its functionality strongly aligns with card-checking/fraud abuse. It poses a high privacy and security risk: do not run with real card data, and treat distribution or inclusion in projects as malicious/abusive code.
@deepprediction/rrweb-player
2.0.0-alpha.23
by eoghanmurray
Live on npm
Blocked by Socket
The code contains a clear, inline, base64-encoded JavaScript payload that is decoded and wrapped in a Blob for potential execution. This establishes a high-risk vector for arbitrary code execution within the page, representing a severe supply chain and runtime risk. Although the surrounding rrweb-player logic appears legitimate, the embedded payload and prototype patching constitute a dangerous combination that warrants immediate remediation: remove the encoded payload, audit the distribution for tampering, and ensure robust isolation and integrity controls to prevent covert code execution.
bluelamp-ai
0.45.4
Live on PyPI
Blocked by Socket
This module is a loader that hides executable code inside an encoded compressed blob and executes it immediately at import. That pattern is a high-risk supply-chain indicator: it defeats straightforward code review and can hide malicious behavior such as credential harvesting, exfiltration, or remote control. Treat this file as suspicious: do not import or run it in production. Decode and analyze the embedded payload in a controlled environment before trusting or using the package.
mtxp
0.0.7
Live on PyPI
Blocked by Socket
This module implements a command-and-control agent: it establishes a Tor connection to a hardcoded .onion C2, downloads a payload, writes it to a temporary file, sets it executable, and runs it — all without validation — and provides a POST endpoint for C2 communication. These are canonical backdoor behaviors (remote code execution, persistence, and concealed C2). Treat the code as malicious: do not execute, block the domain, and investigate any systems where this package or its parent repository was installed or run.
smartai
7.5.4
Live on PyPI
Blocked by Socket
This module is a staged, obfuscated loader that decompresses and executes two embedded LZMA+base64 payloads at import. The use of exec() and obfuscated call wrappers, combined with absence of normal library logic, strongly indicates malicious or at minimum intentionally concealed behavior. Treat the package as high risk: do not run it in production, and perform isolated analysis of the decompressed payloads to ascertain exact behavior.
stripe-apps-deep
1.0.4
by reina-roca-0r
Removed from npm
Blocked by Socket
This script is attempting to exfiltrate sensitive system information (/etc/passwd) to a remote server. This behavior is highly suspicious and poses a significant security risk.
Live on npm for 2 hours and 13 minutes before removal. Socket users were protected even while the package was live.
mrg-polyfills
7.805.648
Removed from npm
Blocked by Socket
Possible 1-step D-L dist typosquat of mdn-polyfills - Explanation: The package 'mrg-polyfills' has a similar name to 'mdn-polyfills' with only minor character changes, which is typical of typosquatting. Additionally, the description 'security holding package' suggests it might be a placeholder to prevent typosquatting, but without more context, it appears suspicious. The maintainer 'npm' does not provide enough information to confirm legitimacy. mrg-polyfills is a security-holding package. Closed as malicious
Live on npm for 2 hours and 2 minutes before removal. Socket users were protected even while the package was live.
github.com/bishopfox/sliver
v1.5.40-0.20230723221853-4f2767ab598d
Live on Go Modules
Blocked by Socket
This source file implements RPC handlers for a remote implant/C2 agent and directly enables high-risk offensive capabilities: arbitrary process termination, sideloading/executing supplied payloads, harvesting network and socket/process metadata, and executing SSH operations with controller-provided credentials. The handlers operate on untrusted RPC inputs without visible authorization checks in this module, making the code malicious in intent within a supply-chain context. Treat as hostile; do not include in trusted builds or allow in production environments.
ailever
0.3.170
Live on PyPI
Blocked by Socket
The code exhibits a dangerous remote code execution pattern: it downloads and immediately runs a remote Python payload without integrity checks, sandboxing, or input validation. This creates a severe supply-chain and runtime security risk. Recommended mitigations include removing dynamic downloads, validating payloads with cryptographic hashes or signatures, using safe subprocess invocations with argument lists, and implementing strict input sanitization. If remote functionality must remain, switch to a trusted-internal mechanism (e.g., plugin architecture with signed components, offline verification) and add robust error handling and logging.
kfklib.autoconsoleclient
1.0.1
by KFKLib.AutoConsoleClient
Live on NuGet
Blocked by Socket
This code is a networked remote-control agent that enables a remote controller to drive and query the local console and to prompt users for input — which is then sent back to the controller. Its characteristics (outbound persistent TCP connection, automatic reconnect, remote invocation of Console.ReadLine/Read that results in sending user input over the network, and weak authentication over plain TCP) match typical backdoor/RAT functionality. If this behavior is unexpected for the package in which it appears, treat it as malicious and high-risk. At minimum, do not deploy this component in production or on untrusted hosts; audit the surrounding project packaging and the ByteBuffer/KLib.Sys implementations. If the feature is intended, it requires strong cryptographic mutual authentication, secure transport (TLS), and explicit user consent/UI to be considered safe.
cgse
0.2.1
Live on PyPI
Blocked by Socket
This module exhibits high-risk patterns: untrusted network data is deserialized with Python's pickle and remote-provided command objects are bound and installed as executable methods in the local process. Those patterns enable remote code execution if the control server or network is compromised or untrusted. Additionally, pickling local objects and sending them to the server can leak sensitive data. Without external guarantees (authenticated, integrity-protected transport and signed payloads, or strict type whitelisting), this code should not be used against untrusted endpoints. Recommended mitigations: replace pickle with a safe, explicit serialization format (or use a restricted unpickler), require cryptographic signatures or message authentication for commands, avoid executing remote-supplied callables (use an explicit RPC schema), and/or sandbox execution of remote-provided behavior.
bapy
0.2.255
Live on PyPI
Blocked by Socket
Malicious bash initialization script that performs destructive filesystem operations on macOS systems. When the external helper script 'isuserdarwin.sh' returns true, the script silently executes 'sudo rm -rf' to delete critical user directories including ~/Applications, ~/Movies, ~/Music, ~/Pictures, ~/Public, and ~/Sites without user confirmation. It also removes the macOS sleepimage file at /private/var/vm/sleepimage. The script modifies SSH directory permissions using 'sudo chmod -R go-rw' which can break SSH access or expose credentials. All destructive operations have their output suppressed with '>/dev/null 2>&1' to hide failures and make the actions stealthy. The script uses eval to execute the output of /usr/bin/dircolors, creating a command injection risk if the binary is compromised. It depends on external scripts (paper.sh, isuserdarwin.sh, debug.sh) whose contents are unknown and could execute arbitrary code. The destructive operations are embedded within what appears to be routine shell configuration code, likely to disguise the malicious intent.
meutils
2025.8.29.19.48.35
Live on PyPI
Blocked by Socket
The code sends sensitive credentials from environment variables over an unencrypted HTTP connection to an external API service at api[.]sqhyw[.]net:90. It authenticates using username/password from the YEZI_USER environment variable, retrieves access tokens, and automates the process of obtaining mobile phone numbers and SMS verification codes. This behavior poses significant supply chain security risks through: (1) leakage of environment variable credentials over unencrypted HTTP, (2) interaction with a suspicious external domain on a non-standard port, (3) logging of potentially sensitive API responses including tokens and SMS codes, and (4) facilitation of SMS verification bypass which could enable fraudulent account creation or spam activities. The code continuously polls the external API for up to 120 seconds to retrieve SMS codes, creating additional operational risks. While not containing traditional malware payloads, the credential exfiltration and suspicious external communication patterns justify classification as malware due to the significant security risks posed to systems that deploy this code.
nyc-config
9.3.0
by jpdtestjpd
Removed from npm
Blocked by Socket
This file gathers detailed OS and network information (including hostname, user details, and IP addresses) and sends it to hardcoded endpoints (e.g., http://23[.]22[.]251[.]177:8080/jpd[.]php and http://23[.]22[.]251[.]177:8080/jpd1[.]php) via HTTP GET and POST requests. It also attempts to fall back on a WebSocket connection (wss://yourserver[.]com/socket) if needed. The code fetches the public IP address from https://api64.ipify.org, then exfiltrates the collected data without user consent, indicating malicious intent and posing a serious security risk.
Live on npm for 2 hours and 39 minutes before removal. Socket users were protected even while the package was live.
http-api-lookup
2.8.0
by pranav_x01
Removed from npm
Blocked by Socket
The code sends potentially sensitive tracking data to an unknown server without clear justification or error handling, which may pose a privacy risk for users. The inclusion of packageJSON can pose a risk of supply chain attacks. Further investigation is required to determine the purpose of this code and whether it is necessary for the package functionality.
Live on npm for 8 minutes before removal. Socket users were protected even while the package was live.
buri-tod
5.0
Live on PyPI
Blocked by Socket
This code is a client for controlling an encrypted PHP webshell and for creating such webshells locally. Its features (create encrypted webshell, send encrypted commands to remote webshells, and run a reverse-shell listener) are capabilities commonly used for unauthorized remote access and post-exploitation. Even though the file as provided contains broken/incomplete sections and will not execute without completion/fixing, the intended functionality is malicious in nature when used against systems without explicit authorization. Treat this package as high risk and avoid installing or running it unless you are in a controlled, authorized environment (e.g., defensive research on isolated systems).
bingo-logger
7.11.7
Live on npm
Blocked by Socket
Attributed by the Socket Threat Research Team to North Korea’s **“Contagious Interview”** operation, this package is a **multi-stage Node.js infostealer/loader** that executes immediately on install, steals **browser credentials**, **crypto-wallet data**, and **macOS keychain** items, enables **clipboard monitoring and keylogging** with **screen capture** (Windows), and **executes commands** via a backdoor. It **downloads and runs BeaverTail** as a secondary payload, **persists and expands** via a Python agent, and **exfiltrates** sensitive data to hardcoded C2 endpoints over HTTP. **C2 Endpoints:** - `hxxp://146[.]70[.]253[.]107:1224/uploads` - `hxxp://146[.]70[.]253[.]107:1224/client` - `hxxp://146[.]70[.]253[.]107:1224/pdown`
gliror
1.0.6
Live on crates.io
Blocked by Socket
This file implements an explicit Slowloris denial-of-service attack tool. It opens outbound TCP connections to an arbitrary host:port and sends partial HTTP headers to hold or attempt to hold connections open. There is no obfuscation or covert data theft, but the functionality is offensive and can be used to perform unauthorized DoS attacks. The implementation contains a possible logic bug shortening connection lifetime, but that does not change its malicious purpose. Treat this code as a high-risk offensive tool and do not include it as a dependency in benign projects or use against systems without explicit authorization.
eslint-config-ivy
99.99.991
by smpentest
Live on npm
Blocked by Socket
This install script makes an outbound network request to an attacker-controlled collector, leaking the local hostname (and implicitly the client IP via DNS/HTTP). This is malicious or at least suspicious telemetry/exfiltration behavior. Do not run this script; treat it as a high-risk indicator, block the domain/network egress, and inspect the package source and environment for other suspicious behavior.
xync-client
0.0.138
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.
pytimicer-c
0.2
Live on PyPI
Blocked by Socket
The fragment embeds an obfuscated compressed payload and executes it at import/runtime without checks. This is a highly suspicious and dangerous pattern enabling arbitrary code execution, likely malicious (backdoor/exfiltration/remote control). Do not run in production or trusted environments. Treat the package as untrusted and perform decoding and full analysis in an isolated sandbox before any use.
bane
4.8.1
Live on PyPI
Blocked by Socket
This code fragment is a ready-made offensive payload and configuration dataset intended to support automated web exploitation (SQLi/XSS/SSTI), file-upload abuse (including placement of PHP payloads), reconnaissance (mass admin-path discovery) and multiple DDoS/amplification techniques. The fragment contains no benign operational code and should be treated as malicious tooling support. Do not include this as a dependency in legitimate software; if found in a codebase, remove it and investigate usage and provenance.
disgrasya
9.40.1
Live on PyPI
Blocked by Socket
This module is designed to automate a WooCommerce checkout using supplied credit card details and explicitly logs full card data and CVV. While it does not contain classic obfuscated backdoors or callbacks to external attacker-controlled infrastructure in the provided fragment, its functionality strongly aligns with card-checking/fraud abuse. It poses a high privacy and security risk: do not run with real card data, and treat distribution or inclusion in projects as malicious/abusive code.
@deepprediction/rrweb-player
2.0.0-alpha.23
by eoghanmurray
Live on npm
Blocked by Socket
The code contains a clear, inline, base64-encoded JavaScript payload that is decoded and wrapped in a Blob for potential execution. This establishes a high-risk vector for arbitrary code execution within the page, representing a severe supply chain and runtime risk. Although the surrounding rrweb-player logic appears legitimate, the embedded payload and prototype patching constitute a dangerous combination that warrants immediate remediation: remove the encoded payload, audit the distribution for tampering, and ensure robust isolation and integrity controls to prevent covert code execution.
bluelamp-ai
0.45.4
Live on PyPI
Blocked by Socket
This module is a loader that hides executable code inside an encoded compressed blob and executes it immediately at import. That pattern is a high-risk supply-chain indicator: it defeats straightforward code review and can hide malicious behavior such as credential harvesting, exfiltration, or remote control. Treat this file as suspicious: do not import or run it in production. Decode and analyze the embedded payload in a controlled environment before trusting or using the package.
mtxp
0.0.7
Live on PyPI
Blocked by Socket
This module implements a command-and-control agent: it establishes a Tor connection to a hardcoded .onion C2, downloads a payload, writes it to a temporary file, sets it executable, and runs it — all without validation — and provides a POST endpoint for C2 communication. These are canonical backdoor behaviors (remote code execution, persistence, and concealed C2). Treat the code as malicious: do not execute, block the domain, and investigate any systems where this package or its parent repository was installed or run.
smartai
7.5.4
Live on PyPI
Blocked by Socket
This module is a staged, obfuscated loader that decompresses and executes two embedded LZMA+base64 payloads at import. The use of exec() and obfuscated call wrappers, combined with absence of normal library logic, strongly indicates malicious or at minimum intentionally concealed behavior. Treat the package as high risk: do not run it in production, and perform isolated analysis of the decompressed payloads to ascertain exact behavior.
stripe-apps-deep
1.0.4
by reina-roca-0r
Removed from npm
Blocked by Socket
This script is attempting to exfiltrate sensitive system information (/etc/passwd) to a remote server. This behavior is highly suspicious and poses a significant security risk.
Live on npm for 2 hours and 13 minutes before removal. Socket users were protected even while the package was live.
mrg-polyfills
7.805.648
Removed from npm
Blocked by Socket
Possible 1-step D-L dist typosquat of mdn-polyfills - Explanation: The package 'mrg-polyfills' has a similar name to 'mdn-polyfills' with only minor character changes, which is typical of typosquatting. Additionally, the description 'security holding package' suggests it might be a placeholder to prevent typosquatting, but without more context, it appears suspicious. The maintainer 'npm' does not provide enough information to confirm legitimacy. mrg-polyfills is a security-holding package. Closed as malicious
Live on npm for 2 hours and 2 minutes before removal. Socket users were protected even while the package was live.
github.com/bishopfox/sliver
v1.5.40-0.20230723221853-4f2767ab598d
Live on Go Modules
Blocked by Socket
This source file implements RPC handlers for a remote implant/C2 agent and directly enables high-risk offensive capabilities: arbitrary process termination, sideloading/executing supplied payloads, harvesting network and socket/process metadata, and executing SSH operations with controller-provided credentials. The handlers operate on untrusted RPC inputs without visible authorization checks in this module, making the code malicious in intent within a supply-chain context. Treat as hostile; do not include in trusted builds or allow in production environments.
ailever
0.3.170
Live on PyPI
Blocked by Socket
The code exhibits a dangerous remote code execution pattern: it downloads and immediately runs a remote Python payload without integrity checks, sandboxing, or input validation. This creates a severe supply-chain and runtime security risk. Recommended mitigations include removing dynamic downloads, validating payloads with cryptographic hashes or signatures, using safe subprocess invocations with argument lists, and implementing strict input sanitization. If remote functionality must remain, switch to a trusted-internal mechanism (e.g., plugin architecture with signed components, offline verification) and add robust error handling and logging.
kfklib.autoconsoleclient
1.0.1
by KFKLib.AutoConsoleClient
Live on NuGet
Blocked by Socket
This code is a networked remote-control agent that enables a remote controller to drive and query the local console and to prompt users for input — which is then sent back to the controller. Its characteristics (outbound persistent TCP connection, automatic reconnect, remote invocation of Console.ReadLine/Read that results in sending user input over the network, and weak authentication over plain TCP) match typical backdoor/RAT functionality. If this behavior is unexpected for the package in which it appears, treat it as malicious and high-risk. At minimum, do not deploy this component in production or on untrusted hosts; audit the surrounding project packaging and the ByteBuffer/KLib.Sys implementations. If the feature is intended, it requires strong cryptographic mutual authentication, secure transport (TLS), and explicit user consent/UI to be considered safe.
cgse
0.2.1
Live on PyPI
Blocked by Socket
This module exhibits high-risk patterns: untrusted network data is deserialized with Python's pickle and remote-provided command objects are bound and installed as executable methods in the local process. Those patterns enable remote code execution if the control server or network is compromised or untrusted. Additionally, pickling local objects and sending them to the server can leak sensitive data. Without external guarantees (authenticated, integrity-protected transport and signed payloads, or strict type whitelisting), this code should not be used against untrusted endpoints. Recommended mitigations: replace pickle with a safe, explicit serialization format (or use a restricted unpickler), require cryptographic signatures or message authentication for commands, avoid executing remote-supplied callables (use an explicit RPC schema), and/or sandbox execution of remote-provided behavior.
bapy
0.2.255
Live on PyPI
Blocked by Socket
Malicious bash initialization script that performs destructive filesystem operations on macOS systems. When the external helper script 'isuserdarwin.sh' returns true, the script silently executes 'sudo rm -rf' to delete critical user directories including ~/Applications, ~/Movies, ~/Music, ~/Pictures, ~/Public, and ~/Sites without user confirmation. It also removes the macOS sleepimage file at /private/var/vm/sleepimage. The script modifies SSH directory permissions using 'sudo chmod -R go-rw' which can break SSH access or expose credentials. All destructive operations have their output suppressed with '>/dev/null 2>&1' to hide failures and make the actions stealthy. The script uses eval to execute the output of /usr/bin/dircolors, creating a command injection risk if the binary is compromised. It depends on external scripts (paper.sh, isuserdarwin.sh, debug.sh) whose contents are unknown and could execute arbitrary code. The destructive operations are embedded within what appears to be routine shell configuration code, likely to disguise the malicious intent.
meutils
2025.8.29.19.48.35
Live on PyPI
Blocked by Socket
The code sends sensitive credentials from environment variables over an unencrypted HTTP connection to an external API service at api[.]sqhyw[.]net:90. It authenticates using username/password from the YEZI_USER environment variable, retrieves access tokens, and automates the process of obtaining mobile phone numbers and SMS verification codes. This behavior poses significant supply chain security risks through: (1) leakage of environment variable credentials over unencrypted HTTP, (2) interaction with a suspicious external domain on a non-standard port, (3) logging of potentially sensitive API responses including tokens and SMS codes, and (4) facilitation of SMS verification bypass which could enable fraudulent account creation or spam activities. The code continuously polls the external API for up to 120 seconds to retrieve SMS codes, creating additional operational risks. While not containing traditional malware payloads, the credential exfiltration and suspicious external communication patterns justify classification as malware due to the significant security risks posed to systems that deploy this code.
nyc-config
9.3.0
by jpdtestjpd
Removed from npm
Blocked by Socket
This file gathers detailed OS and network information (including hostname, user details, and IP addresses) and sends it to hardcoded endpoints (e.g., http://23[.]22[.]251[.]177:8080/jpd[.]php and http://23[.]22[.]251[.]177:8080/jpd1[.]php) via HTTP GET and POST requests. It also attempts to fall back on a WebSocket connection (wss://yourserver[.]com/socket) if needed. The code fetches the public IP address from https://api64.ipify.org, then exfiltrates the collected data without user consent, indicating malicious intent and posing a serious security risk.
Live on npm for 2 hours and 39 minutes before removal. Socket users were protected even while the package was live.
http-api-lookup
2.8.0
by pranav_x01
Removed from npm
Blocked by Socket
The code sends potentially sensitive tracking data to an unknown server without clear justification or error handling, which may pose a privacy risk for users. The inclusion of packageJSON can pose a risk of supply chain attacks. Further investigation is required to determine the purpose of this code and whether it is necessary for the package functionality.
Live on npm for 8 minutes before removal. Socket users were protected even while the package was live.
buri-tod
5.0
Live on PyPI
Blocked by Socket
This code is a client for controlling an encrypted PHP webshell and for creating such webshells locally. Its features (create encrypted webshell, send encrypted commands to remote webshells, and run a reverse-shell listener) are capabilities commonly used for unauthorized remote access and post-exploitation. Even though the file as provided contains broken/incomplete sections and will not execute without completion/fixing, the intended functionality is malicious in nature when used against systems without explicit authorization. Treat this package as high risk and avoid installing or running it unless you are in a controlled, authorized environment (e.g., defensive research on isolated systems).
bingo-logger
7.11.7
Live on npm
Blocked by Socket
Attributed by the Socket Threat Research Team to North Korea’s **“Contagious Interview”** operation, this package is a **multi-stage Node.js infostealer/loader** that executes immediately on install, steals **browser credentials**, **crypto-wallet data**, and **macOS keychain** items, enables **clipboard monitoring and keylogging** with **screen capture** (Windows), and **executes commands** via a backdoor. It **downloads and runs BeaverTail** as a secondary payload, **persists and expands** via a Python agent, and **exfiltrates** sensitive data to hardcoded C2 endpoints over HTTP. **C2 Endpoints:** - `hxxp://146[.]70[.]253[.]107:1224/uploads` - `hxxp://146[.]70[.]253[.]107:1224/client` - `hxxp://146[.]70[.]253[.]107:1224/pdown`
gliror
1.0.6
Live on crates.io
Blocked by Socket
This file implements an explicit Slowloris denial-of-service attack tool. It opens outbound TCP connections to an arbitrary host:port and sends partial HTTP headers to hold or attempt to hold connections open. There is no obfuscation or covert data theft, but the functionality is offensive and can be used to perform unauthorized DoS attacks. The implementation contains a possible logic bug shortening connection lifetime, but that does not change its malicious purpose. Treat this code as a high-risk offensive tool and do not include it as a dependency in benign projects or use against systems without explicit authorization.
eslint-config-ivy
99.99.991
by smpentest
Live on npm
Blocked by Socket
This install script makes an outbound network request to an attacker-controlled collector, leaking the local hostname (and implicitly the client IP via DNS/HTTP). This is malicious or at least suspicious telemetry/exfiltration behavior. Do not run this script; treat it as a high-risk indicator, block the domain/network egress, and inspect the package source and environment for other suspicious behavior.
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
Suspicious Stars on GitHub
HTTP dependency
Git dependency
GitHub dependency
AI-detected potential malware
Obfuscated code
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
License Policy Violation
Explicitly Unlicensed Item
Misc. License Issues
Copyleft License
No License Found
Ambiguous License Classifier
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!
Depend on Socket to prevent malicious open source dependencies from infiltrating your app.
Install the Socket GitHub App in just 2 clicks and get protected today.
Block 70+ issues in open source code, including malware, typo-squatting, hidden code, misleading packages, permission creep, and more.
Reduce work by surfacing actionable security information directly in GitHub. Empower developers to make better decisions.
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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.