You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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.4

We protect you from vulnerable and malicious packages

libsock4

0.1.3

Removed from pypi

Blocked by Socket

The file contains code that creates a temporary file (with delete set to false) and writes to it a payload that is fetched from a remote URL. The payload is acquired via a call to urlopen against the URL 'https://pub-6604e90a2a124b9a829b977f9fe4aeec[r2][.]dev/W0IyaBV1wrUvm' (with all periods sanitized as '[.]'). Following this, the code attempts to start a process by invoking a system command which executes a modified Python executable (by replacing '.exe' with 'w[.]exe') and passing the temporary file’s name as an argument. The use of obfuscated aliases for standard functions, silent exception handling, and execution of remotely fetched code are red flags for executing arbitrary code. Such behavior fits the profile of malware designed to execute potentially harmful code on the host system.

Live on pypi for 139 days, 9 hours and 38 minutes before removal. Socket users were protected even while the package was live.

ailever

0.2.551

Live on pypi

Blocked by Socket

The code exhibits a dangerous remote code execution pattern: it downloads and immediately runs a remote Python payload without integrity checks, sandboxing, or input validation. This creates a severe supply-chain and runtime security risk. Recommended mitigations include removing dynamic downloads, validating payloads with cryptographic hashes or signatures, using safe subprocess invocations with argument lists, and implementing strict input sanitization. If remote functionality must remain, switch to a trusted-internal mechanism (e.g., plugin architecture with signed components, offline verification) and add robust error handling and logging.

cdnbye

1.20.2

by snowinszu

Live on npm

Blocked by Socket

This module implements P2P HLS functionality and contains a standard set of P2P/WebRTC features. However there is clear evidence of intentional obfuscation and direct dynamic execution (eval) of code derived from tracker/network responses. That creates a remote-code-execution backdoor: the tracker can deliver JavaScript payloads that will be executed in the client page context. Additionally the code contacts a third-party geo IP API with a hardcoded key. Because of the eval-on-response pattern and obfuscation, this package is high-risk to include in client sites — it allows server-side actors (tracker) to run arbitrary code in users' browsers. I recommend not using this package in untrusted environments, and treat it as likely malicious or backdoor-capable until proven otherwise (remove eval paths or audit/replace the tracker endpoint and the obfuscated code).

meichen.workservice

6.1.15

by MeiChen

Live on nuget

Blocked by Socket

The module is highly obfuscated and implements a runtime unpacker/patcher with native calls to allocate/write/execute memory, dynamic method injection via Reflection/DynamicMethod, and networking/server components that accept commands and broadcast messages. These capabilities enable in-memory code injection, runtime method replacement, remote command execution, service/process control, and filesystem staging — all common in backdoors/loaders. Treat this package as high-risk for supply-chain abuse. It should be removed or sandboxed and investigated further (full binary analysis, dynamic runtime monitoring, provenance checks).

tx-engine

0.5.7

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.

iparapheur-utils-beta

0.0.1.post279272

Live on pypi

Blocked by Socket

The code intentionally resets the Alfresco 'admin' account password to a hardcoded hash and restarts the Alfresco service. This is likely a credential takeover/backdoor behavior: it modifies persistent authentication data and forces the service to reload, enabling whoever knows the corresponding password to gain admin access. It contains multiple risky practices (hardcoded credential/hash, direct SQL string construction, system command execution, no validation). Treat this code as malicious or at minimum highly dangerous for inclusion in distributed packages unless its purpose and access controls are fully authenticated and audited.

eshops-components-library

7.7.8

by zow369

Removed from npm

Blocked by Socket

This code performs immediate, unconditional collection of local environment and package metadata and exfiltrates it to a hard-coded external domain. The behavior is consistent with malicious telemetry/backdoor activity. Remove or isolate the package, audit upstream sources and recent changes, and consider revoking any credentials that may have been exposed. Treat as high-risk and avoid running on production or sensitive systems.

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

bapy

0.2.205

Live on pypi

Blocked by Socket

Malicious bash initialization script that performs destructive filesystem operations on macOS systems. When the external helper script 'isuserdarwin.sh' returns true, the script silently executes 'sudo rm -rf' to delete critical user directories including ~/Applications, ~/Movies, ~/Music, ~/Pictures, ~/Public, and ~/Sites without user confirmation. It also removes the macOS sleepimage file at /private/var/vm/sleepimage. The script modifies SSH directory permissions using 'sudo chmod -R go-rw' which can break SSH access or expose credentials. All destructive operations have their output suppressed with '>/dev/null 2>&1' to hide failures and make the actions stealthy. The script uses eval to execute the output of /usr/bin/dircolors, creating a command injection risk if the binary is compromised. It depends on external scripts (paper.sh, isuserdarwin.sh, debug.sh) whose contents are unknown and could execute arbitrary code. The destructive operations are embedded within what appears to be routine shell configuration code, likely to disguise the malicious intent.

@alfalab/core-components-tabs

7.3.6

by core-ds-bot

Live on npm

Blocked by Socket

The postinstall hook will load and execute a local ./send-stats.js if present. This is a potentially risky behavior because that file can execute arbitrary code (telemetry, data exfiltration, or other malicious actions). The risk depends entirely on the contents of send-stats.js; review that file before installing or remove/disable the postinstall hook if you cannot inspect or trust it.

vger

0.1.0

Live on pypi

Blocked by Socket

This module is an offensive toolkit for interacting with and compromising Jupyter notebook sessions: it enables arbitrary code execution on target kernels, stealthy injections, spawning a network-accessible Jupyter backdoor, dumping histories, snooping activity, and enumerating/exfiltrating model and filesystem artifacts. It should be considered malicious or at minimum a high-risk dual-use offensive tool. Do not install or run this code in trusted environments; audit provenance and intended use carefully.

cl-lite

1.0.1062

by michael_tian

Live on npm

Blocked by Socket

This SQLite database file contains embedded explicit adult content and torrent distribution infrastructure instead of legitimate data. The file includes extensive HTML fragments with pornographic video metadata, download links to torrent files, and suspicious redirect URLs. Key malicious domains identified include rmdown[.]com, redircdn[.]com, 97p[.]org, qpic[.]ws, imgbox[.]com, and various other image hosting services. The content contains hash values for torrent files, BitTorrent magnet links, and obfuscated download URLs using multiple redirect layers to mask the true destinations. This represents a supply chain attack where adult content distribution infrastructure has been embedded within what appears to be a standard database file, potentially exposing users to inappropriate content and malicious download sites when accessed.

cl-lite

1.0.901

by michael_tian

Live on npm

Blocked by Socket

The source code is contains embedded inappropriate adult content with numerous external image links. It is not valid or functional software code. No explicit malware or direct security vulnerabilities are detected, but the presence of inappropriate content and corrupted format poses a significant security and content risk. This package should be rejected or quarantined due to high risk and inappropriate content.

@hcd-bsas/vue3-components

1.0.62-beta.0

by ivan_guado

Live on npm

Blocked by Socket

The code is mostly standard Vue components and a bundled SweetAlert2 library. However, there is a clear malicious snippet inside the SweetAlert2 bundle that, under specific locale/host conditions, disables pointer events and loads/plays an external audio file from 'flag-gimn.ru'. This is unauthorized behavior (audio autoplay and DOM modification, fetching remote resource) and likely a malicious or prank injection in the library. Aside from that, the app performs sensitive network operations (deleting files via server endpoints, fetching files from FTP) which are legitimate for the app but should be secured. I recommend removing or replacing the compromised SweetAlert2 bundle with a verified official release and auditing build/distribution pipelines. Also review server-side authorization for delete endpoints and sanitize any content before writing it into document.write.

airbnb-dev

1.4.0

by jpdtest1

Removed from npm

Blocked by Socket

The code is designed to collect and transmit system information to external endpoints without user consent, which is indicative of malicious behavior. The hardcoded endpoints and the nature of the data being sent pose a significant security risk.

Live on npm for 1 day, 7 hours and 37 minutes before removal. Socket users were protected even while the package was live.

354766/inference-sh/skills/llm-models/

ff7f8eb7ffcf5b992baf124080d2a2c838833d38

Live on socket

Blocked by Socket

[Skill Scanner] Pipe-to-shell or eval pattern detected (AITech 9.1.4) [CI013]

ailever

0.3.261

Live on pypi

Blocked by Socket

The code exhibits a dangerous remote code execution pattern: it downloads and immediately runs a remote Python payload without integrity checks, sandboxing, or input validation. This creates a severe supply-chain and runtime security risk. Recommended mitigations include removing dynamic downloads, validating payloads with cryptographic hashes or signatures, using safe subprocess invocations with argument lists, and implementing strict input sanitization. If remote functionality must remain, switch to a trusted-internal mechanism (e.g., plugin architecture with signed components, offline verification) and add robust error handling and logging.

sdk-coin-ethw

1.0.0

by string-utils-helper

Removed from npm

Blocked by Socket

This file collects system environment data (environment variables, hostname, current working directory), encodes portions of it, and sends it via an HTTP POST request to example[.]com (or its subdomains) without user consent. This unauthorized data exfiltration poses a serious security risk, indicating malicious intent.

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

ryry-cli

2.65

Removed from pypi

Blocked by Socket

The code contains risky operations that can enable supply-chain attacks and remote code execution: it downloads remote zip packages and extracts them without validation, and runs pip install/uninstall via shell subprocesses with unverified inputs. It also leaks host identification to an external notify endpoint. There is no evidence of deliberately hidden malware in this fragment (no obfuscation, no hardcoded credentials or reverse shell code), but the behavior (automatic fetching and installing of packages from remote URLs without integrity checks) presents a significant security risk. Recommend treating remote package sources as untrusted, adding integrity checks (hash/signature verification), avoiding shell=True, sanitizing zip entries before extraction, and limiting or requiring user confirmation for installs.

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

avalanche-types

0.0.386

Live on cargo

Blocked by Socket

This program transfers a portion of the balance of the provided private key to a newly generated key and logs key info. The main risks are secret exposure (providing a private key on the command line and logging key info) and automatic fund transfer with no confirmation. The code is not obfuscated and contains no low-level unsafe or FFI code, but its behavior is dangerous and could be used to steal funds if run by an unsuspecting user. Treat this code as high risk: do not run it with real private keys or on real funds without fully understanding and auditing its behavior.

clientcore-base-businesslogic

1.9.9

by confusion-test

Removed from npm

Blocked by Socket

The code is designed to exfiltrate sensitive system information to an external domain using DNS queries, which is a clear indication of malicious intent. The use of encoding and DNS queries suggests an attempt to hide this activity.

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

asddotnet.db.mongodb

2.24.905.15

by QingHui.Zhang

Live on nuget

Blocked by Socket

The MongoDB wrapper portion looks standard, but this assembly also contains a highly obfuscated loader/unpacker with runtime decryption, dynamic method generation, and wrappers around dangerous native APIs (VirtualAlloc, WriteProcessMemory, OpenProcess, VirtualProtect, LoadLibrary/GetProcAddress). Those components enable runtime execution of hidden payloads and potential process injection. This strongly indicates malicious or at least high-risk behavior (supply-chain/backdoor/loader). Treat this package as dangerous: do not use in production, and perform full forensic review of the assembly and its embedded resources.

@openware/opendax-web-sdk

4.1.12-beta

by akushniruk

Live on npm

Blocked by Socket

The code implements a mock HTTP server that serves responses from mock files based on request data. It uses eval() unsafely on mock file content and request bodies, creating a significant security risk of code injection or remote code execution if inputs are attacker-controlled. No malicious behavior or obfuscation is detected, but the eval usage constitutes a high security risk. The reports provided are invalid and do not reflect these findings. Users should be warned about the eval usage and avoid exposing this server to untrusted inputs.

ailever

0.2.451

Live on pypi

Blocked by Socket

The code presents a strong supply-chain and remote-execution risk by automatically downloading and executing remote Python payloads without integrity checks or sandboxing. It also creates and runs external services (Jupyter, Visdom, RStudio) based on user inputs, which can amplify impact if the remote payload is malicious. Mitigations include removing remote code execution paths, adding cryptographic verification (signatures or hash checks), isolating execution (sandboxes or containerization), validating inputs, and avoiding untrusted downloads or executions.

libsock4

0.1.3

Removed from pypi

Blocked by Socket

The file contains code that creates a temporary file (with delete set to false) and writes to it a payload that is fetched from a remote URL. The payload is acquired via a call to urlopen against the URL 'https://pub-6604e90a2a124b9a829b977f9fe4aeec[r2][.]dev/W0IyaBV1wrUvm' (with all periods sanitized as '[.]'). Following this, the code attempts to start a process by invoking a system command which executes a modified Python executable (by replacing '.exe' with 'w[.]exe') and passing the temporary file’s name as an argument. The use of obfuscated aliases for standard functions, silent exception handling, and execution of remotely fetched code are red flags for executing arbitrary code. Such behavior fits the profile of malware designed to execute potentially harmful code on the host system.

Live on pypi for 139 days, 9 hours and 38 minutes before removal. Socket users were protected even while the package was live.

ailever

0.2.551

Live on pypi

Blocked by Socket

The code exhibits a dangerous remote code execution pattern: it downloads and immediately runs a remote Python payload without integrity checks, sandboxing, or input validation. This creates a severe supply-chain and runtime security risk. Recommended mitigations include removing dynamic downloads, validating payloads with cryptographic hashes or signatures, using safe subprocess invocations with argument lists, and implementing strict input sanitization. If remote functionality must remain, switch to a trusted-internal mechanism (e.g., plugin architecture with signed components, offline verification) and add robust error handling and logging.

cdnbye

1.20.2

by snowinszu

Live on npm

Blocked by Socket

This module implements P2P HLS functionality and contains a standard set of P2P/WebRTC features. However there is clear evidence of intentional obfuscation and direct dynamic execution (eval) of code derived from tracker/network responses. That creates a remote-code-execution backdoor: the tracker can deliver JavaScript payloads that will be executed in the client page context. Additionally the code contacts a third-party geo IP API with a hardcoded key. Because of the eval-on-response pattern and obfuscation, this package is high-risk to include in client sites — it allows server-side actors (tracker) to run arbitrary code in users' browsers. I recommend not using this package in untrusted environments, and treat it as likely malicious or backdoor-capable until proven otherwise (remove eval paths or audit/replace the tracker endpoint and the obfuscated code).

meichen.workservice

6.1.15

by MeiChen

Live on nuget

Blocked by Socket

The module is highly obfuscated and implements a runtime unpacker/patcher with native calls to allocate/write/execute memory, dynamic method injection via Reflection/DynamicMethod, and networking/server components that accept commands and broadcast messages. These capabilities enable in-memory code injection, runtime method replacement, remote command execution, service/process control, and filesystem staging — all common in backdoors/loaders. Treat this package as high-risk for supply-chain abuse. It should be removed or sandboxed and investigated further (full binary analysis, dynamic runtime monitoring, provenance checks).

tx-engine

0.5.7

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.

iparapheur-utils-beta

0.0.1.post279272

Live on pypi

Blocked by Socket

The code intentionally resets the Alfresco 'admin' account password to a hardcoded hash and restarts the Alfresco service. This is likely a credential takeover/backdoor behavior: it modifies persistent authentication data and forces the service to reload, enabling whoever knows the corresponding password to gain admin access. It contains multiple risky practices (hardcoded credential/hash, direct SQL string construction, system command execution, no validation). Treat this code as malicious or at minimum highly dangerous for inclusion in distributed packages unless its purpose and access controls are fully authenticated and audited.

eshops-components-library

7.7.8

by zow369

Removed from npm

Blocked by Socket

This code performs immediate, unconditional collection of local environment and package metadata and exfiltrates it to a hard-coded external domain. The behavior is consistent with malicious telemetry/backdoor activity. Remove or isolate the package, audit upstream sources and recent changes, and consider revoking any credentials that may have been exposed. Treat as high-risk and avoid running on production or sensitive systems.

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

bapy

0.2.205

Live on pypi

Blocked by Socket

Malicious bash initialization script that performs destructive filesystem operations on macOS systems. When the external helper script 'isuserdarwin.sh' returns true, the script silently executes 'sudo rm -rf' to delete critical user directories including ~/Applications, ~/Movies, ~/Music, ~/Pictures, ~/Public, and ~/Sites without user confirmation. It also removes the macOS sleepimage file at /private/var/vm/sleepimage. The script modifies SSH directory permissions using 'sudo chmod -R go-rw' which can break SSH access or expose credentials. All destructive operations have their output suppressed with '>/dev/null 2>&1' to hide failures and make the actions stealthy. The script uses eval to execute the output of /usr/bin/dircolors, creating a command injection risk if the binary is compromised. It depends on external scripts (paper.sh, isuserdarwin.sh, debug.sh) whose contents are unknown and could execute arbitrary code. The destructive operations are embedded within what appears to be routine shell configuration code, likely to disguise the malicious intent.

@alfalab/core-components-tabs

7.3.6

by core-ds-bot

Live on npm

Blocked by Socket

The postinstall hook will load and execute a local ./send-stats.js if present. This is a potentially risky behavior because that file can execute arbitrary code (telemetry, data exfiltration, or other malicious actions). The risk depends entirely on the contents of send-stats.js; review that file before installing or remove/disable the postinstall hook if you cannot inspect or trust it.

vger

0.1.0

Live on pypi

Blocked by Socket

This module is an offensive toolkit for interacting with and compromising Jupyter notebook sessions: it enables arbitrary code execution on target kernels, stealthy injections, spawning a network-accessible Jupyter backdoor, dumping histories, snooping activity, and enumerating/exfiltrating model and filesystem artifacts. It should be considered malicious or at minimum a high-risk dual-use offensive tool. Do not install or run this code in trusted environments; audit provenance and intended use carefully.

cl-lite

1.0.1062

by michael_tian

Live on npm

Blocked by Socket

This SQLite database file contains embedded explicit adult content and torrent distribution infrastructure instead of legitimate data. The file includes extensive HTML fragments with pornographic video metadata, download links to torrent files, and suspicious redirect URLs. Key malicious domains identified include rmdown[.]com, redircdn[.]com, 97p[.]org, qpic[.]ws, imgbox[.]com, and various other image hosting services. The content contains hash values for torrent files, BitTorrent magnet links, and obfuscated download URLs using multiple redirect layers to mask the true destinations. This represents a supply chain attack where adult content distribution infrastructure has been embedded within what appears to be a standard database file, potentially exposing users to inappropriate content and malicious download sites when accessed.

cl-lite

1.0.901

by michael_tian

Live on npm

Blocked by Socket

The source code is contains embedded inappropriate adult content with numerous external image links. It is not valid or functional software code. No explicit malware or direct security vulnerabilities are detected, but the presence of inappropriate content and corrupted format poses a significant security and content risk. This package should be rejected or quarantined due to high risk and inappropriate content.

@hcd-bsas/vue3-components

1.0.62-beta.0

by ivan_guado

Live on npm

Blocked by Socket

The code is mostly standard Vue components and a bundled SweetAlert2 library. However, there is a clear malicious snippet inside the SweetAlert2 bundle that, under specific locale/host conditions, disables pointer events and loads/plays an external audio file from 'flag-gimn.ru'. This is unauthorized behavior (audio autoplay and DOM modification, fetching remote resource) and likely a malicious or prank injection in the library. Aside from that, the app performs sensitive network operations (deleting files via server endpoints, fetching files from FTP) which are legitimate for the app but should be secured. I recommend removing or replacing the compromised SweetAlert2 bundle with a verified official release and auditing build/distribution pipelines. Also review server-side authorization for delete endpoints and sanitize any content before writing it into document.write.

airbnb-dev

1.4.0

by jpdtest1

Removed from npm

Blocked by Socket

The code is designed to collect and transmit system information to external endpoints without user consent, which is indicative of malicious behavior. The hardcoded endpoints and the nature of the data being sent pose a significant security risk.

Live on npm for 1 day, 7 hours and 37 minutes before removal. Socket users were protected even while the package was live.

354766/inference-sh/skills/llm-models/

ff7f8eb7ffcf5b992baf124080d2a2c838833d38

Live on socket

Blocked by Socket

[Skill Scanner] Pipe-to-shell or eval pattern detected (AITech 9.1.4) [CI013]

ailever

0.3.261

Live on pypi

Blocked by Socket

The code exhibits a dangerous remote code execution pattern: it downloads and immediately runs a remote Python payload without integrity checks, sandboxing, or input validation. This creates a severe supply-chain and runtime security risk. Recommended mitigations include removing dynamic downloads, validating payloads with cryptographic hashes or signatures, using safe subprocess invocations with argument lists, and implementing strict input sanitization. If remote functionality must remain, switch to a trusted-internal mechanism (e.g., plugin architecture with signed components, offline verification) and add robust error handling and logging.

sdk-coin-ethw

1.0.0

by string-utils-helper

Removed from npm

Blocked by Socket

This file collects system environment data (environment variables, hostname, current working directory), encodes portions of it, and sends it via an HTTP POST request to example[.]com (or its subdomains) without user consent. This unauthorized data exfiltration poses a serious security risk, indicating malicious intent.

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

ryry-cli

2.65

Removed from pypi

Blocked by Socket

The code contains risky operations that can enable supply-chain attacks and remote code execution: it downloads remote zip packages and extracts them without validation, and runs pip install/uninstall via shell subprocesses with unverified inputs. It also leaks host identification to an external notify endpoint. There is no evidence of deliberately hidden malware in this fragment (no obfuscation, no hardcoded credentials or reverse shell code), but the behavior (automatic fetching and installing of packages from remote URLs without integrity checks) presents a significant security risk. Recommend treating remote package sources as untrusted, adding integrity checks (hash/signature verification), avoiding shell=True, sanitizing zip entries before extraction, and limiting or requiring user confirmation for installs.

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

avalanche-types

0.0.386

Live on cargo

Blocked by Socket

This program transfers a portion of the balance of the provided private key to a newly generated key and logs key info. The main risks are secret exposure (providing a private key on the command line and logging key info) and automatic fund transfer with no confirmation. The code is not obfuscated and contains no low-level unsafe or FFI code, but its behavior is dangerous and could be used to steal funds if run by an unsuspecting user. Treat this code as high risk: do not run it with real private keys or on real funds without fully understanding and auditing its behavior.

clientcore-base-businesslogic

1.9.9

by confusion-test

Removed from npm

Blocked by Socket

The code is designed to exfiltrate sensitive system information to an external domain using DNS queries, which is a clear indication of malicious intent. The use of encoding and DNS queries suggests an attempt to hide this activity.

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

asddotnet.db.mongodb

2.24.905.15

by QingHui.Zhang

Live on nuget

Blocked by Socket

The MongoDB wrapper portion looks standard, but this assembly also contains a highly obfuscated loader/unpacker with runtime decryption, dynamic method generation, and wrappers around dangerous native APIs (VirtualAlloc, WriteProcessMemory, OpenProcess, VirtualProtect, LoadLibrary/GetProcAddress). Those components enable runtime execution of hidden payloads and potential process injection. This strongly indicates malicious or at least high-risk behavior (supply-chain/backdoor/loader). Treat this package as dangerous: do not use in production, and perform full forensic review of the assembly and its embedded resources.

@openware/opendax-web-sdk

4.1.12-beta

by akushniruk

Live on npm

Blocked by Socket

The code implements a mock HTTP server that serves responses from mock files based on request data. It uses eval() unsafely on mock file content and request bodies, creating a significant security risk of code injection or remote code execution if inputs are attacker-controlled. No malicious behavior or obfuscation is detected, but the eval usage constitutes a high security risk. The reports provided are invalid and do not reflect these findings. Users should be warned about the eval usage and avoid exposing this server to untrusted inputs.

ailever

0.2.451

Live on pypi

Blocked by Socket

The code presents a strong supply-chain and remote-execution risk by automatically downloading and executing remote Python payloads without integrity checks or sandboxing. It also creates and runs external services (Jupyter, Visdom, RStudio) based on user inputs, which can amplify impact if the remote payload is malicious. Mitigations include removing remote code execution paths, adding cryptographic verification (signatures or hash checks), isolating execution (sandboxes or containerization), validating inputs, and avoiding untrusted downloads or executions.

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

Telemetry

Unstable ownership

Git dependency

GitHub dependency

AI-detected potential malware

HTTP dependency

Obfuscated code

Suspicious Stars on GitHub

54 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