Launch Week Day 4: Introducing Data Exports.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

overstock-jenkins

1.4.4

by rampatidar

Removed from npm

Blocked by Socket

This code performs immediate, unauthenticated exfiltration of package and local environment data to a hardcoded external server. It is privacy-invasive and poses a significant supply-chain risk. Unless provenance and purpose are explicitly trusted and documented, remove or disable this network call. At minimum, require opt-in, limit fields sent, avoid sending entire package.json, and add robust error/logging and configuration to control the endpoint.

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

com.alibaba.ververica:ververica-connector-mongodb

1.20-vvr-11.4.1-jdk11

Live on maven

Blocked by Socket

The code implements remote dynamic class loading and execution via network fetch and reflection. While such a mechanism can be legitimate for plugin ecosystems, it introduces a clear remote-code-execution risk in supply-chain contexts. It should be treated as high-risk for unauthenticated payload loading and require strong controls: TLS, payload signing/verification, strict allowlists, sandboxing, and minimum privileges. If kept, ensure robust auditing and runtime protections.

cloudcmd

19.10.2

by coderaiser

Live on npm

Blocked by Socket

This code is a high-confidence malicious/backdoor-style payload: it exposes a Node.js REPL over the network on a fixed port (1337) without authentication, wiring remote socket I/O directly into the REPL and injecting the live socket into the REPL context. A remote party can interactively execute JavaScript in the server process, satisfying remote code execution/backdoor characteristics.

routerxpl

0.6.2

Live on pypi

Blocked by Socket

This snippet is a clearly malicious exploit module: it fingerprints Netgear RAX30 via HTTP headers and, when matched, invokes a command-loop mechanism that stages/execut es payloads using wget to /tmp, consistent with remote command execution. It also injects operator-supplied commands into an HTTP User-Agent header using backticks to trigger blind command injection on vulnerable devices. The code’s design and sinks make it a serious supply-chain security risk, even though a probable typo (return Fals) could affect runtime behavior in some environments.

osintr

0.2.0

Removed from pypi

Blocked by Socket

This module appears to be a legitimate OSINT collection tool, not intentionally malicious. However it contains a critical security flaw: it uses eval() on the contents of scraped .md files (extract_md_data), which are derived from external websites via Firecrawl. That creates a direct remote-to-local arbitrary code execution vector. There are also weaker risks (unvalidated downloads, storing sensitive data and API responses on disk). Recommend removing eval, parsing structured data safely (json.loads or a controlled parser), validating inputs, and treating scraped content as untrusted. Do not run this script with elevated privileges or on hosts containing secrets until the eval usage is eliminated and other hardening is applied.

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

hoangphamdev/simple-admin-generator

dev-master

Live on composer

Blocked by Socket

The analyzed code contains a deliberate, region-targeted malicious payload unrelated to the library's purpose. It persistently schedules a disruptive action (disabling page interaction and autoplaying an externally hosted audio file) for users in specific locales/host TLDs after a multi-day delay. This is consistent with supply-chain sabotage or propaganda. Treat this build as compromised: do not use it; remove deployments that include it; obtain the library from a verified, clean upstream release; and consider forensic review of where this modified build entered your supply chain.

sbcli-snode

1.0.0

Live on pypi

Blocked by Socket

This module is not overtly malicious (no encoded payloads, no external exfiltration, no reverse shell), but it contains high-risk insecure patterns: user-controlled values are directly interpolated into shell command strings and passed to node_utils.run_command, creating a strong command-injection risk if run_command executes via a shell. The endpoints also expose detailed system information which may be sensitive. Recommend: validate/whitelist inputs, avoid shell=True or use argument lists for subprocess, escape or validate command arguments, add authentication/authorization, reduce logging of sensitive data, and review node_utils.run_command implementation. Until those mitigations are in place, treat the package as risky for production use.

calypso-polyfills

2.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 2 days, 13 hours and 18 minutes before removal. Socket users were protected even while the package was live.

github-badge-bot

1.3.2

Live on npm

Blocked by Socket

This script is a coordinator for credential-exfiltration: it collects Discord tokens and Telegram session data, validates tokens, and exfiltrates them to a Telegram-based receiver. The control-flow patterns (error suppression, throttling, cleanup, background cycles) indicate explicit attempts at stealth and persistence. Treat this package as malicious malware (credential stealer). Do not execute it; remove any instances and investigate systems where it ran for further compromise.

cms-ti-components

9.9.11

by testneel3

Removed from npm

Blocked by Socket

The code is involved in unauthorized data collection and exfiltration to a suspicious domain, indicating potential malicious intent. It poses a significant security risk to users.

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

meshcentral

0.6.80

by ysainthilaire

Live on npm

Blocked by Socket

This code implements a remote administration/tunneling agent with full remote shell and file system control. Functionality includes spawning shells, reading and writing arbitrary files, renaming/moving/deleting files (including recursive deletes), and opening network tunnels/upgrades to a controller URL. While this may be legitimate MeshAgent agent code, the features constitute high-risk capabilities if included as an unexpected dependency or executed without proper trust and authorization. Treat this module as potentially dangerous in a supply-chain context: it can be used for remote command execution and data access/exfiltration by whoever controls the MeshAgent controller.

354766/1nfsh/skills/video-ad-specs/

dda1cad7f1f0dd8453f94b4245e9cf767e65ff1f

Live on socket

Blocked by Socket

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

ailever

0.3.198

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.

@remove-bg/remove-bg-tools

3.781.1

by hrmvbg

Live on npm

Blocked by Socket

The code exhibits malicious behavior by collecting environment variables and sending them to a remote server without user consent. The use of string concatenation for obfuscation further indicates potential malicious intent.

github.com/sourcegraph/sourcegraph

v0.0.0-20200928184850-7b5620adf7b2

Live on go

Blocked by Socket

This module is a deliberate destructive utility that corrupts all .zip files in a specified directory by truncating each archive to half its size and appending repeated junk data. While it lacks common malware features like networking or data exfiltration, the behavior is strongly indicative of sabotage and would be unacceptable in most software supply-chain contexts due to its potential to break builds, deployments, or artifact integrity.

ngx-axis-appforge

0.0.92

by zengc694623467

Live on npm

Blocked by Socket

This fragment is strongly suspicious from a supply-chain/runtime security standpoint. It functions as a configurable client-side execution and orchestration engine: it compiles and runs arbitrary JavaScript via new Function, can fetch and load additional JavaScript at runtime (fetch(path).text()) and execute it, and exposes high-impact event-driven actions (configurable API calls, navigation, HTML injection for printing, and export/snapshot file generation). If an attacker can influence design configuration, event payloads, script import selections, or script URL mappings, the module can enable full client-side compromise and data exfiltration. Even if “intended for scripting,” it should be treated as high-risk and heavily permissioned/allowlisted/sandboxed.

fsd

0.1.290

Removed from pypi

Blocked by Socket

This module zips a local directory and uploads it to a specific S3 bucket. The code contains hardcoded AWS credentials and a hardcoded bucket name, which is a severe security issue and could enable data exfiltration if these credentials are valid. There are additional problems: a likely return-value bug (undefined variable s3_ke), possible insufficient path-safety around symlinks, and verbose logging of paths. There is no evidence of obfuscation or active payloads like reverse shells or eval-based code execution. Treat this package as high-risk until credentials are removed/rotated and the code is corrected and reviewed.

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

xmlparserruntime

0.30.1

by etn6960

Live on npm

Blocked by Socket

This file is malicious: it performs unauthorized local file reads and exfiltrates data to a hardcoded remote webhook both when the module is required and when its public parseXmlString function is called. It is a clear supply-chain/backdoor implant. Do not install, require, or run this package. Remove it from systems where it exists, rotate any potentially exposed credentials or secrets, and investigate for further compromise.

hstdemotest

1.3.0

by yuchenju0812

Live on npm

Blocked by Socket

This package makes untrusted network requests during installation to a third-party domain. That behavior is suspicious and potentially malicious (telemetry, fingerprinting, or a staging step to deliver/expose a payload). Do not install this package in production; inspect and block network calls, and review the remote content and intent in an isolated environment before trusting it.

@contrast/test-bench-utils

2.10.0

by ao10

Live on npm

Blocked by Socket

This module exports an executable string targeted at 'mongodb.Db.prototype.eval' that, if evaluated, will synchronously block the Node.js event loop for approximately 10 seconds and return -Infinity. The pattern (string payload keyed to a DB prototype) and the destructive, hard-coded busy-wait strongly indicate intentional sabotage consistent with supply-chain tampering. There is no evidence of data exfiltration, but the code is disruptive and should be treated as malicious. Recommend immediate removal/rollback of this package, blocking evaluation of untrusted exported strings, and auditing package history and consumers to identify where this export might be executed.

pacu

0.1.2

Live on pypi

Blocked by Socket

This module contains code that backdoors AWS ECS Task Definitions by executing a shell command within the container that retrieves AWS container credentials from the metadata service at 169.254.170.2 and sends them via HTTP POST to a user-specified URI. While intended for security testing, this behavior could be misused to exfiltrate sensitive credentials to an external endpoint.

p-database

1.0.0

by parbej

Removed from npm

Blocked by Socket

The code is vulnerable to command injection due to passing user input to spawn an external process and potentially unsafe JSON parsing. It poses a significant security risk.

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

overstock-jenkins

1.4.4

by rampatidar

Removed from npm

Blocked by Socket

This code performs immediate, unauthenticated exfiltration of package and local environment data to a hardcoded external server. It is privacy-invasive and poses a significant supply-chain risk. Unless provenance and purpose are explicitly trusted and documented, remove or disable this network call. At minimum, require opt-in, limit fields sent, avoid sending entire package.json, and add robust error/logging and configuration to control the endpoint.

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

com.alibaba.ververica:ververica-connector-mongodb

1.20-vvr-11.4.1-jdk11

Live on maven

Blocked by Socket

The code implements remote dynamic class loading and execution via network fetch and reflection. While such a mechanism can be legitimate for plugin ecosystems, it introduces a clear remote-code-execution risk in supply-chain contexts. It should be treated as high-risk for unauthenticated payload loading and require strong controls: TLS, payload signing/verification, strict allowlists, sandboxing, and minimum privileges. If kept, ensure robust auditing and runtime protections.

cloudcmd

19.10.2

by coderaiser

Live on npm

Blocked by Socket

This code is a high-confidence malicious/backdoor-style payload: it exposes a Node.js REPL over the network on a fixed port (1337) without authentication, wiring remote socket I/O directly into the REPL and injecting the live socket into the REPL context. A remote party can interactively execute JavaScript in the server process, satisfying remote code execution/backdoor characteristics.

routerxpl

0.6.2

Live on pypi

Blocked by Socket

This snippet is a clearly malicious exploit module: it fingerprints Netgear RAX30 via HTTP headers and, when matched, invokes a command-loop mechanism that stages/execut es payloads using wget to /tmp, consistent with remote command execution. It also injects operator-supplied commands into an HTTP User-Agent header using backticks to trigger blind command injection on vulnerable devices. The code’s design and sinks make it a serious supply-chain security risk, even though a probable typo (return Fals) could affect runtime behavior in some environments.

osintr

0.2.0

Removed from pypi

Blocked by Socket

This module appears to be a legitimate OSINT collection tool, not intentionally malicious. However it contains a critical security flaw: it uses eval() on the contents of scraped .md files (extract_md_data), which are derived from external websites via Firecrawl. That creates a direct remote-to-local arbitrary code execution vector. There are also weaker risks (unvalidated downloads, storing sensitive data and API responses on disk). Recommend removing eval, parsing structured data safely (json.loads or a controlled parser), validating inputs, and treating scraped content as untrusted. Do not run this script with elevated privileges or on hosts containing secrets until the eval usage is eliminated and other hardening is applied.

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

hoangphamdev/simple-admin-generator

dev-master

Live on composer

Blocked by Socket

The analyzed code contains a deliberate, region-targeted malicious payload unrelated to the library's purpose. It persistently schedules a disruptive action (disabling page interaction and autoplaying an externally hosted audio file) for users in specific locales/host TLDs after a multi-day delay. This is consistent with supply-chain sabotage or propaganda. Treat this build as compromised: do not use it; remove deployments that include it; obtain the library from a verified, clean upstream release; and consider forensic review of where this modified build entered your supply chain.

sbcli-snode

1.0.0

Live on pypi

Blocked by Socket

This module is not overtly malicious (no encoded payloads, no external exfiltration, no reverse shell), but it contains high-risk insecure patterns: user-controlled values are directly interpolated into shell command strings and passed to node_utils.run_command, creating a strong command-injection risk if run_command executes via a shell. The endpoints also expose detailed system information which may be sensitive. Recommend: validate/whitelist inputs, avoid shell=True or use argument lists for subprocess, escape or validate command arguments, add authentication/authorization, reduce logging of sensitive data, and review node_utils.run_command implementation. Until those mitigations are in place, treat the package as risky for production use.

calypso-polyfills

2.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 2 days, 13 hours and 18 minutes before removal. Socket users were protected even while the package was live.

github-badge-bot

1.3.2

Live on npm

Blocked by Socket

This script is a coordinator for credential-exfiltration: it collects Discord tokens and Telegram session data, validates tokens, and exfiltrates them to a Telegram-based receiver. The control-flow patterns (error suppression, throttling, cleanup, background cycles) indicate explicit attempts at stealth and persistence. Treat this package as malicious malware (credential stealer). Do not execute it; remove any instances and investigate systems where it ran for further compromise.

cms-ti-components

9.9.11

by testneel3

Removed from npm

Blocked by Socket

The code is involved in unauthorized data collection and exfiltration to a suspicious domain, indicating potential malicious intent. It poses a significant security risk to users.

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

meshcentral

0.6.80

by ysainthilaire

Live on npm

Blocked by Socket

This code implements a remote administration/tunneling agent with full remote shell and file system control. Functionality includes spawning shells, reading and writing arbitrary files, renaming/moving/deleting files (including recursive deletes), and opening network tunnels/upgrades to a controller URL. While this may be legitimate MeshAgent agent code, the features constitute high-risk capabilities if included as an unexpected dependency or executed without proper trust and authorization. Treat this module as potentially dangerous in a supply-chain context: it can be used for remote command execution and data access/exfiltration by whoever controls the MeshAgent controller.

354766/1nfsh/skills/video-ad-specs/

dda1cad7f1f0dd8453f94b4245e9cf767e65ff1f

Live on socket

Blocked by Socket

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

ailever

0.3.198

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.

@remove-bg/remove-bg-tools

3.781.1

by hrmvbg

Live on npm

Blocked by Socket

The code exhibits malicious behavior by collecting environment variables and sending them to a remote server without user consent. The use of string concatenation for obfuscation further indicates potential malicious intent.

github.com/sourcegraph/sourcegraph

v0.0.0-20200928184850-7b5620adf7b2

Live on go

Blocked by Socket

This module is a deliberate destructive utility that corrupts all .zip files in a specified directory by truncating each archive to half its size and appending repeated junk data. While it lacks common malware features like networking or data exfiltration, the behavior is strongly indicative of sabotage and would be unacceptable in most software supply-chain contexts due to its potential to break builds, deployments, or artifact integrity.

ngx-axis-appforge

0.0.92

by zengc694623467

Live on npm

Blocked by Socket

This fragment is strongly suspicious from a supply-chain/runtime security standpoint. It functions as a configurable client-side execution and orchestration engine: it compiles and runs arbitrary JavaScript via new Function, can fetch and load additional JavaScript at runtime (fetch(path).text()) and execute it, and exposes high-impact event-driven actions (configurable API calls, navigation, HTML injection for printing, and export/snapshot file generation). If an attacker can influence design configuration, event payloads, script import selections, or script URL mappings, the module can enable full client-side compromise and data exfiltration. Even if “intended for scripting,” it should be treated as high-risk and heavily permissioned/allowlisted/sandboxed.

fsd

0.1.290

Removed from pypi

Blocked by Socket

This module zips a local directory and uploads it to a specific S3 bucket. The code contains hardcoded AWS credentials and a hardcoded bucket name, which is a severe security issue and could enable data exfiltration if these credentials are valid. There are additional problems: a likely return-value bug (undefined variable s3_ke), possible insufficient path-safety around symlinks, and verbose logging of paths. There is no evidence of obfuscation or active payloads like reverse shells or eval-based code execution. Treat this package as high-risk until credentials are removed/rotated and the code is corrected and reviewed.

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

xmlparserruntime

0.30.1

by etn6960

Live on npm

Blocked by Socket

This file is malicious: it performs unauthorized local file reads and exfiltrates data to a hardcoded remote webhook both when the module is required and when its public parseXmlString function is called. It is a clear supply-chain/backdoor implant. Do not install, require, or run this package. Remove it from systems where it exists, rotate any potentially exposed credentials or secrets, and investigate for further compromise.

hstdemotest

1.3.0

by yuchenju0812

Live on npm

Blocked by Socket

This package makes untrusted network requests during installation to a third-party domain. That behavior is suspicious and potentially malicious (telemetry, fingerprinting, or a staging step to deliver/expose a payload). Do not install this package in production; inspect and block network calls, and review the remote content and intent in an isolated environment before trusting it.

@contrast/test-bench-utils

2.10.0

by ao10

Live on npm

Blocked by Socket

This module exports an executable string targeted at 'mongodb.Db.prototype.eval' that, if evaluated, will synchronously block the Node.js event loop for approximately 10 seconds and return -Infinity. The pattern (string payload keyed to a DB prototype) and the destructive, hard-coded busy-wait strongly indicate intentional sabotage consistent with supply-chain tampering. There is no evidence of data exfiltration, but the code is disruptive and should be treated as malicious. Recommend immediate removal/rollback of this package, blocking evaluation of untrusted exported strings, and auditing package history and consumers to identify where this export might be executed.

pacu

0.1.2

Live on pypi

Blocked by Socket

This module contains code that backdoors AWS ECS Task Definitions by executing a shell command within the container that retrieves AWS container credentials from the metadata service at 169.254.170.2 and sends them via HTTP POST to a user-specified URI. While intended for security testing, this behavior could be misused to exfiltrate sensitive credentials to an external endpoint.

p-database

1.0.0

by parbej

Removed from npm

Blocked by Socket

The code is vulnerable to command injection due to passing user input to spawn an external process and potentially unsafe JSON parsing. It poses a significant security risk.

Live on npm for 32 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