
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
Quickly evaluate the security and health of any open source package.
github.com/gravitl/netmaker
v0.5.12-0.20210728172136-aa21a09a7634
Live on go
Blocked by Socket
Best matching report: Report 3 (most complete and correctly identifies the disruption/uninstall pattern). The improved assessment is that this snippet is a high-impact, unguarded teardown script that deletes systemd unit definitions and application configuration, removes specific network interfaces, and stops/removes containers and persistent Docker volumes. That strongly endangers availability and data integrity in a supply-chain context, but the fragment alone does not prove credential theft/exfiltration; therefore malware intent is not certain, though security risk is very high.
agentdojo
0.1.8
Live on pypi
Blocked by Socket
The fragment demonstrates a clear data-exfiltration pattern driven by a prompt-injection-like payload. It reads channel data (including a secret), posts content to an external site, and informs a recipient via direct messaging. The presence of a hardcoded secret and explicit exfiltration steps signals malicious intent or a high-risk test vector for abuse in a real environment. This should be treated as a data-leak risk and supply-chain concern if encountered in libraries or automation tooling.
eris-db
0.12.2
by andreas_eris
Live on npm
Blocked by Socket
This module is high risk for software supply chain use. The synchronous request implementation executes dynamically constructed JavaScript via child_process.spawn(..., ['-e', execString]), where execString is assembled from request options and (optionally) request body—an extreme red flag for code execution/supply-chain sabotage. It also supports file:// reads via fs.readFile/fs.readFileSync, enabling potential local file disclosure if the URL can be influenced. Finally, the bundled dataset includes hardcoded private keys/secret material, creating immediate credential exposure. Overall, it should not be used without deep review, removal of embedded secrets, and eliminating the spawn(-e) design.
http-query
0.0.2
Live on pypi
Blocked by Socket
This module contains explicit credential-harvesting and exfiltration logic: it reads AWS credentials from ~/.aws/credentials and POSTs them to a URL controlled via the WEB_HOOK environment variable. Even though the provided snippet has syntactic mistakes that prevent direct execution as-is, the malicious pattern is obvious and trivial to fix. Treat this code as a high-severity supply-chain/backdoor risk; do not run in user environments and remove or audit any packages containing this behavior.
robot-list
0.0.1
Removed from pypi
Blocked by Socket
This module contains insecure coding patterns that create serious security vulnerabilities: (1) executing a constructed shell command with shell=True using unvalidated command-line input (command injection), and (2) using eval() on data derived from XML/JSON parsing (remote code execution risk). Additional issues: malformed/misused regexes, improper TemporaryDirectory usage, and broad exception suppression. There is no clear evidence of deliberate malware (no hardcoded exfiltration endpoints or obfuscated payloads), but the vulnerabilities allow arbitrary code execution and should be treated as high risk. Do not run this code on untrusted input or in privileged environments without sanitizing inputs, removing eval, and using subprocess safely (list args, shell=False).
Live on pypi for 2 hours and 15 minutes before removal. Socket users were protected even while the package was live.
ecto-spirit
120.0.8
by lwirz
Live on npm
Blocked by Socket
This preinstall runs a local file named 'payload.js' during installation and intentionally suppresses failures. Without inspecting payload.js, this is a high-risk behavior: it enables arbitrary code execution during install and the filename and failure-suppression suggest likely malicious intent. Do not install or run this package until payload.js has been inspected in a safe environment.
@yemo-dev/yebail
1.1.1
by yemobyte
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
doughnuts
4.8.1
Live on pypi
Blocked by Socket
This code is a post-exploitation/backdoor utility intended to obtain an interactive remote shell on a target via a PHP reverse shell or by uploading/running a native reverse-server binary. It performs file upload, remote command execution, and local network binding to accept shells. The fragment contains coding errors and undefined variables, but its purpose is clearly malicious and dangerous in most contexts. Treat any package including this code as malicious/backdoor unless its inclusion is explicitly authorized for offensive security operations within a controlled environment.
354766/bjesuiter/skills/agent-browser/
753f57f26b54dfcf7ba08708bd21223881eda2d2
Live on socket
Blocked by Socket
[Skill Scanner] Installation of third-party script detected This skill's documented capabilities are consistent with an automated browser CLI and do not contain explicit malicious code in the provided documentation. However, several legitimate features (eval <js>, upload, arbitrary navigation, snapshot --json) are high-risk channels for data access and exfiltration if misused or if the installed package/binaries are compromised. The installation via npm/git is typical but carries standard supply-chain risk; the documentation lacks artifact verification guidance. Overall: no direct malicious indicators present in this text, but the feature set requires careful trust and operational controls when used in untrusted environments. LLM verification: The SKILL.md describes a legitimate browser automation CLI whose features explain the presence of high-privilege operations (eval, cookies/storage access, file uploads, installer downloads). I found no direct evidence of malicious code or obfuscation in the supplied document. However, the feature set and installer flow produce a moderate supply-chain and data-exfiltration risk if the package source or install artifacts are untrusted. Recommended actions: install only from verified, pinned source
yxspkg
6.11.16
Live on pypi
Blocked by Socket
The fragment is an opaque, binary/packed payload or heavily obfuscated content that cannot be reliably analyzed statically. While this alone does not prove malicious intent, it signals high risk and warrants isolation, request for a readable source or deobfuscated form, and controlled dynamic analysis to determine any harmful behavior or data leakage potential.
@vyzensockets/baileys
0.3.1
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
hydroscript
0.0.24
by hyperknf
Live on npm
Blocked by Socket
The code potentially allows execution of arbitrary JavaScript code by manipulating the 'time' input to point to a malicious script. The lack of validation or sanitization of the input combined with the execution rights raises security concerns.
v0-components
999.999.15001
Live on npm
Blocked by Socket
This module performs on-import harvesting of local developer, repository and system configuration and exfiltrates it to a hardcoded external domain via HTTPS GET requests. The behavior is characteristic of a data-exfiltration/backdoor. Treat as malicious: remove the package, audit environments where it ran, rotate any potentially exposed credentials (npm tokens, registry credentials, SSH keys if exposed via git remotes), and investigate the source and maintainer of the package. Do not allow this code in trusted builds or CI pipelines.
github.com/gravitational/teleport
v0.0.0-20240621043524-548d240573b2
Live on go
Blocked by Socket
The script functions as a bootstrap installer that fetches a Teleport binary from a CDN, extracts it, and executes it with user-provided arguments. While common in bootstrap flows, this approach carries significant supply-chain risk due to lack of integrity verification, potential tampering of the CDN content, and execution of an external binary in the host environment. To reduce risk, add cryptographic verification (signatures/checksums), validate the artifact against a trusted manifest, constrain and sanitize teleportArgs, implement isolation (sandbox/container), and improve error handling with cleanup. Consider using pinned TLS/HTTPS, and validating the tarball contents before execution.
github.com/bishopfox/sliver
v1.5.40-0.20230615143840-853537d1f440
Live on go
Blocked by Socket
This source is a straightforward system DNS resolver that issues A/AAAA and TXT queries and Base64-decodes concatenated TXT responses. The implementation itself contains no process spawning, filesystem modifications, or hard-coded credentials, but it fits a known pattern used by DNS-based command-and-control channels (fetching Base64-encoded commands or payloads via TXT records). Given the header and import path tying it to the Sliver implant framework, treat this module as a likely component of a C2 implant: acceptable as a benign utility in isolation, but high-risk when present in software meant to be benign. Recommend removing or auditing all callers that consume the decoded TXT bytes; if those bytes are ever interpreted or executed, consider the package malicious and block usage.
sinbad-dev
0.0.3
by cdsnjdcnsderiv
Removed from npm
Blocked by Socket
The script sends a pingback to a remote server using the machine's hostname and IP address, which raises concerns about data exfiltration and unauthorized telemetry.
Live on npm for 25 days, 18 hours and 20 minutes before removal. Socket users were protected even while the package was live.
filecat
5.36.11
by xiaobaidadada
Live on npm
Blocked by Socket
High security risk. This module provides multiple powerful primitives: (1) runtime download/installation of an external executable artifact, (2) execution of workflow-provided JavaScript via runInContext, (3) host command execution via PTY write of rendered commands, and (4) network proxying/tunneling (TUN/VPN-like bridging and TCP forwarding). It also uses eval-based dynamic require as a supply-chain/loader abuse primitive. No explicit credential theft is visible in the excerpt, but if an attacker can influence workflow content/commands or proxy/tunnel configuration, the impact can be severe (RCE + filesystem manipulation + network pivoting).
scrapy-webdriver
1.0.7
Live on pypi
Blocked by Socket
The code overrides grecaptcha execution to forward solve requests via postMessage and return answers via a message listener — effectively creating a bridge to an out-of-band captcha solver. The fragment itself does not make network requests, but it leaks siteKey and params to another execution context and depends on that context to produce solutions. This behavior can be benign for testing or accessibility but is high-risk in production because it can be used to bypass CAPTCHA protections and exfiltrate sensitive data depending on the cooperating component's trustworthiness. Treat occurrences of this code as suspicious: verify the script's origin (extension, injected third-party, or site-controlled) and remove or restrict it if not explicitly trusted.
xync-client
0.0.132
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.
konnektive-membership
0.4.3
by drew.altukhov
Live on npm
Blocked by Socket
This module contains two risky items: (1) an exposed, hardcoded Google Maps API key used for client-side geocoding requests (credential leakage and abuse risk), and (2) explicit, targeted disruptive behavior for Russian-language / Russian TLD users that disables interaction and autoplays media from a third-party domain. The latter constitutes intentional sabotage/trolling and is malicious. Recommended actions: remove the geo-targeted audio and pointer-events code immediately, rotate and remove the client-side Google API key (move geocoding to a server-side proxy with proper key protections), audit repository history and contributors for deliberate malicious code insertion, and treat the package as compromised until remediation.
netspeedtutil
1.0.5
by secapikey
Live on npm
Blocked by Socket
This script implements a supply-chain persistence/backdoor pattern: it persistently patches a Vite runtime chunk in node_modules to dynamically import and run a local module whenever Vite runs. That grants arbitrary code execution in the context of Vite and is a severe security risk. Treat this package as malicious or highly suspicious unless you can verify the injected local module and that this behavior is intentionally required and reviewed. If you encounter this in a dependency, revert the modified file, audit index.js, and remove/replace the package.
ailever
0.2.329
Live on pypi
Blocked by Socket
This script is a high-risk launcher: it unconditionally fetches Python code from a hardcoded remote repo and executes it locally via a shell-invoked Python process while passing unsanitized user inputs directly into the shell command. Even if the upstream repository is currently benign, the pattern enables trivial supply-chain compromise and shell injection. Mitigations: remove runtime download-and-exec; if fetching is necessary, pin and verify cryptographic hashes or signatures, validate content, avoid os.system (use subprocess with argument lists or importlib), sanitize inputs, and add error handling and logging. Treat this module as unsafe in security-sensitive environments until hardened.
modelaudit
0.2.32
Live on pypi
Blocked by Socket
This Keras HDF5 model contains an embedded, encoded Lambda function that references urllib.request and an explicit remote URL 'http://attacker.com/data' and includes identifiers suggesting 'data_exfiltration'. This is a high-probability malicious artifact designed to transmit data off-host (either at load-time or at inference). Treat the artifact as hostile: do not load it in sensitive or networked environments. Decode and inspect the lambda in a sandbox if more detail is required, and remove/replace the Lambda layer before use.
github.com/gravitl/netmaker
v0.5.12-0.20210728172136-aa21a09a7634
Live on go
Blocked by Socket
Best matching report: Report 3 (most complete and correctly identifies the disruption/uninstall pattern). The improved assessment is that this snippet is a high-impact, unguarded teardown script that deletes systemd unit definitions and application configuration, removes specific network interfaces, and stops/removes containers and persistent Docker volumes. That strongly endangers availability and data integrity in a supply-chain context, but the fragment alone does not prove credential theft/exfiltration; therefore malware intent is not certain, though security risk is very high.
agentdojo
0.1.8
Live on pypi
Blocked by Socket
The fragment demonstrates a clear data-exfiltration pattern driven by a prompt-injection-like payload. It reads channel data (including a secret), posts content to an external site, and informs a recipient via direct messaging. The presence of a hardcoded secret and explicit exfiltration steps signals malicious intent or a high-risk test vector for abuse in a real environment. This should be treated as a data-leak risk and supply-chain concern if encountered in libraries or automation tooling.
eris-db
0.12.2
by andreas_eris
Live on npm
Blocked by Socket
This module is high risk for software supply chain use. The synchronous request implementation executes dynamically constructed JavaScript via child_process.spawn(..., ['-e', execString]), where execString is assembled from request options and (optionally) request body—an extreme red flag for code execution/supply-chain sabotage. It also supports file:// reads via fs.readFile/fs.readFileSync, enabling potential local file disclosure if the URL can be influenced. Finally, the bundled dataset includes hardcoded private keys/secret material, creating immediate credential exposure. Overall, it should not be used without deep review, removal of embedded secrets, and eliminating the spawn(-e) design.
http-query
0.0.2
Live on pypi
Blocked by Socket
This module contains explicit credential-harvesting and exfiltration logic: it reads AWS credentials from ~/.aws/credentials and POSTs them to a URL controlled via the WEB_HOOK environment variable. Even though the provided snippet has syntactic mistakes that prevent direct execution as-is, the malicious pattern is obvious and trivial to fix. Treat this code as a high-severity supply-chain/backdoor risk; do not run in user environments and remove or audit any packages containing this behavior.
robot-list
0.0.1
Removed from pypi
Blocked by Socket
This module contains insecure coding patterns that create serious security vulnerabilities: (1) executing a constructed shell command with shell=True using unvalidated command-line input (command injection), and (2) using eval() on data derived from XML/JSON parsing (remote code execution risk). Additional issues: malformed/misused regexes, improper TemporaryDirectory usage, and broad exception suppression. There is no clear evidence of deliberate malware (no hardcoded exfiltration endpoints or obfuscated payloads), but the vulnerabilities allow arbitrary code execution and should be treated as high risk. Do not run this code on untrusted input or in privileged environments without sanitizing inputs, removing eval, and using subprocess safely (list args, shell=False).
Live on pypi for 2 hours and 15 minutes before removal. Socket users were protected even while the package was live.
ecto-spirit
120.0.8
by lwirz
Live on npm
Blocked by Socket
This preinstall runs a local file named 'payload.js' during installation and intentionally suppresses failures. Without inspecting payload.js, this is a high-risk behavior: it enables arbitrary code execution during install and the filename and failure-suppression suggest likely malicious intent. Do not install or run this package until payload.js has been inspected in a safe environment.
@yemo-dev/yebail
1.1.1
by yemobyte
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
doughnuts
4.8.1
Live on pypi
Blocked by Socket
This code is a post-exploitation/backdoor utility intended to obtain an interactive remote shell on a target via a PHP reverse shell or by uploading/running a native reverse-server binary. It performs file upload, remote command execution, and local network binding to accept shells. The fragment contains coding errors and undefined variables, but its purpose is clearly malicious and dangerous in most contexts. Treat any package including this code as malicious/backdoor unless its inclusion is explicitly authorized for offensive security operations within a controlled environment.
354766/bjesuiter/skills/agent-browser/
753f57f26b54dfcf7ba08708bd21223881eda2d2
Live on socket
Blocked by Socket
[Skill Scanner] Installation of third-party script detected This skill's documented capabilities are consistent with an automated browser CLI and do not contain explicit malicious code in the provided documentation. However, several legitimate features (eval <js>, upload, arbitrary navigation, snapshot --json) are high-risk channels for data access and exfiltration if misused or if the installed package/binaries are compromised. The installation via npm/git is typical but carries standard supply-chain risk; the documentation lacks artifact verification guidance. Overall: no direct malicious indicators present in this text, but the feature set requires careful trust and operational controls when used in untrusted environments. LLM verification: The SKILL.md describes a legitimate browser automation CLI whose features explain the presence of high-privilege operations (eval, cookies/storage access, file uploads, installer downloads). I found no direct evidence of malicious code or obfuscation in the supplied document. However, the feature set and installer flow produce a moderate supply-chain and data-exfiltration risk if the package source or install artifacts are untrusted. Recommended actions: install only from verified, pinned source
yxspkg
6.11.16
Live on pypi
Blocked by Socket
The fragment is an opaque, binary/packed payload or heavily obfuscated content that cannot be reliably analyzed statically. While this alone does not prove malicious intent, it signals high risk and warrants isolation, request for a readable source or deobfuscated form, and controlled dynamic analysis to determine any harmful behavior or data leakage potential.
@vyzensockets/baileys
0.3.1
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
hydroscript
0.0.24
by hyperknf
Live on npm
Blocked by Socket
The code potentially allows execution of arbitrary JavaScript code by manipulating the 'time' input to point to a malicious script. The lack of validation or sanitization of the input combined with the execution rights raises security concerns.
v0-components
999.999.15001
Live on npm
Blocked by Socket
This module performs on-import harvesting of local developer, repository and system configuration and exfiltrates it to a hardcoded external domain via HTTPS GET requests. The behavior is characteristic of a data-exfiltration/backdoor. Treat as malicious: remove the package, audit environments where it ran, rotate any potentially exposed credentials (npm tokens, registry credentials, SSH keys if exposed via git remotes), and investigate the source and maintainer of the package. Do not allow this code in trusted builds or CI pipelines.
github.com/gravitational/teleport
v0.0.0-20240621043524-548d240573b2
Live on go
Blocked by Socket
The script functions as a bootstrap installer that fetches a Teleport binary from a CDN, extracts it, and executes it with user-provided arguments. While common in bootstrap flows, this approach carries significant supply-chain risk due to lack of integrity verification, potential tampering of the CDN content, and execution of an external binary in the host environment. To reduce risk, add cryptographic verification (signatures/checksums), validate the artifact against a trusted manifest, constrain and sanitize teleportArgs, implement isolation (sandbox/container), and improve error handling with cleanup. Consider using pinned TLS/HTTPS, and validating the tarball contents before execution.
github.com/bishopfox/sliver
v1.5.40-0.20230615143840-853537d1f440
Live on go
Blocked by Socket
This source is a straightforward system DNS resolver that issues A/AAAA and TXT queries and Base64-decodes concatenated TXT responses. The implementation itself contains no process spawning, filesystem modifications, or hard-coded credentials, but it fits a known pattern used by DNS-based command-and-control channels (fetching Base64-encoded commands or payloads via TXT records). Given the header and import path tying it to the Sliver implant framework, treat this module as a likely component of a C2 implant: acceptable as a benign utility in isolation, but high-risk when present in software meant to be benign. Recommend removing or auditing all callers that consume the decoded TXT bytes; if those bytes are ever interpreted or executed, consider the package malicious and block usage.
sinbad-dev
0.0.3
by cdsnjdcnsderiv
Removed from npm
Blocked by Socket
The script sends a pingback to a remote server using the machine's hostname and IP address, which raises concerns about data exfiltration and unauthorized telemetry.
Live on npm for 25 days, 18 hours and 20 minutes before removal. Socket users were protected even while the package was live.
filecat
5.36.11
by xiaobaidadada
Live on npm
Blocked by Socket
High security risk. This module provides multiple powerful primitives: (1) runtime download/installation of an external executable artifact, (2) execution of workflow-provided JavaScript via runInContext, (3) host command execution via PTY write of rendered commands, and (4) network proxying/tunneling (TUN/VPN-like bridging and TCP forwarding). It also uses eval-based dynamic require as a supply-chain/loader abuse primitive. No explicit credential theft is visible in the excerpt, but if an attacker can influence workflow content/commands or proxy/tunnel configuration, the impact can be severe (RCE + filesystem manipulation + network pivoting).
scrapy-webdriver
1.0.7
Live on pypi
Blocked by Socket
The code overrides grecaptcha execution to forward solve requests via postMessage and return answers via a message listener — effectively creating a bridge to an out-of-band captcha solver. The fragment itself does not make network requests, but it leaks siteKey and params to another execution context and depends on that context to produce solutions. This behavior can be benign for testing or accessibility but is high-risk in production because it can be used to bypass CAPTCHA protections and exfiltrate sensitive data depending on the cooperating component's trustworthiness. Treat occurrences of this code as suspicious: verify the script's origin (extension, injected third-party, or site-controlled) and remove or restrict it if not explicitly trusted.
xync-client
0.0.132
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.
konnektive-membership
0.4.3
by drew.altukhov
Live on npm
Blocked by Socket
This module contains two risky items: (1) an exposed, hardcoded Google Maps API key used for client-side geocoding requests (credential leakage and abuse risk), and (2) explicit, targeted disruptive behavior for Russian-language / Russian TLD users that disables interaction and autoplays media from a third-party domain. The latter constitutes intentional sabotage/trolling and is malicious. Recommended actions: remove the geo-targeted audio and pointer-events code immediately, rotate and remove the client-side Google API key (move geocoding to a server-side proxy with proper key protections), audit repository history and contributors for deliberate malicious code insertion, and treat the package as compromised until remediation.
netspeedtutil
1.0.5
by secapikey
Live on npm
Blocked by Socket
This script implements a supply-chain persistence/backdoor pattern: it persistently patches a Vite runtime chunk in node_modules to dynamically import and run a local module whenever Vite runs. That grants arbitrary code execution in the context of Vite and is a severe security risk. Treat this package as malicious or highly suspicious unless you can verify the injected local module and that this behavior is intentionally required and reviewed. If you encounter this in a dependency, revert the modified file, audit index.js, and remove/replace the package.
ailever
0.2.329
Live on pypi
Blocked by Socket
This script is a high-risk launcher: it unconditionally fetches Python code from a hardcoded remote repo and executes it locally via a shell-invoked Python process while passing unsanitized user inputs directly into the shell command. Even if the upstream repository is currently benign, the pattern enables trivial supply-chain compromise and shell injection. Mitigations: remove runtime download-and-exec; if fetching is necessary, pin and verify cryptographic hashes or signatures, validate content, avoid os.system (use subprocess with argument lists or importlib), sanitize inputs, and add error handling and logging. Treat this module as unsafe in security-sensitive environments until hardened.
modelaudit
0.2.32
Live on pypi
Blocked by Socket
This Keras HDF5 model contains an embedded, encoded Lambda function that references urllib.request and an explicit remote URL 'http://attacker.com/data' and includes identifiers suggesting 'data_exfiltration'. This is a high-probability malicious artifact designed to transmit data off-host (either at load-time or at inference). Treat the artifact as hostile: do not load it in sensitive or networked environments. Decode and inspect the lambda in a sandbox if more detail is required, and remove/replace the Lambda layer before use.
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
Suspicious Stars on GitHub
Telemetry
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 joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.