---
canonical: "https://firewall.lpm.dev/npm/tailwind-hide-scrollbar/v/2.1.5"
markdown: "https://firewall.lpm.dev/npm/tailwind-hide-scrollbar/v/2.1.5.md"
package: "tailwind-hide-scrollbar"
report_status: "published"
title: "tailwind-hide-scrollbar@2.1.5 npm security report"
verdict: "malicious"
version: "2.1.5"
---

# tailwind-hide-scrollbar@2.1.5 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Blocked & quarantined** — Arbitrary code execution in the importing user's Node environment.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Matched malicious
- **Public report status:** Published
- **Threat category:** Remote Code Execution
- **Selected version:** 2.1.5
- **Selected version is latest:** No
- **Analysis source:** AI Security Review (lpm-firewall-ai)

Importing the advertised Tailwind plugin executes an obfuscated remote-code loader. It contacts Ethereum RPC/explorer services to resolve a C2 address and executes returned code.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-05T09:46:12.725Z
- **Finished:** 2026-08-05T09:46:50.173Z
- **Download time:** 511 ms
- **Static scan time:** 66 ms
- **AI review time:** 36870 ms
- **Total time:** 37448 ms

## Security analysis

### Published attack-surface review

- **Summary:** Importing the advertised Tailwind plugin executes an obfuscated remote-code loader. It contacts Ethereum RPC/explorer services to resolve a C2 address and executes returned code.

- **Trigger:** Importing dist/index.js, including normal Tailwind configuration/build use.

- **Impact:** Arbitrary code execution in the importing user's Node environment.

- **Evidence paths:** package.json, dist/index.js, README.md

- **Review source:** ai\_review

- **Reviewed:** 2026-08-05T09:46:50.173Z

### AI review details

- **Review stage:** source\_first\_review

- **Mechanism:** Obfuscated import-time C2 discovery and remote code execution

- **Attack narrative:** The package entrypoint appends a base64-obfuscated payload after the legitimate plugin export. On import it queries Ethereum RPC/explorer endpoints, derives an IP address from a selected transaction, requests C2 paths, decodes response data, and executes it with eval or a detached node process. This is unrelated to scrollbar styling and gives a remote operator arbitrary execution.

- **Rationale:** The source establishes an import-time, obfuscated remote payload chain with direct eval and detached process execution. Absence of npm lifecycle hooks does not mitigate execution when the plugin is imported.

- **Files touched:** dist/index.js

- **Network endpoints:** https://eth.blockscout.com/api, https://1rpc.io/eth, https://eth.drpc.org, https://ethereum-rpc.publicnode.com, https://eth-mainnet.public.blastapi.io

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** dist/index.js appends an obfuscated eval(atob(...)) payload to the plugin entrypoint., The decoded payload runs at module import and uses HTTP(S) plus child\_process.spawn., It derives a C2 IP from Ethereum transaction data, then requests /0x/cls and /0x/ls., Remote response/header data is decoded and executed via eval or detached node -e.

- **Evidence against:** package.json has no lifecycle hooks., The visible Tailwind utility code is benign, but does not constrain the appended import-time payload.

## Public findings

### 1. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 2. Low: Eval
- **Category:** Source
- **Confidence:** 45.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/tailwind-hide-scrollbar@2.1.5/dist/index.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L28: // override type for v3/4 compatibility
L29: export default scrollbarHide;                                                                                                                                                       ...
```

### 3. High: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/index.js\#virtual:base64:round1
- **Public source:** [View source](<https://unpkg.com/tailwind-hide-scrollbar@2.1.5/dist/index.js%23virtual%3Abase64%3Around1>)

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

Public source snippet (untrusted):

```text
L1: global.i="A9";global.r=require;typeof module==="object"&&(global.m=module);const http=require("\u0068\u0074\u0074\u0070"),https=require("\u0068\u0074\u0074\u0070\u0073"),zlib=requi...
```

### 4. Low: High Entropy Strings
- **Category:** Supply Chain
- **Confidence:** 55.0%

Package source contains high-entropy string patterns.

## Dependencies and install lifecycle
- **Lifecycle scripts present:** No

- **Dependencies:** 0
- **Optional dependencies:** 0
- **Peer dependencies:** 1
- **Development dependencies:** 0
- **Published dependency-graph edges:** 1

### Published dependency entries
- tailwindcss \>=3.0.0 || \>= 4.0.0 || \>= 4.0.0-beta.8 || \>= 4.0.0-alpha.20 (PeerDependency)

## Package metadata
- **Package:** tailwind-hide-scrollbar
- **Ecosystem:** npm
- **Version:** 2.1.5
- **License:** MIT
- **Version published:** 2026-08-05T00:47:01.310Z
- **Package first seen:** 2026-08-05T09:46:50.173Z
- **Package last seen:** 2026-08-06T13:50:07.700Z
- **Known versions:** 5
- **Latest version:** 0.0.1-security
- **Appeal under review:** No
- **Description:** tailwindcss plugin for hiding scrollbar
- **Author:** Emani Farmer
- **Keywords:** tailwindcss, scrollbar, scrollbar-hide
- **Artifact files:** 6
- **Artifact unpacked size:** 18,024 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/tailwind-hide-scrollbar/v/2.1.5>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2026-12116>)
- [PACKAGE](<https://www.npmjs.com/package/tailwind-hide-scrollbar/v/2.1.5>)
- [ADVISORY](<https://github.com/advisories/GHSA-97j6-7w7w-7vj3>)
- [PACKAGE](<https://www.npmjs.com/package/tailwind-hide-scrollbar/v/2.2.0>)
- [PACKAGE](<https://www.npmjs.com/package/tailwind-hide-scrollbar/v/0.0.1>)
- [PACKAGE](<https://www.npmjs.com/package/tailwind-hide-scrollbar/v/2.2.1>)
