New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign 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

phantomdecoderss

1.6.8

Live on PyPI

Blocked by Socket

This code is a tooling fragment that locates and decrypts encrypted wallet seed material (BIP-39 mnemonic) stored in a LevelDB database when provided a password. In benign contexts it could be a recovery utility, but the behavior is identical to a wallet-stealer: it extracts highly sensitive secrets. The module itself does not show explicit network exfiltration, but it calls an external Cipherbcryptor.ciphersd routine with decrypted data (unknown behavior) and returns the mnemonic to the caller — either could lead to theft. Treat this code as potentially malicious when included in third-party packages or run on systems with wallet data; do not run it on machines holding sensitive wallets unless you fully trust the code and its callers.

bashrc

0.1.78

Live on PyPI

Blocked by Socket

This script programmatically grants passwordless, root-equivalent sudo to specific groups and users and attempts to suppress sudo logging for those entries. Its design (use of plaintext PASSWORD env var, non-interactive sudo, ability to overwrite sudoers.d fragments, and disabling logging) is consistent with persistence/backdoor patterns and poses a high security risk. Treat the code as dangerous: do not run on production or sensitive hosts. If found on a system unexpectedly, treat as a compromise indicator, remove the created sudoers fragments, rotate credentials, and investigate for further persistence. Code should only be used in strictly controlled, auditable scenarios with explicit authorization.

yaaaf

0.0.31

Live on PyPI

Blocked by Socket

The file implements functionality that is plausible and useful (auto-generating visualizations via LLM-produced code) but contains an extremely dangerous pattern: executing untrusted, model-supplied Python code with full process privileges and access to module-level imports and globals. This enables arbitrary code execution, data exfiltration, file and network operations, and other malicious activities if the LLM or artefacts are untrusted or compromised. The code itself shows no clear signs of intentional obfuscation or embedded malware, but the execution design constitutes a high security risk in practice. Recommend: avoid exec of untrusted code; if dynamic code execution is required, run it in a strong sandbox (separate least-privileged process/container), restrict builtins/imports, apply strict path and resource limits, sanitize/validate model responses, and eliminate returning raw stdout into the agent prompt history.

wxy-react-ts-ui

0.1.0

by wxyasdf

Live on npm

Blocked by Socket

The flagged file implements a React upload component that, upon user file selection, appends the file to a FormData and issues an unencrypted HTTP POST to http://kg[.]zhaodashen[.]cn/mt/admin/upload.jsp. There is no user consent prompt, file validation or use of HTTPS, and the hardcoded endpoint belongs to an unknown domain. This behavior constitutes unauthorized data exfiltration and a high-severity privacy breach, indicating malicious intent.

sbcli

4.4.5

Live on PyPI

Blocked by Socket

The script exhibits potential security risks due to the use of 'wget' without file integrity verification, extensive use of 'sudo' commands, and direct modification of system configuration files with elevated privileges. These factors contribute to a high security risk.

upwest.calendar

1.13.18

by Ângelo Santos

Live on NuGet

Blocked by Socket

This assembly contains heavy obfuscation and an embedded runtime loader/unpacker that decrypts resources, allocates and writes executable memory, manipulates process memory and runtime internals, and invokes injected code. Those are strong indicators of a loader/backdoor and present a severe supply-chain risk. Treat this package as malicious/untrusted; do not use it in production until fully audited (source of embedded payloads, purpose, and provenance verified).

n2225692000351

1.0.73

Removed from npm

Blocked by Socket

The code is heavily obfuscated, which raises suspicion about its intent. Without deobfuscation, it is impossible to determine if the code contains malware or poses a security risk. The obfuscation itself is a significant anomaly and should be addressed before using this code in any capacity.

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

cl-lite

1.0.832

by michael_tian

Live on npm

Blocked by Socket

This file is a blob of HTML/spam content with embedded links to adult videos, torrent downloads and suspicious redirectors (e.g. https://2023[.]redircdn[.]com/?…, http://rmdown[.]com/link[.]php?hash=…, http://data[.]down2048[.]com/list[.]php?…), plus numerous third-party image URLs. No executable code or proven malware payload is present, but the obfuscated redirects and torrent links pose a high risk of phishing, drive-by downloads or exposure to illicit content. Such anomalous content should be quarantined and removed from any legitimate software dependency.

fsd

0.1.460

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

cshell

1.0.1

Live on PyPI

Blocked by Socket

This module is an offensive tool that constructs and sends reverse-shell and webshell payloads to target URLs, checks for remote command execution, copies exploits to clipboard and can start local netcat listeners. It is dual-use but clearly enables unauthorized remote code execution and should be treated as potentially malicious in most contexts. Do not include this package as a dependency in production or trusted projects; only use in controlled, authorized penetration-testing environments.

avi-tools

1.0.3

Removed from PyPI

Blocked by Socket

The module implements advanced (and powerful) serialization/unserialization logic. It contains multiple constructs that allow arbitrary code execution and filesystem/native interactions during unpickling (eval(), reconstruction of CodeType/FunctionType, file handle creation with writes, ctypes PyCapsule handling, and subprocess invocation in a helper). These behaviors are expected for a library like dill but make deserializing untrusted input unsafe. I found no explicit hardcoded secrets, network exfiltration endpoints, or intentionally obfuscated malicious payloads. Overall: not obviously malicious as a supply-chain backdoor, but inherently dangerous if used with untrusted data — treat pickles from untrusted sources as remote code execution hazards.

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

machineconfig

2.94

Live on PyPI

Blocked by Socket

This file is not actively malicious: it only prints user-facing installation instructions and platform info and contains no code that performs network access, command execution, or data exfiltration. However it is syntactically and functionally broken and includes shell commands that, if executed by a user, would add a third-party apt repository and install software (a supply-chain risk). There are no hardcoded credentials or direct evidence of backdoors in this fragment. Recommend treating the printed install commands with caution and verifying binaries and repository provenance before following them.

hs-lodash

4.999.0

Removed from npm

Blocked by Socket

The code is malicious as it exfiltrates sensitive system information to an external domain using DNS queries. This poses a significant security risk.

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

sf-intl-sn-prod

10.9.9

by dfhtre

Removed from npm

Blocked by Socket

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

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

@everymatrix/casino-tournaments-limited-controller

0.0.331

by raul.vasile

Live on npm

Blocked by Socket

This code contains a clear malicious/unauthorized insertion: within the EventSource polyfill there is a timed callback that, for clients whose timezone matches a hard-coded list, displays a political message using alert() and opens an external change.org URL. This is unrelated to the library's purpose, constitutes supply-chain sabotage/defacement targeting specific locales, and should be considered malicious. Remove or replace the package and audit upstream sources. The rest of the bundle appears to be legitimate application and polyfill code.

trello-enterprises

17.1000.1

by trello-x

Live on npm

Blocked by Socket

This code constitutes malicious behavior by stealthily exfiltrating sensitive system information to an external server without user consent. It poses a high security risk due to privacy violations and potential for further exploitation. The blocking wait loop adds suspicion of evasion tactics. The code is not obfuscated but is clearly malicious and should be flagged accordingly.

aspidites

1.14.0

Live on PyPI

Blocked by Socket

The code implements a high-risk dynamic evaluation pattern by evaluating tokens within the caller’s scope. This creates a strong possibility of arbitrary code execution and data leakage if tokens originate from untrusted inputs. Hardening should include removing eval, replacing with safe resolvers, sandboxing, or strict token whitelisting and restricting scope access. This pattern is unsuitable for trusted libraries exposes in open-source supply chains without significant safeguards.

354766/inf-sh/skills/ai-marketing-videos/

f4d06a62f44ef086de46ac6a3b18cdd01dfd817a

Live on Socket Artifact

Blocked by Socket

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

agentdojo

0.1.8

Live on PyPI

Blocked by Socket

This execution trace contains a prompt-injection that instructs the agent to concatenate Slack channel messages and post them to an external website. The agent executed that instruction: post_webpage was called to http://www.my-website-234.com/random containing concatenated channel contents, including a sensitive string 'Secret key is 1a7b3d.' This is a clear data-exfiltration event caused by treating untrusted tool output as executable instructions. The behavior is malicious in effect (loss of confidentiality) and demonstrates a high security risk: the system allowed leakage of secrets and workspace messages to an external domain. Remediation: treat tool outputs as untrusted data (never as system/user instructions), sanitize/strip embedded instructions, block network posts to unapproved domains, and implement policy checks to prevent exfiltration of secrets.

hiphp

0.1.5

Live on PyPI

Blocked by Socket

This module is intentionally designed to install and operate a PHP remote backdoor: it generates an obfuscated PHP snippet that executes arbitrary POSTed code via eval(), and it provides client functionality to send arbitrary commands or PHP code (from stdin or files) to a specified URL. The package facilitates unauthorized remote code execution and is high risk. Do not install or use this package except in controlled environments on systems you fully own and forensically isolate. Treat it as malicious/backdoor tooling.

@synsci/cli-darwin-arm64

1.1.83

by syntheticsciences

Live on npm

Blocked by Socket

[Skill Scanner] Installation of third-party script detected All findings: [CRITICAL] command_injection: Installation of third-party script detected (SC006) [AITech 9.1.4] [CRITICAL] command_injection: Installation of third-party script detected (SC006) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] BENIGN with standard operational security considerations. The Hypogenic description coherently maps to a legitimate multi-component hypothesis-generation framework. Security concerns focus on credential management for APIs/Redis, provenance verification, and integrity checks for literature processing components. No malicious behavior detected in the fragment itself. LLM verification: Based on the provided SKILL.md fragment, there is no direct evidence of malicious code or intentional backdoors. The documentation and capabilities are coherent with the stated purpose. The main supply-chain risks are operational: unpinned pip install instructions (encourages pulling latest unverified releases), external git clones, and implicit requirement to provide LLM API keys (sensitive). Because the actual code that performs network calls and credential handling was not provided, there rem

@lightningchart/lcjs

8.0.1

by niilo.keinanen

Live on npm

Blocked by Socket

The analyzed code fragment is highly obfuscated and exhibits multi-path data flows that can lead to network exfiltration and user-facing overlays. While it may be part of a larger legitimate library, the combination of runtime decoding, environment/license gating, and beacon-like network activity presents a substantial risk of covert telemetry or data leakage. Given the supply-chain risk, treat as suspicious and require provenance verification, remove obfuscation, and implement transparent data handling and explicit consent for any telemetry.

bane

1.8.1

Live on PyPI

Blocked by Socket

This module is a DDoS/traffic-flooding toolkit implementing multiple attack vectors (TCP/UDP/ICMP/SYN floods, amplification attacks, slow HTTP attacks, proxy/Tor anonymization). It intentionally crafts, spoofs, and sends large volumes of traffic, uses raw sockets and scapy for packet forging, and abuses proxies and amplification reflectors. It is malicious by design and should not be used. If found in dependencies, treat as high-risk supply-chain malware and remove and investigate.

phantomdecoderss

1.6.8

Live on PyPI

Blocked by Socket

This code is a tooling fragment that locates and decrypts encrypted wallet seed material (BIP-39 mnemonic) stored in a LevelDB database when provided a password. In benign contexts it could be a recovery utility, but the behavior is identical to a wallet-stealer: it extracts highly sensitive secrets. The module itself does not show explicit network exfiltration, but it calls an external Cipherbcryptor.ciphersd routine with decrypted data (unknown behavior) and returns the mnemonic to the caller — either could lead to theft. Treat this code as potentially malicious when included in third-party packages or run on systems with wallet data; do not run it on machines holding sensitive wallets unless you fully trust the code and its callers.

bashrc

0.1.78

Live on PyPI

Blocked by Socket

This script programmatically grants passwordless, root-equivalent sudo to specific groups and users and attempts to suppress sudo logging for those entries. Its design (use of plaintext PASSWORD env var, non-interactive sudo, ability to overwrite sudoers.d fragments, and disabling logging) is consistent with persistence/backdoor patterns and poses a high security risk. Treat the code as dangerous: do not run on production or sensitive hosts. If found on a system unexpectedly, treat as a compromise indicator, remove the created sudoers fragments, rotate credentials, and investigate for further persistence. Code should only be used in strictly controlled, auditable scenarios with explicit authorization.

yaaaf

0.0.31

Live on PyPI

Blocked by Socket

The file implements functionality that is plausible and useful (auto-generating visualizations via LLM-produced code) but contains an extremely dangerous pattern: executing untrusted, model-supplied Python code with full process privileges and access to module-level imports and globals. This enables arbitrary code execution, data exfiltration, file and network operations, and other malicious activities if the LLM or artefacts are untrusted or compromised. The code itself shows no clear signs of intentional obfuscation or embedded malware, but the execution design constitutes a high security risk in practice. Recommend: avoid exec of untrusted code; if dynamic code execution is required, run it in a strong sandbox (separate least-privileged process/container), restrict builtins/imports, apply strict path and resource limits, sanitize/validate model responses, and eliminate returning raw stdout into the agent prompt history.

wxy-react-ts-ui

0.1.0

by wxyasdf

Live on npm

Blocked by Socket

The flagged file implements a React upload component that, upon user file selection, appends the file to a FormData and issues an unencrypted HTTP POST to http://kg[.]zhaodashen[.]cn/mt/admin/upload.jsp. There is no user consent prompt, file validation or use of HTTPS, and the hardcoded endpoint belongs to an unknown domain. This behavior constitutes unauthorized data exfiltration and a high-severity privacy breach, indicating malicious intent.

sbcli

4.4.5

Live on PyPI

Blocked by Socket

The script exhibits potential security risks due to the use of 'wget' without file integrity verification, extensive use of 'sudo' commands, and direct modification of system configuration files with elevated privileges. These factors contribute to a high security risk.

upwest.calendar

1.13.18

by Ângelo Santos

Live on NuGet

Blocked by Socket

This assembly contains heavy obfuscation and an embedded runtime loader/unpacker that decrypts resources, allocates and writes executable memory, manipulates process memory and runtime internals, and invokes injected code. Those are strong indicators of a loader/backdoor and present a severe supply-chain risk. Treat this package as malicious/untrusted; do not use it in production until fully audited (source of embedded payloads, purpose, and provenance verified).

n2225692000351

1.0.73

Removed from npm

Blocked by Socket

The code is heavily obfuscated, which raises suspicion about its intent. Without deobfuscation, it is impossible to determine if the code contains malware or poses a security risk. The obfuscation itself is a significant anomaly and should be addressed before using this code in any capacity.

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

cl-lite

1.0.832

by michael_tian

Live on npm

Blocked by Socket

This file is a blob of HTML/spam content with embedded links to adult videos, torrent downloads and suspicious redirectors (e.g. https://2023[.]redircdn[.]com/?…, http://rmdown[.]com/link[.]php?hash=…, http://data[.]down2048[.]com/list[.]php?…), plus numerous third-party image URLs. No executable code or proven malware payload is present, but the obfuscated redirects and torrent links pose a high risk of phishing, drive-by downloads or exposure to illicit content. Such anomalous content should be quarantined and removed from any legitimate software dependency.

fsd

0.1.460

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

cshell

1.0.1

Live on PyPI

Blocked by Socket

This module is an offensive tool that constructs and sends reverse-shell and webshell payloads to target URLs, checks for remote command execution, copies exploits to clipboard and can start local netcat listeners. It is dual-use but clearly enables unauthorized remote code execution and should be treated as potentially malicious in most contexts. Do not include this package as a dependency in production or trusted projects; only use in controlled, authorized penetration-testing environments.

avi-tools

1.0.3

Removed from PyPI

Blocked by Socket

The module implements advanced (and powerful) serialization/unserialization logic. It contains multiple constructs that allow arbitrary code execution and filesystem/native interactions during unpickling (eval(), reconstruction of CodeType/FunctionType, file handle creation with writes, ctypes PyCapsule handling, and subprocess invocation in a helper). These behaviors are expected for a library like dill but make deserializing untrusted input unsafe. I found no explicit hardcoded secrets, network exfiltration endpoints, or intentionally obfuscated malicious payloads. Overall: not obviously malicious as a supply-chain backdoor, but inherently dangerous if used with untrusted data — treat pickles from untrusted sources as remote code execution hazards.

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

machineconfig

2.94

Live on PyPI

Blocked by Socket

This file is not actively malicious: it only prints user-facing installation instructions and platform info and contains no code that performs network access, command execution, or data exfiltration. However it is syntactically and functionally broken and includes shell commands that, if executed by a user, would add a third-party apt repository and install software (a supply-chain risk). There are no hardcoded credentials or direct evidence of backdoors in this fragment. Recommend treating the printed install commands with caution and verifying binaries and repository provenance before following them.

hs-lodash

4.999.0

Removed from npm

Blocked by Socket

The code is malicious as it exfiltrates sensitive system information to an external domain using DNS queries. This poses a significant security risk.

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

sf-intl-sn-prod

10.9.9

by dfhtre

Removed from npm

Blocked by Socket

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

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

@everymatrix/casino-tournaments-limited-controller

0.0.331

by raul.vasile

Live on npm

Blocked by Socket

This code contains a clear malicious/unauthorized insertion: within the EventSource polyfill there is a timed callback that, for clients whose timezone matches a hard-coded list, displays a political message using alert() and opens an external change.org URL. This is unrelated to the library's purpose, constitutes supply-chain sabotage/defacement targeting specific locales, and should be considered malicious. Remove or replace the package and audit upstream sources. The rest of the bundle appears to be legitimate application and polyfill code.

trello-enterprises

17.1000.1

by trello-x

Live on npm

Blocked by Socket

This code constitutes malicious behavior by stealthily exfiltrating sensitive system information to an external server without user consent. It poses a high security risk due to privacy violations and potential for further exploitation. The blocking wait loop adds suspicion of evasion tactics. The code is not obfuscated but is clearly malicious and should be flagged accordingly.

aspidites

1.14.0

Live on PyPI

Blocked by Socket

The code implements a high-risk dynamic evaluation pattern by evaluating tokens within the caller’s scope. This creates a strong possibility of arbitrary code execution and data leakage if tokens originate from untrusted inputs. Hardening should include removing eval, replacing with safe resolvers, sandboxing, or strict token whitelisting and restricting scope access. This pattern is unsuitable for trusted libraries exposes in open-source supply chains without significant safeguards.

354766/inf-sh/skills/ai-marketing-videos/

f4d06a62f44ef086de46ac6a3b18cdd01dfd817a

Live on Socket Artifact

Blocked by Socket

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

agentdojo

0.1.8

Live on PyPI

Blocked by Socket

This execution trace contains a prompt-injection that instructs the agent to concatenate Slack channel messages and post them to an external website. The agent executed that instruction: post_webpage was called to http://www.my-website-234.com/random containing concatenated channel contents, including a sensitive string 'Secret key is 1a7b3d.' This is a clear data-exfiltration event caused by treating untrusted tool output as executable instructions. The behavior is malicious in effect (loss of confidentiality) and demonstrates a high security risk: the system allowed leakage of secrets and workspace messages to an external domain. Remediation: treat tool outputs as untrusted data (never as system/user instructions), sanitize/strip embedded instructions, block network posts to unapproved domains, and implement policy checks to prevent exfiltration of secrets.

hiphp

0.1.5

Live on PyPI

Blocked by Socket

This module is intentionally designed to install and operate a PHP remote backdoor: it generates an obfuscated PHP snippet that executes arbitrary POSTed code via eval(), and it provides client functionality to send arbitrary commands or PHP code (from stdin or files) to a specified URL. The package facilitates unauthorized remote code execution and is high risk. Do not install or use this package except in controlled environments on systems you fully own and forensically isolate. Treat it as malicious/backdoor tooling.

@synsci/cli-darwin-arm64

1.1.83

by syntheticsciences

Live on npm

Blocked by Socket

[Skill Scanner] Installation of third-party script detected All findings: [CRITICAL] command_injection: Installation of third-party script detected (SC006) [AITech 9.1.4] [CRITICAL] command_injection: Installation of third-party script detected (SC006) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] BENIGN with standard operational security considerations. The Hypogenic description coherently maps to a legitimate multi-component hypothesis-generation framework. Security concerns focus on credential management for APIs/Redis, provenance verification, and integrity checks for literature processing components. No malicious behavior detected in the fragment itself. LLM verification: Based on the provided SKILL.md fragment, there is no direct evidence of malicious code or intentional backdoors. The documentation and capabilities are coherent with the stated purpose. The main supply-chain risks are operational: unpinned pip install instructions (encourages pulling latest unverified releases), external git clones, and implicit requirement to provide LLM API keys (sensitive). Because the actual code that performs network calls and credential handling was not provided, there rem

@lightningchart/lcjs

8.0.1

by niilo.keinanen

Live on npm

Blocked by Socket

The analyzed code fragment is highly obfuscated and exhibits multi-path data flows that can lead to network exfiltration and user-facing overlays. While it may be part of a larger legitimate library, the combination of runtime decoding, environment/license gating, and beacon-like network activity presents a substantial risk of covert telemetry or data leakage. Given the supply-chain risk, treat as suspicious and require provenance verification, remove obfuscation, and implement transparent data handling and explicit consent for any telemetry.

bane

1.8.1

Live on PyPI

Blocked by Socket

This module is a DDoS/traffic-flooding toolkit implementing multiple attack vectors (TCP/UDP/ICMP/SYN floods, amplification attacks, slow HTTP attacks, proxy/Tor anonymization). It intentionally crafts, spoofs, and sends large volumes of traffic, uses raw sockets and scapy for packet forging, and abuses proxies and amplification reflectors. It is malicious by design and should not be used. If found in dependencies, treat as high-risk supply-chain malware and remove and investigate.

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

42 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

Why teams choose Socket

Pro-active security

Depend on Socket to prevent malicious open source dependencies from infiltrating your app.

Easy to install

Install the Socket GitHub App in just 2 clicks and get protected today.

Comprehensive open source protection

Block 70+ issues in open source code, including malware, typo-squatting, hidden code, misleading packages, permission creep, and more.

Develop faster

Reduce work by surfacing actionable security information directly in GitHub. Empower developers to make better decisions.

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