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

# atomic-meta-check@0.0.1 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** — Unconsented installation-context data exfiltration

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

Installation automatically transmits host-derived telemetry to a third-party OAST endpoint. A DNS fallback leaks a hostname-derived label.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 96.0%
- **Started:** 2026-08-14T13:03:18.099Z
- **Finished:** 2026-08-14T13:03:59.950Z
- **Download time:** 505 ms
- **Static scan time:** 24 ms
- **AI review time:** 41320 ms
- **Total time:** 41851 ms

## Security analysis

### Published attack-surface review

- **Summary:** Installation automatically transmits host-derived telemetry to a third-party OAST endpoint. A DNS fallback leaks a hostname-derived label.

- **Trigger:** npm install

- **Impact:** Unconsented installation-context data exfiltration

- **Evidence paths:** package.json, beacon.js, cli.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-14T13:03:59.950Z

### AI review details

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

- **Mechanism:** postinstall HTTPS and DNS telemetry beacon

- **Attack narrative:** On npm install, the package runs beacon.js. It builds telemetry containing hostname, platform, Node version, and CI status, then sends it to an OAST host over HTTPS; if that fails, it performs a DNS lookup with a hostname-derived subdomain. This is an unconsented install-time network exfiltration channel.

- **Rationale:** The package's stated placeholder purpose does not require automatic external telemetry. Its postinstall beacon exfiltrates host-derived data through both HTTPS and DNS.

- **Files touched:** package.json, beacon.js

- **Network endpoints:** https://d9v7gkqgp7glpsfhspo0bnf169cgo7f97.oast.pro/canary, d9v7gkqgp7glpsfhspo0bnf169cgo7f97.oast.pro

### Review decision

- **Verdict:** Malicious

- **Confidence:** 96.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** postinstall executes beacon.js automatically., Beacon sends hostname, platform, Node version, and CI status to an external OAST host., DNS fallback embeds hostname-derived label in lookup.

- **Evidence against:** CLI only displays a placeholder notice and exits., No file reads, shell execution, or payload loading found.

## Public findings

### 1. High: Install Time Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 90.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/atomic-meta-check@0.0.1/package.json>)

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.postinstall = node ./beacon.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. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

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

Package source contains high-entropy string patterns.

### 6. High: Suspicious Lifecycle Evidence
- **Category:** Manifest
- **Confidence:** 96.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/atomic-meta-check@0.0.1/package.json>)

postinstall executes beacon.js automatically.

Public source snippet (untrusted):

```json
"scripts": {
    "postinstall": "node ./beacon.js"
  }
```

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

## Package metadata
- **Package:** atomic-meta-check
- **Ecosystem:** npm
- **Version:** 0.0.1
- **License:** MIT
- **Version published:** 2026-08-14T02:18:00.586Z
- **Package first seen:** 2026-08-14T13:03:59.950Z
- **Package last seen:** 2026-08-14T13:03:59.950Z
- **Known versions:** 1
- **Latest version:** 0.0.1
- **Appeal under review:** No
- **Description:** SECURITY PLACEHOLDER — reserves the unclaimed unscoped bin name of @coveo/atomic-component-health-check to prevent a dependency-confusion (npxconfuse) hijack. This is NOT the real tool; use @coveo/atomic-component-health-check.
- **Author:** Security researcher
- **Keywords:** security-placeholder, namespace-reservation, dependency-confusion, npxconfuse
- **Artifact files:** 4
- **Artifact unpacked size:** 4,973 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/atomic-meta-check/v/0.0.1>)
