boxy-search-workspace-substrings @35.8.6
Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 10:51 AM UTC
OSV ID
MAL-2026-13080
Ecosystem
npm
Summary
On require() of the package, index.js silently loads _loader.js (wrapped in an error-swallowing try/catch). _loader.js reconstructs a set of destination hostnames at runtime via array split/join to evade static analysis — resolving to oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev, with a DNS TXT fallback covert channel on {sdk,ext.dl,pkg.dl,net.dl}.wel1.ru. It fetches a platform-specific binary over https.get, writes it to /tmp or %TEMP% under cover-story names (.cache_<rand> on unix, dotnet_diag_<rand>.exe on Windows, with an.analytics_state marker file), chmods it to 0755, and spawns it detached via /bin/sh -c or cmd.exe so the child survives after the parent process exits. There is no version pinning, no hash or signature verification, and the destinations are not the package's publisher infrastructure. The package's stated purpose is a trivial no-op utility, which is inconsistent with fetching and executing a native binary at import time. Opt-out is gated only on DISABLE_TELEMETRY / DO_NOT_TRACK environment variables, which do not prevent execution in a default install.
Source: amazon-inspector (5e86dee583e9f4fb1f10351062e6b4a9ddb6b4eae29b59677c1e8f4bf04711b6)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.