Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.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

gve.sh

0.1.23

by wolfram77

Live on npm

Blocked by Socket

The fragment shows highly suspicious behavior indicative of potential payload staging and backdoor risk: executing an external main.sh, cleaning traces, and replacing a script path with a binary to enable hidden execution. This pattern is a strong supply-chain/security concern for npm-like distributions. A thorough review should focus on the contents of main.sh and the a.out binary, integrity verification of package files, and removal of any dynamic script replacement behaviors before trusting or distributing the package.

meichen.webapi.kernel

6.0.26

by MeiChen

Live on nuget

Blocked by Socket

This assembly contains clear indicators of an obfuscated runtime loader/packer: reading embedded resources/files, decrypting them, allocating executable memory, and patching process/JIT pointers via native APIs (VirtualAlloc/VirtualProtect/WriteProcessMemory/Marshal.WriteIntPtr) and dynamic delegate/IL generation. Those are classic signs of an in-memory code injector/backdoor/loader. The presence of normal web middleware and helpers alongside the obfuscated loader suggests supply-chain risk — the package can appear legitimate but contains hidden payload-execution logic. I assess this as likely malicious or at minimum extremely high-risk; do not use in production and perform a full incident response and binary-level dynamic 분석 and provenance check of the original package/source.

354766/wgpsec/AboutSecurity/tool-delivery/

a78a28211c33efa474d69128c5cdc0d9ca2ad083

Live on socket

Blocked by Socket

MALICIOUS. This skill’s stated purpose is offensive post-exploitation: transferring attacker tools to compromised machines, executing them, evading AV/EDR, and erasing traces. Its capabilities, data flows, and concealment guidance are fundamentally incompatible with benign developer-assistance use and squarely enable unauthorized intrusion activity.

jsontostr

8.9.5

by devin1571

Removed from npm

Blocked by Socket

This file contains malicious code that functions as a backdoor with data exfiltration and remote code execution capabilities. The code systematically collects sensitive system information including all environment variables, platform details, hostname, username, and MAC addresses from network interfaces. This data is then transmitted via HTTP POST request to a suspicious remote server at https://log-server-lovat[.]vercel[.]app/api/ipcheck/703 with a custom header 'x-secret-header: secret'. After sending the collected data, the malware evaluates the server's response as JavaScript code using eval(), enabling arbitrary remote code execution. The code employs obfuscation by hex-encoding critical strings like 'require', 'axios', 'post', and the target URL to evade detection. Error handling is deliberately suppressed to prevent detection of failed operations. This represents a critical supply chain attack vector that compromises system security through both data theft and remote control capabilities.

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

vrt_hitlijst_generic_voting

1.999.0

by itsbalvantpersonal

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by collecting and sending system information to an external domain, indicating data exfiltration. This poses a significant security risk.

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

core.udp

5.2.9

by XXXSS

Live on nuget

Blocked by Socket

This module is primarily a UDP networking utility, but it contains high-impact Linux persistence behavior: it writes an /etc/init.d script, chmods it to 777, and the script is designed to start the current executable in the background. That behavior is inconsistent with benign UDP heartbeat/log libraries and represents a significant supply-chain risk. Additionally, the module sends heartbeat/log frames over UDP (with LogSender able to transmit arbitrary msg text to a configured endpoint), and it forwards untrusted UDP payloads to consumer callbacks. Recommend treating this dependency as suspicious: require code review/approval, remove/disable the init.d logic if not strictly necessary, and add input validation/escaping and least-privilege permissions if the feature is legitimate.

txt2boil

0.1.35

Live on pypi

Blocked by Socket

This code dynamically executes Python taken from comment content labelled 'Python Gen:' by building and eval()-ing a function whose body comes directly from the regex capture. If the 'comm' input can be influenced by an attacker, this is a high-risk remote code execution vector. The group-index remapping makes the capture-to-execution mapping less obvious. Do not use on untrusted input; if this functionality is required, restrict or sanitize inputs, use a safe execution sandbox, or remove dynamic eval altogether.

oci-console-regions

15.0.0

by insecure0x1

Removed from npm

Blocked by Socket

This script is sending sensitive system information to a remote server. This behavior is considered highly suspicious and malicious.

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

them4on

1.0.6

by shenwony

Removed from npm

Blocked by Socket

The code exhibits suspicious behavior through obfuscation and execution of files, which could indicate malicious intent. The use of Base64 encoding to hide module names and file paths, along with the execution of a file from the APPDATA directory, suggests a potential security risk.

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

minizip

0.1.3

Removed from pypi

Blocked by Socket

On Windows, the constructor writes a PowerShell script to %TMP%\ab.ps1 that contains two Base64-encoded payloads: one gzipped blob decoded into a PowerShell command ($cmd) and a second Base64 string decoded into a Python source snippet. It launches powershell.exe with –ExecutionPolicy Bypass and –WindowStyle Hidden, uses Set-Content to overwrite the original .py file, invokes the decoded commands via Invoke-Expression, deletes ab.ps1 for cleanup, and then exits the Python process. This self-modifying, hidden execution pattern enables arbitrary code execution, stealthy persistence, and supply-chain/backdoor compromise.

Live on pypi for 119 days, 14 hours and 47 minutes before removal. Socket users were protected even while the package was live.

ailever

0.2.535

Live on pypi

Blocked by Socket

The fragment contains a high-risk pattern: it downloads a Python script from a remote source and immediately executes it without integrity verification or sandboxing. This creates a critical supply-chain and remote-code-execution risk, as the remote payload could perform any action on the host, including data exfiltration, credential access, or system compromise. Even though defaults use placeholders, the mechanism itself is unsafe and should be disallowed or hardened (e.g., verify hashes, use signed modules, avoid executing remote code).

jagproject

12.9.19

by jagoanprojectt

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.

@zohodesk/react-cli

0.0.1-exp.147.5

by vasikaran

Live on npm

Blocked by Socket

The code performs unauthorized exfiltration of sensitive internal project data (package name, version, git commit hash) to a suspicious external server without user consent. This behavior is indicative of malicious intent, constituting a supply chain security threat. There is no obfuscation, but the data leak is serious and should be treated as a high-risk security incident.

sbcli-dev

10.1.14

Live on pypi

Blocked by Socket

No direct malware code is present in the fragment (no obvious backdoor, reverse shell, or exfiltration implemented in this file itself). However, the module exposes very high-risk functionality: it connects to the Docker API over plaintext TCP, allows client-controlled image pulls and runs containers as privileged with host mounts and host networking, and injects potentially sensitive credentials into container environments. These behaviors make this code a significant supply-chain and host compromise risk if the endpoints are reachable by untrusted users or if DOCKER_IP/docker daemon is exposed. Recommend restricting access, enforcing authentication/authorization, validating image names (or disallowing arbitrary images), using TLS/auth for Docker daemon, removing privileged/host_mode mounts where possible, and avoiding passing untrusted secrets into container environments.

z-shop-js-env

56.2.1

by h1-dep-1

Live on npm

Blocked by Socket

This code is malicious: it exfiltrates process.env to a hard-coded external URL on module load, using obfuscation to hide the behavior. Do not run or include this package. Treat it as a compromise/supply-chain attack and remove or block the package, rotate any secrets that may have been exposed, and investigate systems where it ran.

amhairc-web

5.0.0

by hackerbolte

Removed from npm

Blocked by Socket

The script is highly suspicious and shows strong signs of malicious activity. It gathers sensitive data from the host machine and sends it to an external server. It also tries to open a reverse shell. This could lead to unauthorized access and control of the host machine.

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

ailusion-native-sdk

1.1.16

by ailsuion

Live on npm

Blocked by Socket

The code exhibits suspicious behavior by sending userId data to a hardcoded external IP address over unencrypted HTTP without authentication or user consent. This pattern is indicative of potential data exfiltration or privacy violation, which aligns with malware-like behavior. While the code itself is not obfuscated and does not contain explicit backdoors or credential leaks, the hardcoded external endpoint and silent error handling increase the security risk. Overall, this code should be treated as high risk and potentially malicious.

vonage-status-panel

1.0.0

by bugbountytester123

Removed from npm

Blocked by Socket

This preinstall hook performs immediate data exfiltration of host and user information to an external domain during package installation. This is malicious/spyware-like behavior and poses a high security risk. Do not install this package; inspect and block network requests and consider it compromised.

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

dt-send-answers

0.1.4

Live on pypi

Blocked by Socket

This module collects a near-complete dump of application state (answers), metadata, file paths and some user PII, and attempts to POST them together with an API key to a hard-coded external endpoint. The pattern is consistent with unauthorized data exfiltration. In this exact file a coding bug (returning an undefined variable) will likely cause a runtime error and prevent successful exfiltration, but that does not mitigate the malicious design. Treat this as a high-risk supply-chain/backdoor indicator: remove or quarantine, audit repository history for when/why this was added, and harden configuration and consent controls before any similar code is accepted.

@sonahri51/orientation-change-end

1.0.1

by sonahri51

Live on npm

Blocked by Socket

This file constructs a JSON object containing the system's hostname and a timestamp, then sends it via an HTTPS POST request to xglkcqtkpgpaxdrmmnfgdev728sn2ar63[.]oast[.]fun without user consent. The suspicious domain, combined with the covert transmission of system information, strongly suggests malicious intent and raises significant privacy and security concerns.

github.com/inguardians/peirates

v1.1.28

Live on go

Blocked by Socket

This function performs deliberate credential harvesting by contacting Kubelet endpoints on cluster nodes to list pods and execute 'cat <serviceaccount token>' inside running containers, then logs and stores retrieved tokens. The behavior is malicious/abusive for production environments and represents a high-security risk. Treat this code as hostile: remove from trusted dependencies, investigate any use in your environment, and rotate compromised credentials.

vetx

1.0.5

by zeavelino95

Removed from npm

Blocked by Socket

This code is malicious in nature as it is designed to extract sensitive user account information and send it to an external server. It poses a severe security risk due to unauthorized data exfiltration.

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

@tl-icons/core

100.0.0

by k4tester

Live on npm

Blocked by Socket

This module performs unsolicited collection of host, network, environment, and project metadata and transmits it to a hardcoded external IP address over HTTP when the module is loaded. The behavior is strongly indicative of covert telemetry or data-exfiltration. Because it runs eagerly, targets include any project that installs or requires this package. Recommend treating this package as malicious or high-risk: remove or sandbox it, block outbound connections to the IP/port, and investigate any systems that executed it for possible data exposure.

gve.sh

0.1.23

by wolfram77

Live on npm

Blocked by Socket

The fragment shows highly suspicious behavior indicative of potential payload staging and backdoor risk: executing an external main.sh, cleaning traces, and replacing a script path with a binary to enable hidden execution. This pattern is a strong supply-chain/security concern for npm-like distributions. A thorough review should focus on the contents of main.sh and the a.out binary, integrity verification of package files, and removal of any dynamic script replacement behaviors before trusting or distributing the package.

meichen.webapi.kernel

6.0.26

by MeiChen

Live on nuget

Blocked by Socket

This assembly contains clear indicators of an obfuscated runtime loader/packer: reading embedded resources/files, decrypting them, allocating executable memory, and patching process/JIT pointers via native APIs (VirtualAlloc/VirtualProtect/WriteProcessMemory/Marshal.WriteIntPtr) and dynamic delegate/IL generation. Those are classic signs of an in-memory code injector/backdoor/loader. The presence of normal web middleware and helpers alongside the obfuscated loader suggests supply-chain risk — the package can appear legitimate but contains hidden payload-execution logic. I assess this as likely malicious or at minimum extremely high-risk; do not use in production and perform a full incident response and binary-level dynamic 분석 and provenance check of the original package/source.

354766/wgpsec/AboutSecurity/tool-delivery/

a78a28211c33efa474d69128c5cdc0d9ca2ad083

Live on socket

Blocked by Socket

MALICIOUS. This skill’s stated purpose is offensive post-exploitation: transferring attacker tools to compromised machines, executing them, evading AV/EDR, and erasing traces. Its capabilities, data flows, and concealment guidance are fundamentally incompatible with benign developer-assistance use and squarely enable unauthorized intrusion activity.

jsontostr

8.9.5

by devin1571

Removed from npm

Blocked by Socket

This file contains malicious code that functions as a backdoor with data exfiltration and remote code execution capabilities. The code systematically collects sensitive system information including all environment variables, platform details, hostname, username, and MAC addresses from network interfaces. This data is then transmitted via HTTP POST request to a suspicious remote server at https://log-server-lovat[.]vercel[.]app/api/ipcheck/703 with a custom header 'x-secret-header: secret'. After sending the collected data, the malware evaluates the server's response as JavaScript code using eval(), enabling arbitrary remote code execution. The code employs obfuscation by hex-encoding critical strings like 'require', 'axios', 'post', and the target URL to evade detection. Error handling is deliberately suppressed to prevent detection of failed operations. This represents a critical supply chain attack vector that compromises system security through both data theft and remote control capabilities.

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

vrt_hitlijst_generic_voting

1.999.0

by itsbalvantpersonal

Removed from npm

Blocked by Socket

The code exhibits malicious behavior by collecting and sending system information to an external domain, indicating data exfiltration. This poses a significant security risk.

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

core.udp

5.2.9

by XXXSS

Live on nuget

Blocked by Socket

This module is primarily a UDP networking utility, but it contains high-impact Linux persistence behavior: it writes an /etc/init.d script, chmods it to 777, and the script is designed to start the current executable in the background. That behavior is inconsistent with benign UDP heartbeat/log libraries and represents a significant supply-chain risk. Additionally, the module sends heartbeat/log frames over UDP (with LogSender able to transmit arbitrary msg text to a configured endpoint), and it forwards untrusted UDP payloads to consumer callbacks. Recommend treating this dependency as suspicious: require code review/approval, remove/disable the init.d logic if not strictly necessary, and add input validation/escaping and least-privilege permissions if the feature is legitimate.

txt2boil

0.1.35

Live on pypi

Blocked by Socket

This code dynamically executes Python taken from comment content labelled 'Python Gen:' by building and eval()-ing a function whose body comes directly from the regex capture. If the 'comm' input can be influenced by an attacker, this is a high-risk remote code execution vector. The group-index remapping makes the capture-to-execution mapping less obvious. Do not use on untrusted input; if this functionality is required, restrict or sanitize inputs, use a safe execution sandbox, or remove dynamic eval altogether.

oci-console-regions

15.0.0

by insecure0x1

Removed from npm

Blocked by Socket

This script is sending sensitive system information to a remote server. This behavior is considered highly suspicious and malicious.

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

them4on

1.0.6

by shenwony

Removed from npm

Blocked by Socket

The code exhibits suspicious behavior through obfuscation and execution of files, which could indicate malicious intent. The use of Base64 encoding to hide module names and file paths, along with the execution of a file from the APPDATA directory, suggests a potential security risk.

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

minizip

0.1.3

Removed from pypi

Blocked by Socket

On Windows, the constructor writes a PowerShell script to %TMP%\ab.ps1 that contains two Base64-encoded payloads: one gzipped blob decoded into a PowerShell command ($cmd) and a second Base64 string decoded into a Python source snippet. It launches powershell.exe with –ExecutionPolicy Bypass and –WindowStyle Hidden, uses Set-Content to overwrite the original .py file, invokes the decoded commands via Invoke-Expression, deletes ab.ps1 for cleanup, and then exits the Python process. This self-modifying, hidden execution pattern enables arbitrary code execution, stealthy persistence, and supply-chain/backdoor compromise.

Live on pypi for 119 days, 14 hours and 47 minutes before removal. Socket users were protected even while the package was live.

ailever

0.2.535

Live on pypi

Blocked by Socket

The fragment contains a high-risk pattern: it downloads a Python script from a remote source and immediately executes it without integrity verification or sandboxing. This creates a critical supply-chain and remote-code-execution risk, as the remote payload could perform any action on the host, including data exfiltration, credential access, or system compromise. Even though defaults use placeholders, the mechanism itself is unsafe and should be disallowed or hardened (e.g., verify hashes, use signed modules, avoid executing remote code).

jagproject

12.9.19

by jagoanprojectt

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.

@zohodesk/react-cli

0.0.1-exp.147.5

by vasikaran

Live on npm

Blocked by Socket

The code performs unauthorized exfiltration of sensitive internal project data (package name, version, git commit hash) to a suspicious external server without user consent. This behavior is indicative of malicious intent, constituting a supply chain security threat. There is no obfuscation, but the data leak is serious and should be treated as a high-risk security incident.

sbcli-dev

10.1.14

Live on pypi

Blocked by Socket

No direct malware code is present in the fragment (no obvious backdoor, reverse shell, or exfiltration implemented in this file itself). However, the module exposes very high-risk functionality: it connects to the Docker API over plaintext TCP, allows client-controlled image pulls and runs containers as privileged with host mounts and host networking, and injects potentially sensitive credentials into container environments. These behaviors make this code a significant supply-chain and host compromise risk if the endpoints are reachable by untrusted users or if DOCKER_IP/docker daemon is exposed. Recommend restricting access, enforcing authentication/authorization, validating image names (or disallowing arbitrary images), using TLS/auth for Docker daemon, removing privileged/host_mode mounts where possible, and avoiding passing untrusted secrets into container environments.

z-shop-js-env

56.2.1

by h1-dep-1

Live on npm

Blocked by Socket

This code is malicious: it exfiltrates process.env to a hard-coded external URL on module load, using obfuscation to hide the behavior. Do not run or include this package. Treat it as a compromise/supply-chain attack and remove or block the package, rotate any secrets that may have been exposed, and investigate systems where it ran.

amhairc-web

5.0.0

by hackerbolte

Removed from npm

Blocked by Socket

The script is highly suspicious and shows strong signs of malicious activity. It gathers sensitive data from the host machine and sends it to an external server. It also tries to open a reverse shell. This could lead to unauthorized access and control of the host machine.

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

ailusion-native-sdk

1.1.16

by ailsuion

Live on npm

Blocked by Socket

The code exhibits suspicious behavior by sending userId data to a hardcoded external IP address over unencrypted HTTP without authentication or user consent. This pattern is indicative of potential data exfiltration or privacy violation, which aligns with malware-like behavior. While the code itself is not obfuscated and does not contain explicit backdoors or credential leaks, the hardcoded external endpoint and silent error handling increase the security risk. Overall, this code should be treated as high risk and potentially malicious.

vonage-status-panel

1.0.0

by bugbountytester123

Removed from npm

Blocked by Socket

This preinstall hook performs immediate data exfiltration of host and user information to an external domain during package installation. This is malicious/spyware-like behavior and poses a high security risk. Do not install this package; inspect and block network requests and consider it compromised.

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

dt-send-answers

0.1.4

Live on pypi

Blocked by Socket

This module collects a near-complete dump of application state (answers), metadata, file paths and some user PII, and attempts to POST them together with an API key to a hard-coded external endpoint. The pattern is consistent with unauthorized data exfiltration. In this exact file a coding bug (returning an undefined variable) will likely cause a runtime error and prevent successful exfiltration, but that does not mitigate the malicious design. Treat this as a high-risk supply-chain/backdoor indicator: remove or quarantine, audit repository history for when/why this was added, and harden configuration and consent controls before any similar code is accepted.

@sonahri51/orientation-change-end

1.0.1

by sonahri51

Live on npm

Blocked by Socket

This file constructs a JSON object containing the system's hostname and a timestamp, then sends it via an HTTPS POST request to xglkcqtkpgpaxdrmmnfgdev728sn2ar63[.]oast[.]fun without user consent. The suspicious domain, combined with the covert transmission of system information, strongly suggests malicious intent and raises significant privacy and security concerns.

github.com/inguardians/peirates

v1.1.28

Live on go

Blocked by Socket

This function performs deliberate credential harvesting by contacting Kubelet endpoints on cluster nodes to list pods and execute 'cat <serviceaccount token>' inside running containers, then logs and stores retrieved tokens. The behavior is malicious/abusive for production environments and represents a high-security risk. Treat this code as hostile: remove from trusted dependencies, investigate any use in your environment, and rotate compromised credentials.

vetx

1.0.5

by zeavelino95

Removed from npm

Blocked by Socket

This code is malicious in nature as it is designed to extract sensitive user account information and send it to an external server. It poses a severe security risk due to unauthorized data exfiltration.

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

@tl-icons/core

100.0.0

by k4tester

Live on npm

Blocked by Socket

This module performs unsolicited collection of host, network, environment, and project metadata and transmits it to a hardcoded external IP address over HTTP when the module is loaded. The behavior is strongly indicative of covert telemetry or data-exfiltration. Because it runs eagerly, targets include any project that installs or requires this package. Recommend treating this package as malicious or high-risk: remove or sandbox it, block outbound connections to the IP/port, and investigate any systems that executed it for possible data exposure.

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

Unstable ownership

Git dependency

GitHub dependency

AI-detected potential malware

HTTP dependency

Obfuscated code

Suspicious Stars on GitHub

Telemetry

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