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

packmet

1.0.1

by pendev4npm

Removed from npm

Blocked by Socket

This module makes a curl request to a remote server. The purpose of this request is unclear and could be used for malicious purposes.

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

@qingchencloud/openclaw-zh

2026.2.17-nightly.202602180512

by qq1186258278

Live on npm

Blocked by Socket

The module implements a robust token caching and retrieval mechanism with prudent filesystem permissions and input validation. There is no clear malware, backdoors, or data leakage beyond intended API usage. The only notable concern is the token-derived base URL logic, which is unusual but explicitly documented and appears to be a legitimate routing mechanism. Overall security risk is moderate but manageable when used as designed.

sbcli-mig

1.0.213

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.

airbnb-erf

99.99.99

by bate5a511

Removed from npm

Blocked by Socket

The code is highly suspicious and has a strong likelihood of being used for malicious activities such as data theft or unauthorized tracking. The collection and transmission of sensitive system and user data, combined with the suspicious server, lack of user consent or notification, and poor error handling all contribute to this conclusion.

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

lavavu

1.8.83

Removed from pypi

Blocked by Socket

This code implements an unauthenticated HTTP control surface for a viewer object that accepts arbitrary commands from request paths and bodies, dynamically looks up and calls attributes on internal objects, loads JSON from requests and triggers callbacks, and serves local files. These behaviors make it high risk for supply-chain or runtime compromise: untrusted clients can invoke methods and mutate state which could lead to data exfiltration, filesystem access, or other damaging actions depending on the viewer's API. It should not be exposed to untrusted networks or used without strict authentication/authorization and input validation.

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

pusoft

0.1.0

Live on pypi

Blocked by Socket

This code performs unauthenticated download of Python code from a hardcoded CDN and immediately executes it via dynamically constructed exec/import calls. That behavior is a direct remote code execution supply-chain risk. The lack of integrity checks, absence of input sanitization, use of exec() with untrusted values, and immediate execution of arbitrary package code make this package manager unsafe for production use. Treat this as a high security risk; do not run in environments with sensitive data or privileges. Recommend redesign: remove exec(), validate and sanitize package names, require cryptographic signatures / checksums, enforce sandboxing or manual review before execution, and add robust error handling and logging.

354766/sickn33/antigravity-awesome-skills/network-101/

20b2124646ec4f0af487c6888c663fdedaa2afc7

Live on socket

Blocked by Socket

This skill is an instructional lab-playbook for configuring and enumerating common network services (HTTP/HTTPS, SNMP, SMB). It is internally consistent with its stated purpose and uses standard OS package managers and tools. However, it deliberately instructs insecure configurations (default SNMP communities, chmod 777 shares, anonymous SMB, using common community strings, and brute-force enumeration) appropriate for isolated training labs but dangerous if applied in production or against unauthorized targets. The presence of offensive tools and explicit steps that cause credential exposure (log parsing, insecure services) increases misuse risk. Overall this is not direct malware, but it is high-risk operational guidance that requires strict constraints (isolated lab, authorization) and explicit warnings; reuse outside those constraints could lead to credential leakage, data exposure, or unauthorized attacks.

monaco-kusto

99.10.9

by 66z1yzwu

Removed from npm

Blocked by Socket

The code is designed to collect and send sensitive information to a remote server without the user's knowledge or consent. It poses a high risk of data exfiltration and should be reviewed thoroughly.

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

dnszlsk/muad-dib

c8af6fd3d993b44a456b5941caabf03a29d18f04

Live on actions

Blocked by Socket

This script is malicious: it harvests cryptocurrency wallet files and seed phrases from a user's home directory, binds them to a machine/user fingerprint, and exfiltrates them to a remote server. Treat this as credential-stealing malware. Remove and block the package, investigate any systems where it ran, and rotate/recover any exposed wallets/keys immediately.

sbcli-mig

1.0.404

Live on pypi

Blocked by Socket

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

newrelic-scheduler

1.0.3

Live on npm

Blocked by Socket

This install script collects and sends user, host, process identity and full environment variables to a remote server. That is direct data exfiltration and constitutes malicious/spyware behavior. It can leak credentials, secrets, tokens, or other sensitive configuration present in environment variables and should be treated as high risk — do not run.

utn-backend

1.1.84

by dvillalobos-utn

Live on npm

Blocked by Socket

The code exhibits several high-risk patterns that could enable covert credential propagation and data leakage, particularly the runtime generation and replacement of tokens across frontend/backend files and the emailing of complete HTTP requests on authentication failure. While some functionality is standard (authentication checks, file uploads, database updates), these anomalous behaviors pose significant security and supply-chain concerns. A thorough security review is recommended, including removing runtime self-modification of code, strengthening password handling (avoid MD5 layering), restricting and auditing error emails, and implementing auditable token lifecycle management without propagating tokens into client-accessible artifacts.

bsdploy

1.1.0

Live on pypi

Blocked by Socket

A shell script modifies the SSH server configuration to allow root login without a password, moves an authorized_keys file from a temporary location into the root user’s SSH directory, and attempts to reload SSH. These actions collectively create a high-risk scenario by enabling potential unauthorized root access. No external domains or IP addresses have been observed.

git-status

2019.3.22

Live on pypi

Blocked by Socket

The code contains potentially dangerous functionality: it allows database-controlled filesystem paths to be passed to launchctl load/unload and to be read back by the application without validation or shown authorization. This can enable persistence or privileged actions if an attacker can create/modify Plist records or invoke these methods remotely. There is no evidence of obfuscation or intentional malware, but the design presents a notable supply-chain/privilege risk and should be hardened before use in exposed contexts.

curri-slack

2.1.8

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by collecting and sending system information and file content to external servers. It potentially exfiltrates sensitive data and should be treated as a significant security risk.

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

@playgami/eslint-config-portal-react

2.99.99

by malware773

Live on npm

Blocked by Socket

The script sends system information to a potentially illegitimate remote server without user consent, making it a security risk and should not be used.

ej2-client-node

1.0.0

by raveki4230

Removed from npm

Blocked by Socket

This script is making a request to an external URL which could potentially be used for data exfiltration or to download malicious payloads. It poses a security risk and should be investigated further.

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

yzs.client.web

1.0.8

by Shawn Shi

Live on nuget

Blocked by Socket

The codebase centralizes powerful dynamic code execution capabilities without visible sandboxing or strict input validation. When inputs can influence dynamicCode/sCSCode, the host process is exposed to arbitrary code execution, making this a high-severity security risk for any open-source package intended for reuse. To reduce risk, dynamic code execution should be removed or strictly sandboxed, and safer alternatives (predefined expressions, limited scripting, or safe interpreters) should be used. Serialization/deserialization patterns should also be scrutinized and replaced with safer serializers where possible.

shiqiyuebaileys-md

4.0.0

by wuwenyao

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.

@helvetia-italia/ng-selly-components

10.20.38

by fg0x777

Live on npm

Blocked by Socket

The script is designed to exfiltrate user information and establish a reverse shell, which poses a significant security risk and is classified as malware.

354766/claudiodearaujo/izacenter/smtp-penetration-testing/

45067d430fc57a0577a76ab71b152bd90b55b414

Live on socket

Blocked by Socket

[Skill Scanner] Installation of third-party script detected (AITech 9.1.4) [SC006]

dnszlsk/muad-dib

a0e085acd918cf39cb957bd4abf139370272ec06

Live on actions

Blocked by Socket

This snippet is malicious or extremely unsafe: it decodes and executes a hard-coded curl command to a suspicious domain via a shell. Treat as high-risk malware: do not run, remove or isolate the package, and investigate execution contexts where it may have run. Replace with safe, explicit network code with strict validation or remove entirely.

@opengis/fastify-table

2.0.24

Live on npm

Blocked by Socket

This code contains a dangerous, likely-malicious or at least negligent behavior: it persistently sets the admin account's password to a hardcoded value ('6Z4gu2mG8R') whenever someone authenticates as admin with the default password 'admin'. This is effectively a backdoor or insecure maintenance mechanism and should be removed or replaced with secure migration tooling. Additionally, password derivation uses MD5 (insecure) before apache-crypt — replace with a modern KDF (bcrypt, Argon2, scrypt) and ensure salts and hashing are applied correctly. Do not deploy this code; audit repository history and remove or fix the special-case update and the weak hashing.

packmet

1.0.1

by pendev4npm

Removed from npm

Blocked by Socket

This module makes a curl request to a remote server. The purpose of this request is unclear and could be used for malicious purposes.

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

@qingchencloud/openclaw-zh

2026.2.17-nightly.202602180512

by qq1186258278

Live on npm

Blocked by Socket

The module implements a robust token caching and retrieval mechanism with prudent filesystem permissions and input validation. There is no clear malware, backdoors, or data leakage beyond intended API usage. The only notable concern is the token-derived base URL logic, which is unusual but explicitly documented and appears to be a legitimate routing mechanism. Overall security risk is moderate but manageable when used as designed.

sbcli-mig

1.0.213

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.

airbnb-erf

99.99.99

by bate5a511

Removed from npm

Blocked by Socket

The code is highly suspicious and has a strong likelihood of being used for malicious activities such as data theft or unauthorized tracking. The collection and transmission of sensitive system and user data, combined with the suspicious server, lack of user consent or notification, and poor error handling all contribute to this conclusion.

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

lavavu

1.8.83

Removed from pypi

Blocked by Socket

This code implements an unauthenticated HTTP control surface for a viewer object that accepts arbitrary commands from request paths and bodies, dynamically looks up and calls attributes on internal objects, loads JSON from requests and triggers callbacks, and serves local files. These behaviors make it high risk for supply-chain or runtime compromise: untrusted clients can invoke methods and mutate state which could lead to data exfiltration, filesystem access, or other damaging actions depending on the viewer's API. It should not be exposed to untrusted networks or used without strict authentication/authorization and input validation.

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

pusoft

0.1.0

Live on pypi

Blocked by Socket

This code performs unauthenticated download of Python code from a hardcoded CDN and immediately executes it via dynamically constructed exec/import calls. That behavior is a direct remote code execution supply-chain risk. The lack of integrity checks, absence of input sanitization, use of exec() with untrusted values, and immediate execution of arbitrary package code make this package manager unsafe for production use. Treat this as a high security risk; do not run in environments with sensitive data or privileges. Recommend redesign: remove exec(), validate and sanitize package names, require cryptographic signatures / checksums, enforce sandboxing or manual review before execution, and add robust error handling and logging.

354766/sickn33/antigravity-awesome-skills/network-101/

20b2124646ec4f0af487c6888c663fdedaa2afc7

Live on socket

Blocked by Socket

This skill is an instructional lab-playbook for configuring and enumerating common network services (HTTP/HTTPS, SNMP, SMB). It is internally consistent with its stated purpose and uses standard OS package managers and tools. However, it deliberately instructs insecure configurations (default SNMP communities, chmod 777 shares, anonymous SMB, using common community strings, and brute-force enumeration) appropriate for isolated training labs but dangerous if applied in production or against unauthorized targets. The presence of offensive tools and explicit steps that cause credential exposure (log parsing, insecure services) increases misuse risk. Overall this is not direct malware, but it is high-risk operational guidance that requires strict constraints (isolated lab, authorization) and explicit warnings; reuse outside those constraints could lead to credential leakage, data exposure, or unauthorized attacks.

monaco-kusto

99.10.9

by 66z1yzwu

Removed from npm

Blocked by Socket

The code is designed to collect and send sensitive information to a remote server without the user's knowledge or consent. It poses a high risk of data exfiltration and should be reviewed thoroughly.

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

dnszlsk/muad-dib

c8af6fd3d993b44a456b5941caabf03a29d18f04

Live on actions

Blocked by Socket

This script is malicious: it harvests cryptocurrency wallet files and seed phrases from a user's home directory, binds them to a machine/user fingerprint, and exfiltrates them to a remote server. Treat this as credential-stealing malware. Remove and block the package, investigate any systems where it ran, and rotate/recover any exposed wallets/keys immediately.

sbcli-mig

1.0.404

Live on pypi

Blocked by Socket

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

newrelic-scheduler

1.0.3

Live on npm

Blocked by Socket

This install script collects and sends user, host, process identity and full environment variables to a remote server. That is direct data exfiltration and constitutes malicious/spyware behavior. It can leak credentials, secrets, tokens, or other sensitive configuration present in environment variables and should be treated as high risk — do not run.

utn-backend

1.1.84

by dvillalobos-utn

Live on npm

Blocked by Socket

The code exhibits several high-risk patterns that could enable covert credential propagation and data leakage, particularly the runtime generation and replacement of tokens across frontend/backend files and the emailing of complete HTTP requests on authentication failure. While some functionality is standard (authentication checks, file uploads, database updates), these anomalous behaviors pose significant security and supply-chain concerns. A thorough security review is recommended, including removing runtime self-modification of code, strengthening password handling (avoid MD5 layering), restricting and auditing error emails, and implementing auditable token lifecycle management without propagating tokens into client-accessible artifacts.

bsdploy

1.1.0

Live on pypi

Blocked by Socket

A shell script modifies the SSH server configuration to allow root login without a password, moves an authorized_keys file from a temporary location into the root user’s SSH directory, and attempts to reload SSH. These actions collectively create a high-risk scenario by enabling potential unauthorized root access. No external domains or IP addresses have been observed.

git-status

2019.3.22

Live on pypi

Blocked by Socket

The code contains potentially dangerous functionality: it allows database-controlled filesystem paths to be passed to launchctl load/unload and to be read back by the application without validation or shown authorization. This can enable persistence or privileged actions if an attacker can create/modify Plist records or invoke these methods remotely. There is no evidence of obfuscation or intentional malware, but the design presents a notable supply-chain/privilege risk and should be hardened before use in exposed contexts.

curri-slack

2.1.8

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by collecting and sending system information and file content to external servers. It potentially exfiltrates sensitive data and should be treated as a significant security risk.

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

@playgami/eslint-config-portal-react

2.99.99

by malware773

Live on npm

Blocked by Socket

The script sends system information to a potentially illegitimate remote server without user consent, making it a security risk and should not be used.

ej2-client-node

1.0.0

by raveki4230

Removed from npm

Blocked by Socket

This script is making a request to an external URL which could potentially be used for data exfiltration or to download malicious payloads. It poses a security risk and should be investigated further.

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

yzs.client.web

1.0.8

by Shawn Shi

Live on nuget

Blocked by Socket

The codebase centralizes powerful dynamic code execution capabilities without visible sandboxing or strict input validation. When inputs can influence dynamicCode/sCSCode, the host process is exposed to arbitrary code execution, making this a high-severity security risk for any open-source package intended for reuse. To reduce risk, dynamic code execution should be removed or strictly sandboxed, and safer alternatives (predefined expressions, limited scripting, or safe interpreters) should be used. Serialization/deserialization patterns should also be scrutinized and replaced with safer serializers where possible.

shiqiyuebaileys-md

4.0.0

by wuwenyao

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.

@helvetia-italia/ng-selly-components

10.20.38

by fg0x777

Live on npm

Blocked by Socket

The script is designed to exfiltrate user information and establish a reverse shell, which poses a significant security risk and is classified as malware.

354766/claudiodearaujo/izacenter/smtp-penetration-testing/

45067d430fc57a0577a76ab71b152bd90b55b414

Live on socket

Blocked by Socket

[Skill Scanner] Installation of third-party script detected (AITech 9.1.4) [SC006]

dnszlsk/muad-dib

a0e085acd918cf39cb957bd4abf139370272ec06

Live on actions

Blocked by Socket

This snippet is malicious or extremely unsafe: it decodes and executes a hard-coded curl command to a suspicious domain via a shell. Treat as high-risk malware: do not run, remove or isolate the package, and investigate execution contexts where it may have run. Replace with safe, explicit network code with strict validation or remove entirely.

@opengis/fastify-table

2.0.24

Live on npm

Blocked by Socket

This code contains a dangerous, likely-malicious or at least negligent behavior: it persistently sets the admin account's password to a hardcoded value ('6Z4gu2mG8R') whenever someone authenticates as admin with the default password 'admin'. This is effectively a backdoor or insecure maintenance mechanism and should be removed or replaced with secure migration tooling. Additionally, password derivation uses MD5 (insecure) before apache-crypt — replace with a modern KDF (bcrypt, Argon2, scrypt) and ensure salts and hashing are applied correctly. Do not deploy this code; audit repository history and remove or fix the special-case update and the weak hashing.

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

AI-detected potential malware

HTTP dependency

Obfuscated code

Suspicious Stars on GitHub

Telemetry

Protestware or potentially unwanted behavior

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.

Even more security team love →
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

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 →