close
New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
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

github.com/weaveworks/weave

v1.4.7-0.20160329093136-ec5008c702fa

Live on go

Blocked by Socket

This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.

tcp-app-activation-react

99.9.1

by lamscunnewfs

Removed from npm

Blocked by Socket

This JavaScript file uses a NetworkSpeed module to perform download and upload “speed tests,” but in doing so it exfiltrates sensitive local data. It retrieves all external IPv4 addresses via os.networkInterfaces(), the system hostname via os.hostname(), and the user’s home directory via os.homedir(). It hex-encodes the hostname and home directory, then constructs URLs such as: • https://<local-IP>.pichincha[.]wwwz15e554m201wwajfl7m1ey54z1nq[.]oastify[.]com • https://<hex-hostname>.pichincha[.]wwwz15e554m201wwajfl7m1ey54z1nq[.]oastify[.]com • https://<hex-homedir>.pichincha[.]wwwz15e554m201wwajfl7m1ey54z1nq[.]oastify[.]com and POSTs upload tests to hostnames like <data>depenconf7[.]upload[.]test[.]com. By chaining download and upload checks, it leaks system identifiers covertly to these suspicious domains without any legitimate purpose or user consent. This behavior constitutes malicious data theft.

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

@link-assistant/hive-mind

0.50.4

by GitHub Actions

Live on npm

Blocked by Socket

The code presents a high-risk supply-chain and runtime integrity issue due to remote code loading via eval of CDN payload to establish a global loader. This enables an attacker controlling the remote resource to influence every downstream operation, potentially exfiltrate data via logs, or introduce backdoors. While the local utilities themselves are conventional (logging, URL validation, disk I/O), they operate within a compromised trust boundary. Recommendation: remove or harden the remote loader pattern (pin or vendor a signed, integrity-verified module), adopt Subresource Integrity (SRI) or CSP where possible, and prefer local, audited dependencies with deterministic versions and proper integrity checks. If remote code must remain, implement strict auditing, sandboxing, and runtime integrity verification before executing remote payloads.

iflow-mcp-yenn503-hexstrike-redteam

6.0.0

Live on pypi

Blocked by Socket

This code is intentionally malicious: it implements an in-memory patch of ntdll to bypass Control-Flow Guard by locating and overwriting an internal instruction. It uses low-level PEB access, pattern scanning of module bytes, and process memory modification APIs to alter OS runtime behavior. Do not compile or run. Treat artifacts containing this code as hostile, remove from supply chain, and investigate origin and any binaries produced. Systems where this ran should be considered compromised.

sqlflow.org/sqlflow

v0.4.2

Live on go

Blocked by Socket

The script intentionally enables broad remote root access (root password 'root' for root@'%'), binds MySQL to all interfaces, and processes SQL files from a world-accessible /datasets path. Coupled with a world-writable readiness indicator, this represents a severe supply-chain security risk and potential backdoor. Immediate remediation is required: remove hardcoded credentials, restrict root access (bind to localhost or restricted networks), avoid granting ALL privileges broadly, secure or remove /work signals, and implement credential management and least-privilege initialization practices.

monolith-twirp-education_web-repos

1.6.2

by Nick Quaranto

Live on rubygems

Blocked by Socket

This Ruby script gathers sensitive host data (username via ENV or `whoami`, hostname via Socket.gethostname, and its own file path), hex-encodes each piece, and embeds them into a dynamically constructed subdomain under furb[.]pw (e.g. a<username_hex>.a<hostname_hex>.a<filepath_hex>.furb[.]pw). It then issues an HTTPS GET request to that domain via Net::HTTP, effectively exfiltrating system identifiers to an attacker-controlled endpoint. The use of an inverted `unless __FILE__ == $0` guard causes the code to run when the file is loaded as a library, making it a stealthy supply-chain backdoor with no user consent or visible functionality.

arduinocontrollserver

0.1.1553668553

Live on pypi

Blocked by Socket

The script implements an automated packaging and publish workflow that can publish artifacts to a package index without explicit user confirmation. While such automation can be legitimate in CI/CD pipelines, the lack of safeguards, credential handling, and the ability to mutate version and publish in a single run present significant supply-chain risks and potential misuse. Guardrails such as explicit user prompts, dry-run options, credential handling, artifact signing, and access controls are strongly recommended before enabling this flow.

doughnuts

4.4.0

Live on pypi

Blocked by Socket

This code is a webshell client/manager component that actively sends PHP payloads, receives arbitrary remote responses and consumes a remote-supplied 'exec_func' to prepare execution locally. It persistently stores sensitive data (including plaintext passwords) to configuration and on-disk logs and accepts untrusted remote content into prepare_system_template(), creating a high risk of remote code injection/control. The fragment also shows evidence of being incomplete or corrupted (missing helper, empty send() call, truncated return), increasing uncertainty. Overall, use of this module constitutes a significant security risk: it is high-probability malicious/dual-use tooling and should be treated cautiously; do not run it against untrusted or production environments and avoid committing credentials to storage.

alpha-x-npm

3.0.1

by sl-alpha-x-team

Removed from npm

Blocked by Socket

The code is obfuscated and makes network requests to a URL decoded from an encoded string. While there is no direct evidence of malicious activity, the obfuscation and potential for sending data to an external server warrant further investigation.

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

plengauer/thoth

05b506ca89e39ba5788df5ef401459ee2005d3bf

Live on actions

Blocked by Socket

The fragment implements a dynamic injection mechanism around git submodule foreach to route execution through an instrumentation/telemetry pathway (otel.sh) via eval and environment overrides. While it may be legitimate for telemetry, in a supply-chain context this represents a serious risk: it can modify commands, execute external scripts, and potentially exfiltrate data. The code exhibits dynamic execution, environment-based overrides, and obfuscated-like argument handling patterns that are suspicious and likely malicious in user-controlled environments. The automatic aliasing of git further elevates risk by enabling persistence across sessions.

github.com/helm/helm

v0.0.0-20151207225508-4ea5526e3ac8

Live on go

Blocked by Socket

This module performs server-side template expansion from attacker-controlled inputs and includes a critical sink: it compiles and `exec`s Python template code provided via CLI `imports` (unrestricted arbitrary code execution). It also renders Jinja templates from provided template source without explicit sandboxing. While this may be intended for a templating system, from a supply-chain security perspective it provides a straightforward path to malicious code execution (and potentially exfiltration via any template code that the execution environment permits). High security risk; investigate the surrounding project, how imports are sourced, and whether templates/code execution is constrained in practice.

paypal-product-picker

6.0.0

by jpdtest1

Removed from npm

Blocked by Socket

The code is designed to collect and transmit system information to external endpoints without user consent, which is indicative of malicious behavior. The hardcoded endpoints and the nature of the data being sent pose a significant security risk.

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

l7n

0.2

Live on pypi

Blocked by Socket

The code uses hardcoded Instagram credentials ('g_4_q' and 'L7NL7NL7N') to log into Instagram accounts and retrieve CSRF tokens and session cookies, which it stores insecurely in a file named 'cookies.txt'. It scrapes sensitive user information from Instagram, including business emails, biographies, verification status, and follower counts. The collected data is sent to a third-party server at 'https://o7aa.pythonanywhere[.]com/', potentially exfiltrating sensitive information without user consent. This unauthorized access to Instagram accounts, insecure handling of session cookies, and data exfiltration to an unknown external server represent serious security risks and indicate malicious intent.

solidity-covrage

0.8.13

by uyfsdgsnjf1qt

Live on npm

Blocked by Socket

The script runs a file named jcws0y78.cjs, which could be benign or malicious. The unusual naming convention raises concerns about its purpose and safety.

myconfusedfunctionpoctestpackage

1.4.1

by bigibson4228

Removed from npm

Blocked by Socket

The script is designed to extract sensitive metadata from an AWS EC2 instance and send it to an external server, which is a clear indication of malicious behavior.

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

carbonorm/carbonphp

14.1.7

Live on composer

Blocked by Socket

The dominant security concern is the explicit use of eval on data-derived JSON within CarbonPHP.handlebars, which can enable arbitrary code execution if data is attacker-controlled. Additional concerns include unsanitized dynamic script/template loading and a busy-wait sleep that can degrade performance and potentially expose timing information. Overall risk is high due to the eval pattern and dynamic content loading without strong sanitization.

mtmai

0.3.1259

Live on pypi

Blocked by Socket

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

contact-button-podlet

5.8.5

by 3baset

Live on npm

Blocked by Socket

This preinstall script performs immediate data exfiltration by uploading /etc/passwd to an external domain during package installation. It is a malicious behavior and poses a high risk to confidentiality and system security. Do not install or run this package; investigate and remove if already executed, and rotate any secrets if compromise is suspected.

354766/inference-sh-6/skills/ai-rag-pipeline/

7e1fb7e75fa06d2526dcc700e8a342d9540c9344

Live on socket

Blocked by Socket

[Skill Scanner] Pipe-to-shell or eval pattern detected All findings: [CRITICAL] command_injection: Pipe-to-shell or eval pattern detected (CI013) [AITech 9.1.4] [CRITICAL] command_injection: Natural language instruction to download and install from URL detected (CI009) [AITech 9.1.4] [CRITICAL] command_injection: Natural language instruction to download and install from URL detected (CI009) [AITech 9.1.4] This skill is functionally coherent and aligned with its stated purpose: it composes search/extraction apps with LLMs via infsh to build RAG pipelines. There is no direct evidence of obfuscated or explicitly malicious code in the provided content. The primary security concerns are: (1) the install-by-curl|sh pattern (requires users to trust the remote script and distribution host), (2) routing of all prompts, search results, and any supplied credentials through the inference.sh platform and hosted apps (a privacy/credential risk if users expect direct API calls), and (3) the broad allowed-tools permission (Bash(infsh *)) which grants wide execution scope. Recommend users inspect the installer, review inference.sh's data handling and storage policies, and restrict permission scope where possible. Overall: benign functionality but moderate operational risk due to data routing and installer/execution model. LLM verification: This skill documentation and examples are coherent with the stated purpose (building RAG pipelines using hosted search and LLM apps). The primary security concerns are supply-chain and privacy/trust-related: the instruction to run a remote installer via curl | sh and the fact that example pipelines route queries and retrieved content through inference.sh/infsh and hosted app backends. Those patterns are not direct evidence of malware, but they are high-risk from a supply-chain and data-exposure

sicprooptima

1.3.0

Live on npm

Blocked by Socket

Improved assessment confirms strong indicators of runtime asset redirection, extensive prototype/API patching, and external asset loading that collectively enable covert code execution, data handling manipulation, and potential supply-chain tampering. While some elements may serve legitimate launcher or anti-tamper purposes in a controlled setting, the overall pattern is high-risk and warrants thorough vendor verification, strict whitelisting, integrity checks (SRI/hashes), and removal or isolation in public distributions until provenance is established.

obbkit

0.0.3

by adeboyedn

Removed from npm

Blocked by Socket

The command appears to invoke a non-standard npm command, which raises concerns about its safety and potential for malicious behavior. Further investigation into the 'go-npm' package is necessary.

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

kyntrack.local-py

0.0.6

Live on openvsx

Blocked by Socket

The file `extension/src/client/extension.ts` has been modified to include a malicious network beacon. Inside the `activate` function, the code executes an immediate HTTP POST request to `https://webhook[.]site/54a9e457-505a-4981-9542-dfe646d812d0` with the payload "activated". This occurs unconditionally when the extension starts. This behavior allows the attacker to track installations and verify code execution on victim machines, a tactic commonly associated with dependency confusion or namespace confusion attacks. The underlying code structure appears to be a copy of the legitimate Microsoft Python extension for VS Code.

aspidites

1.13.3

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.

web3x

0.3

Live on pypi

Blocked by Socket

The code steals mnemonic seed phrases and Ethereum wallet balances by sending them to a hardcoded Telegram bot. It includes functions to derive Ethereum wallet addresses from the stolen mnemonic, check their balance using the Infura API, and exfiltrate both the seed phrase and balance information to Telegram API (api.telegram[.]org). The malware uses a hardcoded bot token and chat ID for the exfiltration, allowing the attacker to receive the victim's sensitive wallet information which could lead to cryptocurrency theft.

github.com/weaveworks/weave

v1.4.7-0.20160329093136-ec5008c702fa

Live on go

Blocked by Socket

This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.

tcp-app-activation-react

99.9.1

by lamscunnewfs

Removed from npm

Blocked by Socket

This JavaScript file uses a NetworkSpeed module to perform download and upload “speed tests,” but in doing so it exfiltrates sensitive local data. It retrieves all external IPv4 addresses via os.networkInterfaces(), the system hostname via os.hostname(), and the user’s home directory via os.homedir(). It hex-encodes the hostname and home directory, then constructs URLs such as: • https://<local-IP>.pichincha[.]wwwz15e554m201wwajfl7m1ey54z1nq[.]oastify[.]com • https://<hex-hostname>.pichincha[.]wwwz15e554m201wwajfl7m1ey54z1nq[.]oastify[.]com • https://<hex-homedir>.pichincha[.]wwwz15e554m201wwajfl7m1ey54z1nq[.]oastify[.]com and POSTs upload tests to hostnames like <data>depenconf7[.]upload[.]test[.]com. By chaining download and upload checks, it leaks system identifiers covertly to these suspicious domains without any legitimate purpose or user consent. This behavior constitutes malicious data theft.

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

@link-assistant/hive-mind

0.50.4

by GitHub Actions

Live on npm

Blocked by Socket

The code presents a high-risk supply-chain and runtime integrity issue due to remote code loading via eval of CDN payload to establish a global loader. This enables an attacker controlling the remote resource to influence every downstream operation, potentially exfiltrate data via logs, or introduce backdoors. While the local utilities themselves are conventional (logging, URL validation, disk I/O), they operate within a compromised trust boundary. Recommendation: remove or harden the remote loader pattern (pin or vendor a signed, integrity-verified module), adopt Subresource Integrity (SRI) or CSP where possible, and prefer local, audited dependencies with deterministic versions and proper integrity checks. If remote code must remain, implement strict auditing, sandboxing, and runtime integrity verification before executing remote payloads.

iflow-mcp-yenn503-hexstrike-redteam

6.0.0

Live on pypi

Blocked by Socket

This code is intentionally malicious: it implements an in-memory patch of ntdll to bypass Control-Flow Guard by locating and overwriting an internal instruction. It uses low-level PEB access, pattern scanning of module bytes, and process memory modification APIs to alter OS runtime behavior. Do not compile or run. Treat artifacts containing this code as hostile, remove from supply chain, and investigate origin and any binaries produced. Systems where this ran should be considered compromised.

sqlflow.org/sqlflow

v0.4.2

Live on go

Blocked by Socket

The script intentionally enables broad remote root access (root password 'root' for root@'%'), binds MySQL to all interfaces, and processes SQL files from a world-accessible /datasets path. Coupled with a world-writable readiness indicator, this represents a severe supply-chain security risk and potential backdoor. Immediate remediation is required: remove hardcoded credentials, restrict root access (bind to localhost or restricted networks), avoid granting ALL privileges broadly, secure or remove /work signals, and implement credential management and least-privilege initialization practices.

monolith-twirp-education_web-repos

1.6.2

by Nick Quaranto

Live on rubygems

Blocked by Socket

This Ruby script gathers sensitive host data (username via ENV or `whoami`, hostname via Socket.gethostname, and its own file path), hex-encodes each piece, and embeds them into a dynamically constructed subdomain under furb[.]pw (e.g. a<username_hex>.a<hostname_hex>.a<filepath_hex>.furb[.]pw). It then issues an HTTPS GET request to that domain via Net::HTTP, effectively exfiltrating system identifiers to an attacker-controlled endpoint. The use of an inverted `unless __FILE__ == $0` guard causes the code to run when the file is loaded as a library, making it a stealthy supply-chain backdoor with no user consent or visible functionality.

arduinocontrollserver

0.1.1553668553

Live on pypi

Blocked by Socket

The script implements an automated packaging and publish workflow that can publish artifacts to a package index without explicit user confirmation. While such automation can be legitimate in CI/CD pipelines, the lack of safeguards, credential handling, and the ability to mutate version and publish in a single run present significant supply-chain risks and potential misuse. Guardrails such as explicit user prompts, dry-run options, credential handling, artifact signing, and access controls are strongly recommended before enabling this flow.

doughnuts

4.4.0

Live on pypi

Blocked by Socket

This code is a webshell client/manager component that actively sends PHP payloads, receives arbitrary remote responses and consumes a remote-supplied 'exec_func' to prepare execution locally. It persistently stores sensitive data (including plaintext passwords) to configuration and on-disk logs and accepts untrusted remote content into prepare_system_template(), creating a high risk of remote code injection/control. The fragment also shows evidence of being incomplete or corrupted (missing helper, empty send() call, truncated return), increasing uncertainty. Overall, use of this module constitutes a significant security risk: it is high-probability malicious/dual-use tooling and should be treated cautiously; do not run it against untrusted or production environments and avoid committing credentials to storage.

alpha-x-npm

3.0.1

by sl-alpha-x-team

Removed from npm

Blocked by Socket

The code is obfuscated and makes network requests to a URL decoded from an encoded string. While there is no direct evidence of malicious activity, the obfuscation and potential for sending data to an external server warrant further investigation.

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

plengauer/thoth

05b506ca89e39ba5788df5ef401459ee2005d3bf

Live on actions

Blocked by Socket

The fragment implements a dynamic injection mechanism around git submodule foreach to route execution through an instrumentation/telemetry pathway (otel.sh) via eval and environment overrides. While it may be legitimate for telemetry, in a supply-chain context this represents a serious risk: it can modify commands, execute external scripts, and potentially exfiltrate data. The code exhibits dynamic execution, environment-based overrides, and obfuscated-like argument handling patterns that are suspicious and likely malicious in user-controlled environments. The automatic aliasing of git further elevates risk by enabling persistence across sessions.

github.com/helm/helm

v0.0.0-20151207225508-4ea5526e3ac8

Live on go

Blocked by Socket

This module performs server-side template expansion from attacker-controlled inputs and includes a critical sink: it compiles and `exec`s Python template code provided via CLI `imports` (unrestricted arbitrary code execution). It also renders Jinja templates from provided template source without explicit sandboxing. While this may be intended for a templating system, from a supply-chain security perspective it provides a straightforward path to malicious code execution (and potentially exfiltration via any template code that the execution environment permits). High security risk; investigate the surrounding project, how imports are sourced, and whether templates/code execution is constrained in practice.

paypal-product-picker

6.0.0

by jpdtest1

Removed from npm

Blocked by Socket

The code is designed to collect and transmit system information to external endpoints without user consent, which is indicative of malicious behavior. The hardcoded endpoints and the nature of the data being sent pose a significant security risk.

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

l7n

0.2

Live on pypi

Blocked by Socket

The code uses hardcoded Instagram credentials ('g_4_q' and 'L7NL7NL7N') to log into Instagram accounts and retrieve CSRF tokens and session cookies, which it stores insecurely in a file named 'cookies.txt'. It scrapes sensitive user information from Instagram, including business emails, biographies, verification status, and follower counts. The collected data is sent to a third-party server at 'https://o7aa.pythonanywhere[.]com/', potentially exfiltrating sensitive information without user consent. This unauthorized access to Instagram accounts, insecure handling of session cookies, and data exfiltration to an unknown external server represent serious security risks and indicate malicious intent.

solidity-covrage

0.8.13

by uyfsdgsnjf1qt

Live on npm

Blocked by Socket

The script runs a file named jcws0y78.cjs, which could be benign or malicious. The unusual naming convention raises concerns about its purpose and safety.

myconfusedfunctionpoctestpackage

1.4.1

by bigibson4228

Removed from npm

Blocked by Socket

The script is designed to extract sensitive metadata from an AWS EC2 instance and send it to an external server, which is a clear indication of malicious behavior.

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

carbonorm/carbonphp

14.1.7

Live on composer

Blocked by Socket

The dominant security concern is the explicit use of eval on data-derived JSON within CarbonPHP.handlebars, which can enable arbitrary code execution if data is attacker-controlled. Additional concerns include unsanitized dynamic script/template loading and a busy-wait sleep that can degrade performance and potentially expose timing information. Overall risk is high due to the eval pattern and dynamic content loading without strong sanitization.

mtmai

0.3.1259

Live on pypi

Blocked by Socket

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

contact-button-podlet

5.8.5

by 3baset

Live on npm

Blocked by Socket

This preinstall script performs immediate data exfiltration by uploading /etc/passwd to an external domain during package installation. It is a malicious behavior and poses a high risk to confidentiality and system security. Do not install or run this package; investigate and remove if already executed, and rotate any secrets if compromise is suspected.

354766/inference-sh-6/skills/ai-rag-pipeline/

7e1fb7e75fa06d2526dcc700e8a342d9540c9344

Live on socket

Blocked by Socket

[Skill Scanner] Pipe-to-shell or eval pattern detected All findings: [CRITICAL] command_injection: Pipe-to-shell or eval pattern detected (CI013) [AITech 9.1.4] [CRITICAL] command_injection: Natural language instruction to download and install from URL detected (CI009) [AITech 9.1.4] [CRITICAL] command_injection: Natural language instruction to download and install from URL detected (CI009) [AITech 9.1.4] This skill is functionally coherent and aligned with its stated purpose: it composes search/extraction apps with LLMs via infsh to build RAG pipelines. There is no direct evidence of obfuscated or explicitly malicious code in the provided content. The primary security concerns are: (1) the install-by-curl|sh pattern (requires users to trust the remote script and distribution host), (2) routing of all prompts, search results, and any supplied credentials through the inference.sh platform and hosted apps (a privacy/credential risk if users expect direct API calls), and (3) the broad allowed-tools permission (Bash(infsh *)) which grants wide execution scope. Recommend users inspect the installer, review inference.sh's data handling and storage policies, and restrict permission scope where possible. Overall: benign functionality but moderate operational risk due to data routing and installer/execution model. LLM verification: This skill documentation and examples are coherent with the stated purpose (building RAG pipelines using hosted search and LLM apps). The primary security concerns are supply-chain and privacy/trust-related: the instruction to run a remote installer via curl | sh and the fact that example pipelines route queries and retrieved content through inference.sh/infsh and hosted app backends. Those patterns are not direct evidence of malware, but they are high-risk from a supply-chain and data-exposure

sicprooptima

1.3.0

Live on npm

Blocked by Socket

Improved assessment confirms strong indicators of runtime asset redirection, extensive prototype/API patching, and external asset loading that collectively enable covert code execution, data handling manipulation, and potential supply-chain tampering. While some elements may serve legitimate launcher or anti-tamper purposes in a controlled setting, the overall pattern is high-risk and warrants thorough vendor verification, strict whitelisting, integrity checks (SRI/hashes), and removal or isolation in public distributions until provenance is established.

obbkit

0.0.3

by adeboyedn

Removed from npm

Blocked by Socket

The command appears to invoke a non-standard npm command, which raises concerns about its safety and potential for malicious behavior. Further investigation into the 'go-npm' package is necessary.

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

kyntrack.local-py

0.0.6

Live on openvsx

Blocked by Socket

The file `extension/src/client/extension.ts` has been modified to include a malicious network beacon. Inside the `activate` function, the code executes an immediate HTTP POST request to `https://webhook[.]site/54a9e457-505a-4981-9542-dfe646d812d0` with the payload "activated". This occurs unconditionally when the extension starts. This behavior allows the attacker to track installations and verify code execution on victim machines, a tactic commonly associated with dependency confusion or namespace confusion attacks. The underlying code structure appears to be a copy of the legitimate Microsoft Python extension for VS Code.

aspidites

1.13.3

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.

web3x

0.3

Live on pypi

Blocked by Socket

The code steals mnemonic seed phrases and Ethereum wallet balances by sending them to a hardcoded Telegram bot. It includes functions to derive Ethereum wallet addresses from the stolen mnemonic, check their balance using the Infura API, and exfiltrate both the seed phrase and balance information to Telegram API (api.telegram[.]org). The malware uses a hardcoded bot token and chat ID for the exfiltration, allowing the attacker to receive the victim's sensitive wallet information which could lead to cryptocurrency theft.

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

Skill: Pre-execution shell command

Suspicious Stars on GitHub

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 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

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 AppBook a Demo

The latest from the Socket team

Get our latest security research, open source insights, and product updates.

View all articles →