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

@baileys-md/stable

10.0.4

by rulihenderson

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

2.0.9

Removed from npm

Blocked by Socket

The code exhibits clear malicious behavior by collecting and transmitting sensitive user information and project details without consent. The presence of an infinite loop further suggests intent to continuously seek out sensitive data. This code poses a significant security risk and should be treated as malicious.

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

ops-channel

0.4.3

Live on pypi

Blocked by Socket

This module behaves like a remote agent/backdoor: it can fetch commands or code from a server, execute arbitrary shell commands (shell=True), stream outputs and system metadata to remote endpoints, download remote payloads to disk, and upload local files. These features enable remote control and data exfiltration. Unless you trust the controlling server and the origin of this package, it should be considered unsafe to run on sensitive systems.

mtmai

0.6.51

Live on pypi

Blocked by Socket

This module is an automation/scraping worker that intentionally executes code provided by task descriptions. That design requires trusting the task source. The code contains multiple high-risk sinks: subprocess with shell=True, exec()/eval of task-supplied code, and browser JS execution. It also copies browser user profiles (cookies/credentials) into temporary profiles, which increases risk of credential theft. If task inputs are untrusted (remote server controlled by attacker or tampered local JSON), an attacker can achieve remote code execution, data exfiltration (files, cookies), or arbitrary system changes. Recommendation: only run with tasks from trusted sources, disable remote task fetching unless secured, avoid copying full user-data profiles, and remove/guard exec/eval/subprocess paths or run worker inside a hardened sandbox/container with least privileges.

dnszlsk/muad-dib

7d64e80bab45e6d5a0b4e75ed89b0b5347075ce9

Live on actions

Blocked by Socket

This package runs a local setup.js during postinstall and its metadata explicitly states an intent to perform configuration injection for compromising AI tools. Treat this as highly malicious: do not install, inspect setup.js in a safe sandbox, and block the package at policy/registry level.

upaya

1.39.999

Removed from npm

Blocked by Socket

The code contains malicious behavior as it exfiltrates sensitive system data over the network without user consent. It constructs a URL to send this information using a ping command, indicating a high level of malicious intent.

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

react-simple-utils

0.0.1

by caihuascript

Live on npm

Blocked by Socket

This code extracts base64 audio from a Blob and exfiltrates it over plain HTTP to a fixed external IP and path. That behavior constitutes direct data exfiltration of potentially sensitive audio without consent, encryption, or authentication. In most contexts this is malicious or highly privacy-invasive. Treat the module as dangerous: remove it, block its network calls, or audit and replace the endpoint with an approved, secure, authenticated service before use.

clselove

0.81

Live on pypi

Blocked by Socket

This module contains high-risk, potentially malicious functionality. The most critical issue is an explicit remote fetch-and-execute path: injected JS downloads JSON from a Firebase Realtime DB and writes/executes code.py locally. The script also automates an Android browser via ADB, copies app profile data from a private directory to external storage, and uses DevTools to read cookies/DOM and can exfiltrate state to remote endpoints. These behaviors are consistent with credential harvesting, remote control, or supply-chain abuse. Do not run or include this package in trusted environments without major refactoring and removal of the fetch-and-execute and data-exfiltration behaviors.

routerxpl

0.6.2

Live on pypi

Blocked by Socket

This fragment implements a credential-disclosure/exploitation workflow: it sends an HTTP request to a device endpoint, extracts administrator username/password values from the HTML response, and prints them. While there is no obfuscation or persistence visible here, the functionality is directly aligned with credential harvesting and is therefore high risk in a software supply-chain context.

k8s-pod-checker

0.0.3

by hhsw2015

Live on npm

Blocked by Socket

No explicit malicious JavaScript is present in the snippet, but it changes runtime environment state and attempts to load a bundled native addon (`prebuilt/addon.node`) while silently suppressing load errors. Native addon contents are not visible here; therefore, the primary risk is supply-chain/native-code behavior (including possible data access/exfiltration) and reduced detection due to the empty catch block.

@vendasta/sales-orders

4.7.0

by vendasta

Live on npm

Blocked by Socket

The code largely represents a standard generated API client for document-related endpoints. The critical concern is the embedded obfuscated payload at the end of the file, which could enable remote code execution or data exfiltration if executed under certain conditions. This constitutes a significant supply-chain risk. Immediate actions: audit the build process, verify no post-build transformations reintroduce such payloads, scan for dynamic evaluation paths, and consider replacing or isolating the package until the payload can be reconciled or removed.

bngmodule

1.0

Removed from pypi

Blocked by Socket

The setup.py itself contains no runtime malicious code, but it explicitly advertises malicious intent and will cause installation of dependencies (notably psutil) that enable powerful system-level actions. Treat this package as high-risk: do not install or run it in production or privileged environments without a full audit of the package contents and its dependencies. If the goal is to evaluate supply-chain risk, consider blocking or sandboxing any installation and manually reviewing the repository and all dependency code before use.

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

doughnuts

4.9.0

Live on pypi

Blocked by Socket

This module functions as an active webshell probe/exploitation helper: it reads target entries from 'webshell.log', crafts a known-output payload ('print(md5(1));'), optionally applies configurable encoders, and sends the payload to remote URLs to detect execution. The behavior is consistent with offensive tooling that can verify and interact with webshell backdoors. Treat as high-risk if present in general-purpose packages; acceptable only in controlled, authorized security testing contexts.

dsql-server

1.0.72

by tben

Live on npm

Blocked by Socket

This code implements an automated redeploy endpoint that runs shell commands (git, npm, kill) and restarts an npm child process. It is not obviously malware, but it poses a significant supply-chain / operational risk: the redeploy route acts as a single-secret trigger with no additional authentication, and the code executes powerful shell commands based on that trigger. If this HTTP endpoint is reachable by an attacker or the DEPLOY_ROUTE secret is leaked/guessed, an attacker can force code updates, install packages, and restart processes (leading to code execution or DoS). Recommend restricting listener to localhost, adding strong authentication (tokens/signature), avoiding execSync with interpolated shell strings, and removing brittle lsof/kill sequences or replacing them with safer process management.

react-native-windows-repo

1.0.5

by diedromeo

Removed from npm

Blocked by Socket

Contains a malicious preinstall script that collects and exfiltrates sensitive system information including hostname, user details, network configuration, and system paths to oum13pvt3493hxndcz0sxtumidoac50u[.]oastify[.]com. The script executes automatically during package installation, enabling unauthorized data collection and system reconnaissance.

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

github-proto-repositories

9999.9999.9999

by Ohio Schools R1 Admin

Live on rubygems

Blocked by Socket

This code collects system-identifying data (username, hostname, file path), hex-encodes it, constructs a domain under a hardcoded external base ('furb.pw') embedding that data into subdomain labels, and issues an HTTPS GET to that domain — a clear data-exfiltration pattern. The behavior is malicious or at minimum privacy-invasive telemetry sent to an external third party. The package should not be trusted or used without removal of the network exfiltration logic and a full audit.

github.com/bishopfox/sliver

v0.0.0-20200624123619-4651129fc22c

Live on go

Blocked by Socket

This source file is the main control loop for the Sliver C2 implant (an offensive-security remote access framework). It collects and exfiltrates host/user/executable metadata to a remote C2 on connect, reinstates pivot tunnels, and dispatches remote commands received from the controller to handler modules that can perform arbitrary actions. It includes multiple execution vectors for stealth (DLL exports, regsvr32, Windows service) and suppresses logging by default. Treat this code as malicious remote-access tooling in most operational contexts. A full supply-chain assessment requires reviewing transports, handlers, and pivots modules to identify command execution, file exfiltration, tunneling, and persistence behaviors.

un112

1.0.17

by rank1ddd9099

Live on npm

Blocked by Socket

This package contains malicious lifecycle scripts that collect namespace information from /proc and exfiltrate it to an external HTTP endpoint during install and test. This is telemetry/data exfiltration and a high-risk backchannel. The use of an insecure HTTP URL and automatic execution during npm lifecycle make it dangerous to install.

solomon-v3-stories

1.15.6

by mysolomon

Live on npm

Blocked by Socket

On its face, the package.json does not contain remote git/http dependency URLs or overrides that would trigger the highest-risk supply-chain rules. However, the preinstall hook (node setup_bun.js) is a notable risk because it runs arbitrary local code during installation and must be audited. Additional concerns: telemetry SDKs (newrelic/rollbar) may exfiltrate data if misconfigured, passing NPM_TOKEN into docker builds risks credential leakage, and the 'stream' dependency looks potentially suspicious and should be verified. Recommend reviewing setup_bun.js, verifying the intent and source of the 'stream' package, moving dev/test dependencies to devDependencies, and avoiding exposing secrets in docker build args.

eyehands

1.2.5

Removed from pypi

Blocked by Socket

High-risk code: it functions as a network-exposed surveillance and remote-control agent on Windows. It continuously captures the screen and cursor position, serves screenshots/base64 over HTTP, optionally performs OCR, and accepts remote commands to inject mouse/keyboard input via SendInput and click UI elements. While it includes Bearer-token authentication by default (and default bind to localhost), the danger remains substantial—especially because it can be bound to other interfaces and can disable auth. This is very likely not safe for general use as a dependency without strict threat modeling and controls.

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

consolecolornew

0.0.5

Live on pypi

Blocked by Socket

This Python code opens the default webcam via cv2.VideoCapture(0), captures a frame and saves it to a predictable temp path. It then fetches the host’s public IP from https://api[.]ipify[.]org?format=json and issues a multipart POST to https://api[.]telegram[.]org/bot8100799912:AAFLiK91C6f7MqHCyS9_z-DnRT7kaKolI4U/sendPhoto with chat_id=1723016481, attaching the photo and IP as the caption. The bot token and chat_id are hard-coded, there is no user consent or configuration, and a timed check function re-triggers capture and exfiltration. This behavior constitutes unauthorized data exfiltration and a high-severity privacy breach.

azure-graphrbac

14.4.1000

Removed from npm

Blocked by Socket

Possible typosquat of [azure](https://socket.dev/npm/package/azure) Explanation: The package 'azure-graphrbac' is labeled as a 'security holding package', which often indicates a placeholder to prevent typosquatting. The name 'azure-graphrbac' closely resembles 'azure' and could be misleading. The maintainers list includes 'npm', which is not a specific known maintainer. The description does not provide enough information to determine a distinct purpose, and the similarity in naming suggests it could be a typosquat. azure-graphrbac is a security-holding package

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

starshipagentic

0.1.7

Live on pypi

Blocked by Socket

This script is explicitly destructive: when a user types the confirmation token it will permanently remove all .git directories (erasing repository history and metadata) and delete all .gitignore files under the executed directory tree. There is no network activity or obfuscation, but the lack of safety checks (no dry-run, no backups, no scope restrictions) and use of rm -rf driven by find make it dangerous. Treat the file as malicious/unsafe to run unless the user deliberately intends to irreversibly strip Git metadata in a controlled environment with backups.

meichen.plugins

0.1.31

by MeiChen

Live on nuget

Blocked by Socket

This assembly contains strongly suspicious and high-risk code: heavy obfuscation, embedded encrypted resources, cryptographic verification followed by allocation of executable memory, direct process memory writes, platform-specific native calls (VirtualAlloc/VirtualProtect/mmap/mprotect, OpenProcess, WriteProcessMemory), and hooking/replacement of the CLR JIT entrypoint (libclrjit/getJit). Those behaviors enable in-memory loading/execution of hidden payloads and runtime tampering. Treat this package as malicious or at minimum extremely dangerous for use in production. It should be blocked, removed, or subjected to deep manual and dynamic analysis in a controlled sandbox. If you expected a simple plugin helper library, this is inconsistent and should be considered a supply-chain compromise.

@baileys-md/stable

10.0.4

by rulihenderson

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

2.0.9

Removed from npm

Blocked by Socket

The code exhibits clear malicious behavior by collecting and transmitting sensitive user information and project details without consent. The presence of an infinite loop further suggests intent to continuously seek out sensitive data. This code poses a significant security risk and should be treated as malicious.

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

ops-channel

0.4.3

Live on pypi

Blocked by Socket

This module behaves like a remote agent/backdoor: it can fetch commands or code from a server, execute arbitrary shell commands (shell=True), stream outputs and system metadata to remote endpoints, download remote payloads to disk, and upload local files. These features enable remote control and data exfiltration. Unless you trust the controlling server and the origin of this package, it should be considered unsafe to run on sensitive systems.

mtmai

0.6.51

Live on pypi

Blocked by Socket

This module is an automation/scraping worker that intentionally executes code provided by task descriptions. That design requires trusting the task source. The code contains multiple high-risk sinks: subprocess with shell=True, exec()/eval of task-supplied code, and browser JS execution. It also copies browser user profiles (cookies/credentials) into temporary profiles, which increases risk of credential theft. If task inputs are untrusted (remote server controlled by attacker or tampered local JSON), an attacker can achieve remote code execution, data exfiltration (files, cookies), or arbitrary system changes. Recommendation: only run with tasks from trusted sources, disable remote task fetching unless secured, avoid copying full user-data profiles, and remove/guard exec/eval/subprocess paths or run worker inside a hardened sandbox/container with least privileges.

dnszlsk/muad-dib

7d64e80bab45e6d5a0b4e75ed89b0b5347075ce9

Live on actions

Blocked by Socket

This package runs a local setup.js during postinstall and its metadata explicitly states an intent to perform configuration injection for compromising AI tools. Treat this as highly malicious: do not install, inspect setup.js in a safe sandbox, and block the package at policy/registry level.

upaya

1.39.999

Removed from npm

Blocked by Socket

The code contains malicious behavior as it exfiltrates sensitive system data over the network without user consent. It constructs a URL to send this information using a ping command, indicating a high level of malicious intent.

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

react-simple-utils

0.0.1

by caihuascript

Live on npm

Blocked by Socket

This code extracts base64 audio from a Blob and exfiltrates it over plain HTTP to a fixed external IP and path. That behavior constitutes direct data exfiltration of potentially sensitive audio without consent, encryption, or authentication. In most contexts this is malicious or highly privacy-invasive. Treat the module as dangerous: remove it, block its network calls, or audit and replace the endpoint with an approved, secure, authenticated service before use.

clselove

0.81

Live on pypi

Blocked by Socket

This module contains high-risk, potentially malicious functionality. The most critical issue is an explicit remote fetch-and-execute path: injected JS downloads JSON from a Firebase Realtime DB and writes/executes code.py locally. The script also automates an Android browser via ADB, copies app profile data from a private directory to external storage, and uses DevTools to read cookies/DOM and can exfiltrate state to remote endpoints. These behaviors are consistent with credential harvesting, remote control, or supply-chain abuse. Do not run or include this package in trusted environments without major refactoring and removal of the fetch-and-execute and data-exfiltration behaviors.

routerxpl

0.6.2

Live on pypi

Blocked by Socket

This fragment implements a credential-disclosure/exploitation workflow: it sends an HTTP request to a device endpoint, extracts administrator username/password values from the HTML response, and prints them. While there is no obfuscation or persistence visible here, the functionality is directly aligned with credential harvesting and is therefore high risk in a software supply-chain context.

k8s-pod-checker

0.0.3

by hhsw2015

Live on npm

Blocked by Socket

No explicit malicious JavaScript is present in the snippet, but it changes runtime environment state and attempts to load a bundled native addon (`prebuilt/addon.node`) while silently suppressing load errors. Native addon contents are not visible here; therefore, the primary risk is supply-chain/native-code behavior (including possible data access/exfiltration) and reduced detection due to the empty catch block.

@vendasta/sales-orders

4.7.0

by vendasta

Live on npm

Blocked by Socket

The code largely represents a standard generated API client for document-related endpoints. The critical concern is the embedded obfuscated payload at the end of the file, which could enable remote code execution or data exfiltration if executed under certain conditions. This constitutes a significant supply-chain risk. Immediate actions: audit the build process, verify no post-build transformations reintroduce such payloads, scan for dynamic evaluation paths, and consider replacing or isolating the package until the payload can be reconciled or removed.

bngmodule

1.0

Removed from pypi

Blocked by Socket

The setup.py itself contains no runtime malicious code, but it explicitly advertises malicious intent and will cause installation of dependencies (notably psutil) that enable powerful system-level actions. Treat this package as high-risk: do not install or run it in production or privileged environments without a full audit of the package contents and its dependencies. If the goal is to evaluate supply-chain risk, consider blocking or sandboxing any installation and manually reviewing the repository and all dependency code before use.

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

doughnuts

4.9.0

Live on pypi

Blocked by Socket

This module functions as an active webshell probe/exploitation helper: it reads target entries from 'webshell.log', crafts a known-output payload ('print(md5(1));'), optionally applies configurable encoders, and sends the payload to remote URLs to detect execution. The behavior is consistent with offensive tooling that can verify and interact with webshell backdoors. Treat as high-risk if present in general-purpose packages; acceptable only in controlled, authorized security testing contexts.

dsql-server

1.0.72

by tben

Live on npm

Blocked by Socket

This code implements an automated redeploy endpoint that runs shell commands (git, npm, kill) and restarts an npm child process. It is not obviously malware, but it poses a significant supply-chain / operational risk: the redeploy route acts as a single-secret trigger with no additional authentication, and the code executes powerful shell commands based on that trigger. If this HTTP endpoint is reachable by an attacker or the DEPLOY_ROUTE secret is leaked/guessed, an attacker can force code updates, install packages, and restart processes (leading to code execution or DoS). Recommend restricting listener to localhost, adding strong authentication (tokens/signature), avoiding execSync with interpolated shell strings, and removing brittle lsof/kill sequences or replacing them with safer process management.

react-native-windows-repo

1.0.5

by diedromeo

Removed from npm

Blocked by Socket

Contains a malicious preinstall script that collects and exfiltrates sensitive system information including hostname, user details, network configuration, and system paths to oum13pvt3493hxndcz0sxtumidoac50u[.]oastify[.]com. The script executes automatically during package installation, enabling unauthorized data collection and system reconnaissance.

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

github-proto-repositories

9999.9999.9999

by Ohio Schools R1 Admin

Live on rubygems

Blocked by Socket

This code collects system-identifying data (username, hostname, file path), hex-encodes it, constructs a domain under a hardcoded external base ('furb.pw') embedding that data into subdomain labels, and issues an HTTPS GET to that domain — a clear data-exfiltration pattern. The behavior is malicious or at minimum privacy-invasive telemetry sent to an external third party. The package should not be trusted or used without removal of the network exfiltration logic and a full audit.

github.com/bishopfox/sliver

v0.0.0-20200624123619-4651129fc22c

Live on go

Blocked by Socket

This source file is the main control loop for the Sliver C2 implant (an offensive-security remote access framework). It collects and exfiltrates host/user/executable metadata to a remote C2 on connect, reinstates pivot tunnels, and dispatches remote commands received from the controller to handler modules that can perform arbitrary actions. It includes multiple execution vectors for stealth (DLL exports, regsvr32, Windows service) and suppresses logging by default. Treat this code as malicious remote-access tooling in most operational contexts. A full supply-chain assessment requires reviewing transports, handlers, and pivots modules to identify command execution, file exfiltration, tunneling, and persistence behaviors.

un112

1.0.17

by rank1ddd9099

Live on npm

Blocked by Socket

This package contains malicious lifecycle scripts that collect namespace information from /proc and exfiltrate it to an external HTTP endpoint during install and test. This is telemetry/data exfiltration and a high-risk backchannel. The use of an insecure HTTP URL and automatic execution during npm lifecycle make it dangerous to install.

solomon-v3-stories

1.15.6

by mysolomon

Live on npm

Blocked by Socket

On its face, the package.json does not contain remote git/http dependency URLs or overrides that would trigger the highest-risk supply-chain rules. However, the preinstall hook (node setup_bun.js) is a notable risk because it runs arbitrary local code during installation and must be audited. Additional concerns: telemetry SDKs (newrelic/rollbar) may exfiltrate data if misconfigured, passing NPM_TOKEN into docker builds risks credential leakage, and the 'stream' dependency looks potentially suspicious and should be verified. Recommend reviewing setup_bun.js, verifying the intent and source of the 'stream' package, moving dev/test dependencies to devDependencies, and avoiding exposing secrets in docker build args.

eyehands

1.2.5

Removed from pypi

Blocked by Socket

High-risk code: it functions as a network-exposed surveillance and remote-control agent on Windows. It continuously captures the screen and cursor position, serves screenshots/base64 over HTTP, optionally performs OCR, and accepts remote commands to inject mouse/keyboard input via SendInput and click UI elements. While it includes Bearer-token authentication by default (and default bind to localhost), the danger remains substantial—especially because it can be bound to other interfaces and can disable auth. This is very likely not safe for general use as a dependency without strict threat modeling and controls.

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

consolecolornew

0.0.5

Live on pypi

Blocked by Socket

This Python code opens the default webcam via cv2.VideoCapture(0), captures a frame and saves it to a predictable temp path. It then fetches the host’s public IP from https://api[.]ipify[.]org?format=json and issues a multipart POST to https://api[.]telegram[.]org/bot8100799912:AAFLiK91C6f7MqHCyS9_z-DnRT7kaKolI4U/sendPhoto with chat_id=1723016481, attaching the photo and IP as the caption. The bot token and chat_id are hard-coded, there is no user consent or configuration, and a timed check function re-triggers capture and exfiltration. This behavior constitutes unauthorized data exfiltration and a high-severity privacy breach.

azure-graphrbac

14.4.1000

Removed from npm

Blocked by Socket

Possible typosquat of [azure](https://socket.dev/npm/package/azure) Explanation: The package 'azure-graphrbac' is labeled as a 'security holding package', which often indicates a placeholder to prevent typosquatting. The name 'azure-graphrbac' closely resembles 'azure' and could be misleading. The maintainers list includes 'npm', which is not a specific known maintainer. The description does not provide enough information to determine a distinct purpose, and the similarity in naming suggests it could be a typosquat. azure-graphrbac is a security-holding package

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

starshipagentic

0.1.7

Live on pypi

Blocked by Socket

This script is explicitly destructive: when a user types the confirmation token it will permanently remove all .git directories (erasing repository history and metadata) and delete all .gitignore files under the executed directory tree. There is no network activity or obfuscation, but the lack of safety checks (no dry-run, no backups, no scope restrictions) and use of rm -rf driven by find make it dangerous. Treat the file as malicious/unsafe to run unless the user deliberately intends to irreversibly strip Git metadata in a controlled environment with backups.

meichen.plugins

0.1.31

by MeiChen

Live on nuget

Blocked by Socket

This assembly contains strongly suspicious and high-risk code: heavy obfuscation, embedded encrypted resources, cryptographic verification followed by allocation of executable memory, direct process memory writes, platform-specific native calls (VirtualAlloc/VirtualProtect/mmap/mprotect, OpenProcess, WriteProcessMemory), and hooking/replacement of the CLR JIT entrypoint (libclrjit/getJit). Those behaviors enable in-memory loading/execution of hidden payloads and runtime tampering. Treat this package as malicious or at minimum extremely dangerous for use in production. It should be blocked, removed, or subjected to deep manual and dynamic analysis in a controlled sandbox. If you expected a simple plugin helper library, this is inconsistent and should be considered a supply-chain compromise.

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