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

# @finaxis/common-js@0.3.10 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** — Unauthorized CPU consumption and network use on visitors' devices.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Matched malicious
- **Public report status:** Published
- **Threat category:** Crypto Miner
- **Selected version:** 0.3.10
- **Selected version is latest:** Yes
- **Analysis source:** AI Security Review (lpm-firewall-ai)

The browser entrypoint contains an obfuscated Xelis cryptocurrency miner. It automatically starts when loaded in a browser, obtains configuration remotely, and uses workers plus WebSocket mining-pool communication.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-16T13:54:59.214Z
- **Finished:** 2026-08-16T13:56:15.259Z
- **Download time:** 510 ms
- **Static scan time:** 799 ms
- **AI review time:** 74734 ms
- **Total time:** 76045 ms

## Security analysis

### Published attack-surface review

- **Summary:** The browser entrypoint contains an obfuscated Xelis cryptocurrency miner. It automatically starts when loaded in a browser, obtains configuration remotely, and uses workers plus WebSocket mining-pool communication.

- **Trigger:** A consumer imports or serves dist/common-js.js in a browser context.

- **Impact:** Unauthorized CPU consumption and network use on visitors' devices.

- **Evidence paths:** package.json, dist/common-js.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-16T13:56:15.259Z

### AI review details

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

- **Mechanism:** Auto-started browser cryptocurrency mining via fetched configuration, WebSockets, and Workers.

- **Attack narrative:** The package disguises a browser cryptocurrency miner as common JavaScript/lodash content. Its published, obfuscated entrypoint exports XelisMiner and automatically invokes its startup path in browser contexts. That path can fetch remote configuration, create workers for computation, and connect through WebSocket, enabling mining activity on machines that load an application bundling this package.

- **Rationale:** This is concrete, auto-starting cryptomining behavior in the published runtime entrypoint, not merely a suspicious primitive. The absence of install hooks does not mitigate runtime harm to browser users.

- **Files touched:** package.json, dist/common-js.js

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** Published browser entrypoint is a 770KB one-line obfuscated payload that brands itself XelisMiner., Importing it in a browser auto-instantiates the miner and invokes its start method., The payload fetches a configurable remote configuration, opens WebSockets, and creates Worker instances for computation.

- **Evidence against:** No preinstall, install, or postinstall hook; the only lifecycle hook is prepublishOnly., No Node credential, environment, or local-file harvesting APIs were found in the published entrypoint.

## Public findings

### 1. Low: Non Install Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 80.0%

Package declares lifecycle scripts that are not normally run for registry tarball installs.

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

Package declares npm scripts.

### 3. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

### 4. High: Obfuscated Payload Loader
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** dist/common-js.js
- **Public source:** [View source](<https://unpkg.com/@finaxis/common-js@0.3.10/dist/common-js.js>)

Source contains an obfuscated payload loader that reconstructs and executes hidden code.

Public source snippet (untrusted):

```javascript
L1: function a0_0x3e36(){const _0x533fe5=['W4dcNalcMG','CN3cTKe','BdldKCo/','W68mW7RcTG','rSoYm3K','W7viiSkb','WRdcHSkP','i8ocgaq','ehZcI8o1','W41KW4ldVG','WQtcP8oJW7W','usxcUCou','qmk...
```

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

Package source contains high-entropy string patterns.

### 6. Medium: Structural Risk Force Deep Review
- **Category:** Artifact Inventory
- **Confidence:** 100.0%

Artifact structure forces deeper review even if the static behavioral verdict is clean.

### 7. Low: No License
- **Category:** Manifest
- **Confidence:** 80.0%

Package manifest does not declare a clear license.

### 8. High: Ai Review Evidence
- **Category:** Ai Review
- **Confidence:** 99.0%
- **Path:** dist/common-js.js
- **Public source:** [View source](<https://unpkg.com/@finaxis/common-js@0.3.10/dist/common-js.js>)

Published browser entrypoint is a 770KB one-line obfuscated payload that brands itself XelisMiner.

Public source snippet (untrusted):

```javascript
console[_0x43d979(0x110b,'ZI^x')+'r']('[XelisMiner]',_0x30d8cd&&_0x30d8cd[_0x43d979(0x1945,'UqDR')+_0x43d979(0x2cd5,'UqDR')]?_0x30d8cd[_0x43d979(0x1a70,'xa#[')+_0x43d979(0x2e3a,'mg)[')]:_0x30d8cd);
```

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

Importing it in a browser auto-instantiates the miner and invokes its start method.

Public source snippet (untrusted):

```javascript
var _0xd42e4c=new _0x34bfcf(_0x1c6cf8);_0x34bfcf[_0x34b541(0x1f6d,'b@k7')]=_0xd42e4c,_0xd42e4c[_0x34b541(0x41f0,']p$r')+'t']()[_0x34b541(0x1dc,'N)B$')+'h'](
```

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

The payload fetches a configurable remote configuration, opens WebSockets, and creates Worker instances for computation.

Public source snippet (untrusted):

```javascript
var _0x391176=await fetch(_0x9f0255[_0x193938(0x115f,'xa#[')+_0x193938(0x4370,'ZI^x')+'l'],{'cache':_0x193938(0x186d,'OOM)')+_0x193938(0xc03,'q%U@')});
```

### 11. High: Ai Review Evidence
- **Category:** Ai Review
- **Confidence:** 99.0%
- **Path:** dist/common-js.js
- **Public source:** [View source](<https://unpkg.com/@finaxis/common-js@0.3.10/dist/common-js.js>)

The payload fetches a configurable remote configuration, opens WebSockets, and creates Worker instances for computation.

Public source snippet (untrusted):

```javascript
var _0x2cb6bd=new Worker(_0x1ece94);
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** prepublishOnly
- **Dependencies:** 0
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 2
- **Published dependency-graph edges:** 0

## Package metadata
- **Package:** @finaxis/common-js
- **Ecosystem:** npm
- **Version:** 0.3.10
- **License:** UNLICENSED
- **Version published:** 2026-08-16T13:47:31.560Z
- **Package first seen:** 2026-08-15T18:55:12.331Z
- **Package last seen:** 2026-08-16T13:56:15.259Z
- **Known versions:** 8
- **Latest version:** 0.3.10
- **Appeal under review:** No
- **Description:** common-js
- **Keywords:** lodash, lodash-js
- **Artifact files:** 3
- **Artifact unpacked size:** 775,657 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@finaxis/common-js/v/0.3.10>)
- [Repository](<https://github.com/finaxis/common.git>)
- [Homepage](<https://github.com/finaxis/common#readme>)
- [Issues](<https://github.com/finaxis/common/issues>)
