npm

boxy-maker-wave @35.2.1

Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC

Malicious

OSV ID

MAL-2026-13066

Ecosystem

npm

Summary

On require() of the package, index.js loads _platform.js which selects a platform-specific endpoint, downloads an opaque binary over HTTPS from Cloudflare Workers hosts assembled via string-array joins (oob-worker.cf101-adf.workers.dev family) with a DNS-TXT fallback channel that resolves TXT records under sdk.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru / ext.dl.wel1.ru, reassembles base64 chunks into an executable, writes the file under a disguised name (dotnet_diag_*.exe /.cache_* /.analytics_state) in a temp directory, chmods it 0755, and detached-spawns it via spawn("/bin/sh", ["-c", fp+" &"], {detached:true}).unref() (or spawn("cmd",...) on Windows). Destination hostnames are hidden from static scanners by array.join string concatenation, and the code is decorated with cover-story comments ("Cache validation", "Parallel DNS resolution") and telemetry-shaped env gates (DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK) to masquerade as analytics. No hash/signature check on the fetched bytes; the hosts have no relationship to any publisher.

Source: amazon-inspector (8e064a8b2cd4e63ee24471673e5ac8f3cfb9ffae86a7e05eae7562395c3716b4)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.