Launch Week Day 5: Introducing Reachability for PHP.Learn More
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 App
Book a Demo

Questions? Call us at (844) SOCKET-0

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

cflashfiles

2.1

Live on pypi

Blocked by Socket

This file contains import-time backdoor behavior: immediately upon module import it opens local files “config.py” and “menu.py” and uploads them as multipart attachments in HTTP GET requests to http://87[.]251[.]77[.]103:5000. All exceptions are silently suppressed, ensuring stealth. The rest of the code implements benign callback utilities, but these two requests constitute deliberate data exfiltration and a high-risk supply-chain compromise.

colorsss

0.0.2

by kozune22

Removed from npm

Blocked by Socket

The provided code is malicious. It's designed to steal sensitive information from the user's system, including Discord tokens, and exfiltrate this data to an attacker. It also collects system and network configuration information. The code shows signs of intentional obfuscation and use of hardcoded credentials for malicious purposes.

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

yandex-sendlinksms

2.0.5

by act1on3-test

Removed from npm

Blocked by Socket

This script is sending system information and a payload to a remote server. This behavior is suspicious and potentially malicious.

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

atomic-swap

1.0.0

by mohaseen

Removed from npm

Blocked by Socket

The code contains potentially malicious behavior by sending data to an external server and exposing environment variables. This poses a significant security risk.

Live on npm for 4 days, 13 hours and 19 minutes before removal. Socket users were protected even while the package was live.

jjb-cmd

2.1.26

by cqjjb

Live on npm

Blocked by Socket

Heavily obfuscated module that automatically downloads code archives from a local GitLab server (192[.]168[.]1[.]242:10985) using hardcoded private tokens embedded in the source code. The module extracts downloaded content to temporary directories and automatically overwrites local project source files without validation or explicit user consent. It performs string replacements in JavaScript files to modify require statements and module loading behavior. The obfuscation techniques include string array lookups and encoded function names to obscure functionality. Hardcoded authentication tokens ('G4HJRsHr9D7Ssmixegw2' and 'FT3pKzxpRynFkmddJ9Bs') pose credential exposure risks. While no explicit data exfiltration or reverse shells are present, the automatic code download and local file modification without integrity checks creates significant supply chain security risks and potential for code injection if the remote server or tokens are compromised.

johnsnowlabs-by-ckl

5.1.8rc11

Live on pypi

Blocked by Socket

This module is a high-risk utility because it fetches Python code from remote URLs and local markdown files and executes that code directly via execute_py_script_string_as_new_proc without validation or sandboxing. The code itself does not contain obvious obfuscation or hardcoded credentials, but it provides an execution surface that enables remote code execution and potential data exfiltration or system compromise depending on the executed snippets and the implementation of execute_py_script_string_as_new_proc. Treat calls that use remote URLs or untrusted markdown as dangerous. Use only with trusted content or add validation/sandboxing (e.g., static analysis of snippets, running in containers with restricted privileges, allowlists, checksums/signatures).

pinokiod

0.0.117

by cocktailpeanut

Live on npm

Blocked by Socket

The SweetAlert2 library code is mostly benign and serves as a UI modal dialog tool. However, it contains a suspicious and potentially malicious snippet that targets Russian users on certain domains to play an unsolicited audio prank, disabling pointer events and potentially disrupting user interaction. This behavior is unexpected and should be considered a moderate security risk and potential malware. The rest of the code shows no signs of malicious intent. The provided reports were invalid and unhelpful. Users should be cautious about this version of the library due to the embedded prank behavior.

sbcli-main

1.1.0

Live on pypi

Blocked by Socket

The Python module itself is not directly implementing typical malware behaviors, but it creates a high-risk execution surface: it runs local shell scripts (some with sudo) with unvalidated inputs and passes secrets on the command line. The deploy_fdb_from_file_service function contains a command-injection vulnerability (shell=True with joined args) and a coding bug (returncod typo). Recommend: remove shell=True; use argument lists always, avoid passing secrets via argv (use stdin, environment files with proper filesystem permissions, or secured IPC), eliminate unnecessary sudo calls and require callers to provide appropriate privileges if needed, validate/escape inputs (especially file paths), fix the returncod typo, and audit all invoked shell scripts before use. Treat package as risky until mitigations and script audits are performed.

github.com/weaveworks/weave

v1.0.2-0.20150622103637-6d89867a7412

Live on go

Blocked by Socket

This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.

multis

1.0.3

Removed from pypi

Blocked by Socket

This code functions as a dropper/downloader that retrieves files from arbitrary URLs and executes them with hidden console windows. The code uses urllib.request.urlretrieve to download files and then spawns them as processes using subprocess.Popen with shell=True, which enables remote code execution. The execution is hidden from users through the SW_HIDE flag. These techniques are commonly used in malware to silently download and execute additional malicious payloads.

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

passagemath-standard

10.4.8

Removed from pypi

Blocked by Socket

The code offers convenient completion helpers but contains a high-risk pattern: using eval() on a substring derived from a user-controlled completion string with an attacker-controlled or broad globals mapping. This enables arbitrary code execution and information disclosure of objects available in 'globs'. The fragment is not evidently malicious or obfuscated, but it represents a moderate-to-high security risk in any context where 's' or 'globs' can be influenced by untrusted parties. Recommend removing eval and implementing a safe dotted-name resolution and tightening what globals are exposed.

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

bluelamp-ai

0.45.3

Removed from pypi

Blocked by Socket

This module deliberately hides executable code inside a base64-encoded, zlib-compressed blob and executes it unconditionally with exec() on import. That pattern prevents code review and is a high-risk supply-chain anti-pattern. Without decoding the blob we cannot determine whether the payload is malicious, but the use of exec() over an obfuscated, embedded payload executed at import time is sufficient grounds to treat this package as untrusted until the embedded code is decoded and audited. Recommend immediate offline decoding and full review, or removal/blocking of this package from sensitive environments.

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

github.com/sourcegraph/sourcegraph

v0.0.0-20210609051309-e3388e5dca2a

Live on go

Blocked by Socket

This module is a purpose-built destructive utility: given a user-supplied directory, it enumerates all files ending in .zip and corrupts them by truncating them to half their size and appending deterministic junk data. The absence of safeguards (dry-run/confirmation/allowlists) and the deliberate sabotage operations make this strongly indicative of malicious intent within a supply-chain context, even though it does not show typical malware capabilities like networking or data exfiltration.

github.com/u-root/u-root

v0.0.0-20180622204650-306a130a0db0

Live on go

Blocked by Socket

This module is functionally a network-exposed SSH remote shell. After public-key authentication, it spawns an unrestricted interactive system shell in a PTY and relays the shell I/O over the SSH connection, enabling remote command execution on the host. Additional concerns include setting TERM in the server environment from untrusted client input and, in debug mode, logging potentially sensitive session content. No explicit stealth/exfiltration/persistence code is present in this file, but the capability itself is high-impact and strongly suspicious in a supply-chain context unless the deployment purpose and access controls are tightly governed.

@noya4u_27/baileys

6.3.2

by malfurra

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.

azure-graphrbac

7.7.1000

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by exfiltrating system and package information to external servers. This poses a significant security risk and indicates a high probability of malicious intent.

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

kejie.bos

2.5.1

by Kejiesoft

Live on nuget

Blocked by Socket

This module is best classified as a suspicious packed/loader component rather than a normal business utility library. It contains strong indicators of runtime hidden behavior: embedded-resource decoding, Reflection.Emit DynamicMethod/IL generation, and delegate/field injection, plus credential-like values materialized during static initialization (SysVars). Although the snippet does not conclusively show specific exfiltration targets, the loader capabilities and packing indicators warrant immediate isolation, sandbox execution, and inspection of the embedded resources and generated IL/delegates.

github.com/milvus-io/milvus

v0.10.3-0.20220126054940-4776dada095b

Live on go

Blocked by Socket

This code implements an insecure, unauthenticated RPC mechanism that allows remote clients to cause arbitrary code execution and exfiltrate files/system information. Using pickle over an untrusted network and invoking methods by client-supplied names are severe supply-chain/backdoor risks. Do not deploy or reuse this code in production; it should be treated as a backdoor/untrusted remote-execution component unless wrapped with strong authentication, authorization, sandboxing, and safe serialization.

7702-eoa-implementation

1.0.0

by 0xme5war

Removed from npm

Blocked by Socket

This package executes index.js as a postinstall script. That is a high-risk pattern because the installed script can run arbitrary code on the host (data exfiltration, remote shells, modifying or deleting files, adding persistent hooks, etc.). Given the package description explicitly saying "Hijack", treat this as potentially malicious until you inspect index.js in a safe environment. Do not install it on production or sensitive machines; inspect the file contents, run it in an isolated sandbox, and verify the publisher before trusting.

Live on npm for 2 hours and 50 minutes before removal. Socket users were protected even while the package was live.

@sogebot/ui-overlay

34.0.0

by soge_

Live on npm

Blocked by Socket

This module contains a critical remote code execution mechanism: it executes socket-provided n.code by dynamically constructing and evaluating an async function string, with the executed payload granted powerful capabilities (access to the OBS client instance and a backend log POST function). An IP allowlist gate only restricts when the overlay activates and does not mitigate the core code-execution sink. If the trigger source is not strictly authenticated and the code is not cryptographically verified/allowlisted server-side, the risk is high and consistent with backdoor-like integration behavior.

magic-enum

17.9.9

by hackthematrix

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by collecting and sending system information to an external server without user consent. This poses a significant security risk and indicates potential data theft.

Live on npm for 4 days, 4 hours and 5 minutes before removal. Socket users were protected even while the package was live.

easyship-components

21.9999.999

by yassine-ywh

Removed from npm

Blocked by Socket

The code performs malicious data exfiltration by collecting sensitive system information, encrypting it with a static key, and sending it to a suspicious hardcoded IP address during installation. This behavior represents a high security risk and is indicative of malware designed to stealthily leak system data. The obfuscation is moderate, mainly via encryption and string construction. Users should avoid using this package due to the significant privacy and security threat.

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

pulselireckon.code-usage-stats

1.0.1

by Pulselireckon

Removed from openvsx

Blocked by Socket

High likelihood of malicious/privacy-invasive behavior. The extension reads sensitive authentication/session data from both the clipboard and local Cursor database files, derives API tokens, and exfiltrates them along with user email and usage/cost details to remote team-server endpoints. It also fetches server configuration from a hardcoded third-party GitHub Gist raw URL, which can direct where exfiltration occurs. No direct evidence of reverse shells or file-destruction is present in the snippet, but the data theft + exfiltration pattern is strong.

Live on openvsx for 7 days, 13 hours and 16 minutes before removal. Socket users were protected even while the package was live.

cflashfiles

2.1

Live on pypi

Blocked by Socket

This file contains import-time backdoor behavior: immediately upon module import it opens local files “config.py” and “menu.py” and uploads them as multipart attachments in HTTP GET requests to http://87[.]251[.]77[.]103:5000. All exceptions are silently suppressed, ensuring stealth. The rest of the code implements benign callback utilities, but these two requests constitute deliberate data exfiltration and a high-risk supply-chain compromise.

colorsss

0.0.2

by kozune22

Removed from npm

Blocked by Socket

The provided code is malicious. It's designed to steal sensitive information from the user's system, including Discord tokens, and exfiltrate this data to an attacker. It also collects system and network configuration information. The code shows signs of intentional obfuscation and use of hardcoded credentials for malicious purposes.

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

yandex-sendlinksms

2.0.5

by act1on3-test

Removed from npm

Blocked by Socket

This script is sending system information and a payload to a remote server. This behavior is suspicious and potentially malicious.

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

atomic-swap

1.0.0

by mohaseen

Removed from npm

Blocked by Socket

The code contains potentially malicious behavior by sending data to an external server and exposing environment variables. This poses a significant security risk.

Live on npm for 4 days, 13 hours and 19 minutes before removal. Socket users were protected even while the package was live.

jjb-cmd

2.1.26

by cqjjb

Live on npm

Blocked by Socket

Heavily obfuscated module that automatically downloads code archives from a local GitLab server (192[.]168[.]1[.]242:10985) using hardcoded private tokens embedded in the source code. The module extracts downloaded content to temporary directories and automatically overwrites local project source files without validation or explicit user consent. It performs string replacements in JavaScript files to modify require statements and module loading behavior. The obfuscation techniques include string array lookups and encoded function names to obscure functionality. Hardcoded authentication tokens ('G4HJRsHr9D7Ssmixegw2' and 'FT3pKzxpRynFkmddJ9Bs') pose credential exposure risks. While no explicit data exfiltration or reverse shells are present, the automatic code download and local file modification without integrity checks creates significant supply chain security risks and potential for code injection if the remote server or tokens are compromised.

johnsnowlabs-by-ckl

5.1.8rc11

Live on pypi

Blocked by Socket

This module is a high-risk utility because it fetches Python code from remote URLs and local markdown files and executes that code directly via execute_py_script_string_as_new_proc without validation or sandboxing. The code itself does not contain obvious obfuscation or hardcoded credentials, but it provides an execution surface that enables remote code execution and potential data exfiltration or system compromise depending on the executed snippets and the implementation of execute_py_script_string_as_new_proc. Treat calls that use remote URLs or untrusted markdown as dangerous. Use only with trusted content or add validation/sandboxing (e.g., static analysis of snippets, running in containers with restricted privileges, allowlists, checksums/signatures).

pinokiod

0.0.117

by cocktailpeanut

Live on npm

Blocked by Socket

The SweetAlert2 library code is mostly benign and serves as a UI modal dialog tool. However, it contains a suspicious and potentially malicious snippet that targets Russian users on certain domains to play an unsolicited audio prank, disabling pointer events and potentially disrupting user interaction. This behavior is unexpected and should be considered a moderate security risk and potential malware. The rest of the code shows no signs of malicious intent. The provided reports were invalid and unhelpful. Users should be cautious about this version of the library due to the embedded prank behavior.

sbcli-main

1.1.0

Live on pypi

Blocked by Socket

The Python module itself is not directly implementing typical malware behaviors, but it creates a high-risk execution surface: it runs local shell scripts (some with sudo) with unvalidated inputs and passes secrets on the command line. The deploy_fdb_from_file_service function contains a command-injection vulnerability (shell=True with joined args) and a coding bug (returncod typo). Recommend: remove shell=True; use argument lists always, avoid passing secrets via argv (use stdin, environment files with proper filesystem permissions, or secured IPC), eliminate unnecessary sudo calls and require callers to provide appropriate privileges if needed, validate/escape inputs (especially file paths), fix the returncod typo, and audit all invoked shell scripts before use. Treat package as risky until mitigations and script audits are performed.

github.com/weaveworks/weave

v1.0.2-0.20150622103637-6d89867a7412

Live on go

Blocked by Socket

This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.

multis

1.0.3

Removed from pypi

Blocked by Socket

This code functions as a dropper/downloader that retrieves files from arbitrary URLs and executes them with hidden console windows. The code uses urllib.request.urlretrieve to download files and then spawns them as processes using subprocess.Popen with shell=True, which enables remote code execution. The execution is hidden from users through the SW_HIDE flag. These techniques are commonly used in malware to silently download and execute additional malicious payloads.

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

passagemath-standard

10.4.8

Removed from pypi

Blocked by Socket

The code offers convenient completion helpers but contains a high-risk pattern: using eval() on a substring derived from a user-controlled completion string with an attacker-controlled or broad globals mapping. This enables arbitrary code execution and information disclosure of objects available in 'globs'. The fragment is not evidently malicious or obfuscated, but it represents a moderate-to-high security risk in any context where 's' or 'globs' can be influenced by untrusted parties. Recommend removing eval and implementing a safe dotted-name resolution and tightening what globals are exposed.

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

bluelamp-ai

0.45.3

Removed from pypi

Blocked by Socket

This module deliberately hides executable code inside a base64-encoded, zlib-compressed blob and executes it unconditionally with exec() on import. That pattern prevents code review and is a high-risk supply-chain anti-pattern. Without decoding the blob we cannot determine whether the payload is malicious, but the use of exec() over an obfuscated, embedded payload executed at import time is sufficient grounds to treat this package as untrusted until the embedded code is decoded and audited. Recommend immediate offline decoding and full review, or removal/blocking of this package from sensitive environments.

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

github.com/sourcegraph/sourcegraph

v0.0.0-20210609051309-e3388e5dca2a

Live on go

Blocked by Socket

This module is a purpose-built destructive utility: given a user-supplied directory, it enumerates all files ending in .zip and corrupts them by truncating them to half their size and appending deterministic junk data. The absence of safeguards (dry-run/confirmation/allowlists) and the deliberate sabotage operations make this strongly indicative of malicious intent within a supply-chain context, even though it does not show typical malware capabilities like networking or data exfiltration.

github.com/u-root/u-root

v0.0.0-20180622204650-306a130a0db0

Live on go

Blocked by Socket

This module is functionally a network-exposed SSH remote shell. After public-key authentication, it spawns an unrestricted interactive system shell in a PTY and relays the shell I/O over the SSH connection, enabling remote command execution on the host. Additional concerns include setting TERM in the server environment from untrusted client input and, in debug mode, logging potentially sensitive session content. No explicit stealth/exfiltration/persistence code is present in this file, but the capability itself is high-impact and strongly suspicious in a supply-chain context unless the deployment purpose and access controls are tightly governed.

@noya4u_27/baileys

6.3.2

by malfurra

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.

azure-graphrbac

7.7.1000

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by exfiltrating system and package information to external servers. This poses a significant security risk and indicates a high probability of malicious intent.

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

kejie.bos

2.5.1

by Kejiesoft

Live on nuget

Blocked by Socket

This module is best classified as a suspicious packed/loader component rather than a normal business utility library. It contains strong indicators of runtime hidden behavior: embedded-resource decoding, Reflection.Emit DynamicMethod/IL generation, and delegate/field injection, plus credential-like values materialized during static initialization (SysVars). Although the snippet does not conclusively show specific exfiltration targets, the loader capabilities and packing indicators warrant immediate isolation, sandbox execution, and inspection of the embedded resources and generated IL/delegates.

github.com/milvus-io/milvus

v0.10.3-0.20220126054940-4776dada095b

Live on go

Blocked by Socket

This code implements an insecure, unauthenticated RPC mechanism that allows remote clients to cause arbitrary code execution and exfiltrate files/system information. Using pickle over an untrusted network and invoking methods by client-supplied names are severe supply-chain/backdoor risks. Do not deploy or reuse this code in production; it should be treated as a backdoor/untrusted remote-execution component unless wrapped with strong authentication, authorization, sandboxing, and safe serialization.

7702-eoa-implementation

1.0.0

by 0xme5war

Removed from npm

Blocked by Socket

This package executes index.js as a postinstall script. That is a high-risk pattern because the installed script can run arbitrary code on the host (data exfiltration, remote shells, modifying or deleting files, adding persistent hooks, etc.). Given the package description explicitly saying "Hijack", treat this as potentially malicious until you inspect index.js in a safe environment. Do not install it on production or sensitive machines; inspect the file contents, run it in an isolated sandbox, and verify the publisher before trusting.

Live on npm for 2 hours and 50 minutes before removal. Socket users were protected even while the package was live.

@sogebot/ui-overlay

34.0.0

by soge_

Live on npm

Blocked by Socket

This module contains a critical remote code execution mechanism: it executes socket-provided n.code by dynamically constructing and evaluating an async function string, with the executed payload granted powerful capabilities (access to the OBS client instance and a backend log POST function). An IP allowlist gate only restricts when the overlay activates and does not mitigate the core code-execution sink. If the trigger source is not strictly authenticated and the code is not cryptographically verified/allowlisted server-side, the risk is high and consistent with backdoor-like integration behavior.

magic-enum

17.9.9

by hackthematrix

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by collecting and sending system information to an external server without user consent. This poses a significant security risk and indicates potential data theft.

Live on npm for 4 days, 4 hours and 5 minutes before removal. Socket users were protected even while the package was live.

easyship-components

21.9999.999

by yassine-ywh

Removed from npm

Blocked by Socket

The code performs malicious data exfiltration by collecting sensitive system information, encrypting it with a static key, and sending it to a suspicious hardcoded IP address during installation. This behavior represents a high security risk and is indicative of malware designed to stealthily leak system data. The obfuscation is moderate, mainly via encryption and string construction. Users should avoid using this package due to the significant privacy and security threat.

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

pulselireckon.code-usage-stats

1.0.1

by Pulselireckon

Removed from openvsx

Blocked by Socket

High likelihood of malicious/privacy-invasive behavior. The extension reads sensitive authentication/session data from both the clipboard and local Cursor database files, derives API tokens, and exfiltrates them along with user email and usage/cost details to remote team-server endpoints. It also fetches server configuration from a hardcoded third-party GitHub Gist raw URL, which can direct where exfiltration occurs. No direct evidence of reverse shells or file-destruction is present in the snippet, but the data theft + exfiltration pattern is strong.

Live on openvsx for 7 days, 13 hours and 16 minutes before removal. Socket users were protected even while the package was live.

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

Git dependency

GitHub dependency

HTTP dependency

Obfuscated code

Suspicious Stars on GitHub

Telemetry

Protestware or potentially unwanted behavior

Unstable ownership

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 Demo

Questions? Call us at (844) SOCKET-0

Read 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 App
Book a Demo

Questions? Call us at (844) SOCKET-0

The latest from the Socket team

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

View all articles