New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

Secure your dependencies. Ship with confidence.

Socket is a developer-first security platform that protects your code from both vulnerable and malicious dependencies.

Install GitHub AppBook a Demo

Find and compare millions of open source packages

Quickly evaluate the security and health of any open source package.

jquery
t

timmywil published 4.0.0

left-pad
s

stevemao published 1.3.0

react
r

react-bot published 19.2.5

We protect you from vulnerable and malicious packages

@zohodesk/react-cli

1.1.29

by sheikbasheeth

Live on npm

Blocked by Socket

The code performs unauthorized exfiltration of sensitive internal project data (package name, version, git commit hash) to a suspicious external server without user consent. This behavior is indicative of malicious intent, constituting a supply chain security threat. There is no obfuscation, but the data leak is serious and should be treated as a high-risk security incident.

@agenticmail/enterprise

0.5.494

by ope-olatunji

Live on npm

Blocked by Socket

Primary risk: private keys are exposed to API clients via wallet creation/export endpoints, enabling potential wallet compromise. Secondary risks include bootstrap-time SDK installation, .env key persistence, and complex dynamic imports that can broaden attack surface. Immediate remediation should remove private keys from API responses, enforce server-side signing, and harden bootstrap security to reduce supply-chain and data-leak risks.

riftcore

2.0.0

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.

hcapy

1.8

Live on pypi

Blocked by Socket

This script will uninstall nearly every installed Python package in the active environment without confirmation and then delete the packages list. As provided it contains a syntax error; if corrected and run, it is destructive and likely to break environments. There is no network exfiltration or obfuscation, but the behavior is consistent with sabotage or catastrophic maintenance and therefore presents a high security and operational risk.

tiffany-contracts

2.0.0

by nafeesvictim

Removed from npm

Blocked by Socket

This code performs unauthorized and malicious data exfiltration by sending sensitive system and package information to a suspicious external server. It poses a high security risk and should be considered malware. The code is not obfuscated but is clearly malicious in intent.

Live on npm for 12 minutes before removal. Socket users were protected even while the package was live.

ailoos

2.2.14

Live on pypi

Blocked by Socket

The code is not overtly malicious (no shelling out, no obfuscated execution), but it implements powerful automated data exfiltration behaviors: it will download arbitrary remote files referenced by configured sources and publish raw bytes to an IPFS endpoint and marketplace listings. Main risks are accidental or malicious data leakage (including internal or sensitive endpoints reachable by the host), disk exhaustion, and abuse via compromised configuration or upstream metadata. Mitigations: enforce source URL allowlists, validate/verify dataset provenance, require manual approval or content scanning before IPFS publication, enforce strict size/time/concurrency quotas, restrict IPFS endpoints and add authentication/auditing, and sanitize marketplace-exposed metadata.

latinum-wallet-mcp

0.0.14

Live on pypi

Blocked by Socket

This code contains a high-risk secret-exfiltration behavior: it sends the wallet's private key (PRIVATE_KEY_BASE58) to an external hardcoded domain (https://latinum.ai) via an HTTP POST. That allows the remote service to take control of funds or perform transactions on behalf of the user. Additional concerns: the module performs network and key-generation side effects at import time and exposes the signing function via an MCP Server, enabling remote triggers. The undefined 'serve' return appears to be a bug but does not mitigate the primary malicious behavior. Treat this package as malicious/untrusted for wallet use; do not supply real private keys or run this code in environments with funds.

blog_2021

1.1.1

by 0x379x

Removed from npm

Blocked by Socket

The code is performing potentially malicious actions by collecting system information and sending it to an external domain. This behavior poses a significant security risk.

Live on npm for 1 hour and 9 minutes before removal. Socket users were protected even while the package was live.

pipes

0.3.9

by spolu

Live on npm

Blocked by Socket

The code exhibits a high-risk dynamic code execution pattern by reconstructing functions from client-provided strings via eval in the register and grant flows. This constitutes a serious security risk, enabling remote code execution and potential backdoors if access control is weak or misconfigured. Without server-side sandboxing, strict input validation, or removal of dynamic eval, this module should be considered unsafe for untrusted environments. The remaining routing/subscribe logic is conventional, but the eval pathway dominates risk.

reqzest

2.32.3

Removed from pypi

Blocked by Socket

The analyzed code contains embedded remote payload delivery and execution sequence that runs at module import time, representing a severe security risk and clear malware behavior. It resembles a dropper/backdoor mechanism intended to pull in and execute arbitrary code with minimal user interaction, compromising the supply chain integrity of the dependent software.

Live on pypi for 11 hours and 27 minutes before removal. Socket users were protected even while the package was live.

rma-rules

0.18.0

Live on cargo

Blocked by Socket

This workflow contains a critical supply-chain vulnerability: it downloads remote content at runtime and executes it via shell eval in the CI runner. That enables arbitrary remote code execution with access to repository files and potentially secrets, and can trivially be used to exfiltrate credentials or poison build artifacts. Treat this as high-risk: remove the eval step, stop executing unverified remote scripts in CI, and adopt signed, vendored, or verified retrieval patterns with least privilege.

berri-ai

0.11.5

Live on pypi

Blocked by Socket

This module is dangerous and exhibits clear exfiltration and remote-orchestration behavior. It collects notebook content and local project files, packages them into ./berri_files, and sends them to a hardcoded external server (including user_email in the query). It also executes arbitrary code segments extracted from the notebook via exec(), enabling remote code execution of notebook content. These behaviors indicate intentional data collection/exfiltration and RCE capability; do not run this package in untrusted environments or on machines with sensitive data. If encountered as a dependency, treat it as malicious and remove/block it.

mtmai

0.4.205

Live on pypi

Blocked by Socket

This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.

pybotnet

0.20.8

Live on pypi

Blocked by Socket

This module contains clear capabilities for reconnaissance (host/IP/MAC), sensitive-data capture (screenshots, filesystem zipping), data exfiltration (uploads to up.ufile.io and proxying Telegram calls via an external web form), and a remote command channel (Telegram GetUpdates via proxy). These features are typical of malware (RAT/botnet client) and present a high security risk. The code also contains implementation bugs but that does not mitigate the malicious intent. The package should be treated as malicious and not used.

bane

4.5.6

Live on pypi

Blocked by Socket

This module is a purpose-built DDoS/DoS toolkit with multiple attack primitives and proxy/Tor anonymization options. It is malicious in intent (designed to send large volumes of traffic or resource-starve remote services). It should not be used, included as a dependency, or run in any environment where legal/ethical constraints apply. Presence in a dependency tree represents a high security and legal risk; treat as malicious and remove/contain immediately.

tx-engine

0.2.8

Live on pypi

Blocked by Socket

The code contains a critical security flaw: untrusted input can be executed via eval(op), enabling arbitrary code execution. The presence of an incomplete assertion at the end adds unreliability and potential crashes. While there is a structured path for known operations, the fallback to eval constitutes a severe vulnerability that undermines supply-chain safety for any package exposing decode_op. Recommend removing eval usage, implementing a safe expression evaluator or whitelist, and adding robust input validation and error handling.

github.com/gravitational/teleport

v0.0.0-20240112170115-542fbb04b39d

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.20230621053527-b2989e0ea387

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.

@aztec/noir-protocol-circuits-types

0.77.0

by charlielye

Live on npm

Blocked by Socket

The fragment exhibits strong indicators of obfuscation and embedded payload usage, which can enable hidden malicious behavior after decoding. While static evidence of concrete malware is not observable, the risk profile is high due to concealment tactics typical of supply-chain attacks. A controlled, in-depth dynamic analysis and deobfuscation are essential before considering inclusion in any public/Open Source package.

spl-transpiler

0.2.4

Removed from pypi

Blocked by Socket

This function implements an exec-with-return pattern that executes arbitrary Python source provided in `code` and evaluates the final expression to return its value. It directly uses exec and eval with user-supplied source and caller-provided execution contexts, which enables arbitrary code execution and full access to the process environment. There is no sandboxing or validation; ast.parse/unparse do not mitigate the risk. Also, the provided snippet has a syntax error (unclosed parenthesis) and debug logging that may leak sensitive code/values. Treat use of this function with extreme caution: allow only fully-trusted input or replace with a safer, sandboxed evaluation approach. If this sees untrusted input, consider it a critical RCE vulnerability.

Live on pypi for 1 hour and 3 minutes before removal. Socket users were protected even while the package was live.

mtmai

0.3.1530

Live on pypi

Blocked by Socket

This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.

mtxai

0.0.136

Live on pypi

Blocked by Socket

This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.

@zohodesk/react-cli

1.1.29

by sheikbasheeth

Live on npm

Blocked by Socket

The code performs unauthorized exfiltration of sensitive internal project data (package name, version, git commit hash) to a suspicious external server without user consent. This behavior is indicative of malicious intent, constituting a supply chain security threat. There is no obfuscation, but the data leak is serious and should be treated as a high-risk security incident.

@agenticmail/enterprise

0.5.494

by ope-olatunji

Live on npm

Blocked by Socket

Primary risk: private keys are exposed to API clients via wallet creation/export endpoints, enabling potential wallet compromise. Secondary risks include bootstrap-time SDK installation, .env key persistence, and complex dynamic imports that can broaden attack surface. Immediate remediation should remove private keys from API responses, enforce server-side signing, and harden bootstrap security to reduce supply-chain and data-leak risks.

riftcore

2.0.0

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.

hcapy

1.8

Live on pypi

Blocked by Socket

This script will uninstall nearly every installed Python package in the active environment without confirmation and then delete the packages list. As provided it contains a syntax error; if corrected and run, it is destructive and likely to break environments. There is no network exfiltration or obfuscation, but the behavior is consistent with sabotage or catastrophic maintenance and therefore presents a high security and operational risk.

tiffany-contracts

2.0.0

by nafeesvictim

Removed from npm

Blocked by Socket

This code performs unauthorized and malicious data exfiltration by sending sensitive system and package information to a suspicious external server. It poses a high security risk and should be considered malware. The code is not obfuscated but is clearly malicious in intent.

Live on npm for 12 minutes before removal. Socket users were protected even while the package was live.

ailoos

2.2.14

Live on pypi

Blocked by Socket

The code is not overtly malicious (no shelling out, no obfuscated execution), but it implements powerful automated data exfiltration behaviors: it will download arbitrary remote files referenced by configured sources and publish raw bytes to an IPFS endpoint and marketplace listings. Main risks are accidental or malicious data leakage (including internal or sensitive endpoints reachable by the host), disk exhaustion, and abuse via compromised configuration or upstream metadata. Mitigations: enforce source URL allowlists, validate/verify dataset provenance, require manual approval or content scanning before IPFS publication, enforce strict size/time/concurrency quotas, restrict IPFS endpoints and add authentication/auditing, and sanitize marketplace-exposed metadata.

latinum-wallet-mcp

0.0.14

Live on pypi

Blocked by Socket

This code contains a high-risk secret-exfiltration behavior: it sends the wallet's private key (PRIVATE_KEY_BASE58) to an external hardcoded domain (https://latinum.ai) via an HTTP POST. That allows the remote service to take control of funds or perform transactions on behalf of the user. Additional concerns: the module performs network and key-generation side effects at import time and exposes the signing function via an MCP Server, enabling remote triggers. The undefined 'serve' return appears to be a bug but does not mitigate the primary malicious behavior. Treat this package as malicious/untrusted for wallet use; do not supply real private keys or run this code in environments with funds.

blog_2021

1.1.1

by 0x379x

Removed from npm

Blocked by Socket

The code is performing potentially malicious actions by collecting system information and sending it to an external domain. This behavior poses a significant security risk.

Live on npm for 1 hour and 9 minutes before removal. Socket users were protected even while the package was live.

pipes

0.3.9

by spolu

Live on npm

Blocked by Socket

The code exhibits a high-risk dynamic code execution pattern by reconstructing functions from client-provided strings via eval in the register and grant flows. This constitutes a serious security risk, enabling remote code execution and potential backdoors if access control is weak or misconfigured. Without server-side sandboxing, strict input validation, or removal of dynamic eval, this module should be considered unsafe for untrusted environments. The remaining routing/subscribe logic is conventional, but the eval pathway dominates risk.

reqzest

2.32.3

Removed from pypi

Blocked by Socket

The analyzed code contains embedded remote payload delivery and execution sequence that runs at module import time, representing a severe security risk and clear malware behavior. It resembles a dropper/backdoor mechanism intended to pull in and execute arbitrary code with minimal user interaction, compromising the supply chain integrity of the dependent software.

Live on pypi for 11 hours and 27 minutes before removal. Socket users were protected even while the package was live.

rma-rules

0.18.0

Live on cargo

Blocked by Socket

This workflow contains a critical supply-chain vulnerability: it downloads remote content at runtime and executes it via shell eval in the CI runner. That enables arbitrary remote code execution with access to repository files and potentially secrets, and can trivially be used to exfiltrate credentials or poison build artifacts. Treat this as high-risk: remove the eval step, stop executing unverified remote scripts in CI, and adopt signed, vendored, or verified retrieval patterns with least privilege.

berri-ai

0.11.5

Live on pypi

Blocked by Socket

This module is dangerous and exhibits clear exfiltration and remote-orchestration behavior. It collects notebook content and local project files, packages them into ./berri_files, and sends them to a hardcoded external server (including user_email in the query). It also executes arbitrary code segments extracted from the notebook via exec(), enabling remote code execution of notebook content. These behaviors indicate intentional data collection/exfiltration and RCE capability; do not run this package in untrusted environments or on machines with sensitive data. If encountered as a dependency, treat it as malicious and remove/block it.

mtmai

0.4.205

Live on pypi

Blocked by Socket

This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.

pybotnet

0.20.8

Live on pypi

Blocked by Socket

This module contains clear capabilities for reconnaissance (host/IP/MAC), sensitive-data capture (screenshots, filesystem zipping), data exfiltration (uploads to up.ufile.io and proxying Telegram calls via an external web form), and a remote command channel (Telegram GetUpdates via proxy). These features are typical of malware (RAT/botnet client) and present a high security risk. The code also contains implementation bugs but that does not mitigate the malicious intent. The package should be treated as malicious and not used.

bane

4.5.6

Live on pypi

Blocked by Socket

This module is a purpose-built DDoS/DoS toolkit with multiple attack primitives and proxy/Tor anonymization options. It is malicious in intent (designed to send large volumes of traffic or resource-starve remote services). It should not be used, included as a dependency, or run in any environment where legal/ethical constraints apply. Presence in a dependency tree represents a high security and legal risk; treat as malicious and remove/contain immediately.

tx-engine

0.2.8

Live on pypi

Blocked by Socket

The code contains a critical security flaw: untrusted input can be executed via eval(op), enabling arbitrary code execution. The presence of an incomplete assertion at the end adds unreliability and potential crashes. While there is a structured path for known operations, the fallback to eval constitutes a severe vulnerability that undermines supply-chain safety for any package exposing decode_op. Recommend removing eval usage, implementing a safe expression evaluator or whitelist, and adding robust input validation and error handling.

github.com/gravitational/teleport

v0.0.0-20240112170115-542fbb04b39d

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.20230621053527-b2989e0ea387

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.

@aztec/noir-protocol-circuits-types

0.77.0

by charlielye

Live on npm

Blocked by Socket

The fragment exhibits strong indicators of obfuscation and embedded payload usage, which can enable hidden malicious behavior after decoding. While static evidence of concrete malware is not observable, the risk profile is high due to concealment tactics typical of supply-chain attacks. A controlled, in-depth dynamic analysis and deobfuscation are essential before considering inclusion in any public/Open Source package.

spl-transpiler

0.2.4

Removed from pypi

Blocked by Socket

This function implements an exec-with-return pattern that executes arbitrary Python source provided in `code` and evaluates the final expression to return its value. It directly uses exec and eval with user-supplied source and caller-provided execution contexts, which enables arbitrary code execution and full access to the process environment. There is no sandboxing or validation; ast.parse/unparse do not mitigate the risk. Also, the provided snippet has a syntax error (unclosed parenthesis) and debug logging that may leak sensitive code/values. Treat use of this function with extreme caution: allow only fully-trusted input or replace with a safer, sandboxed evaluation approach. If this sees untrusted input, consider it a critical RCE vulnerability.

Live on pypi for 1 hour and 3 minutes before removal. Socket users were protected even while the package was live.

mtmai

0.3.1530

Live on pypi

Blocked by Socket

This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.

mtxai

0.0.136

Live on pypi

Blocked by Socket

This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.

Detect and block software supply chain attacks

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

55 more alerts

Detect suspicious package updates in real-time

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.

GitHub app screenshot

Developers love Socket

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.

Even more developer love
Install GitHub AppRead the docs

Security teams trust Socket

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.

Book a DemoRead the blog

Protect every package in your stack

Secure your team's dependencies across your stack with Socket. Stop supply chain attacks before they reach production.

View all integrations

RUST

crates.io

Rust Package Manager

PHP

Packagist

PHP Package Manager

GOLANG

Go Modules

Go Dependency Management

JAVA

Maven Central

JAVASCRIPT

npm

Node Package Manager

.NET

NuGet

.NET Package Manager

PYTHON

PyPI

Python Package Index

RUBY

RubyGems.org

Ruby Package Manager

SWIFT

Swift

AI

Hugging Face Hub

AI Model Hub

CI

GitHub Actions

CI/CD Workflows

EXTENSIONS

Chrome Web Store

Chrome Browser Extensions

EXTENSIONS

Open VSX

VS Code Extensions

Supply chain attacks are on the rise

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.

Ready to dive in?

Get protected by Socket with just 2 clicks.

Install GitHub AppBook a Demo

The latest from the Socket team

Get our latest security research, open source insights, and product updates.

View all articles