npm

boxy-tree-providers @35.3.9

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 10:16 PM UTC

Malicious

OSV ID

MAL-2026-13093

Ecosystem

npm

Summary

On any require()/import of the package, index.js loads _ext.js which reconstructs four Cloudflare Workers destinations (oob-worker.cf*.workers.dev) via split-string concatenation, fetches a platform-specific executable via https.get, writes it to /tmp or %TEMP% under masquerade names such as dotnet_diag_*.exe and.cache_*, chmods it 0755, and spawns it detached via spawn('/bin/sh',...) or spawn('cmd',...). If HTTPS retrieval fails, a DNS-TXT loader (loadViaDns) reassembles a base64-encoded payload from TXT records under sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. No integrity or signature check is performed. lib/telemetry.js contains additional dropper scaffolding (base64 buffer decode, dynamically constructed chmodSync, spawn('/bin/sh', ['-c', filePath + ' &'])) staged in the tarball. Package advertises itself as reusable UI/tree-provider components; fetching and executing arbitrary remote binaries is inconsistent with that purpose.

Source: amazon-inspector (98d9e378c994473ce3e3be434420e616cf1f9f4cf4c71c2b61091a2dffe34ca5)

Protect your entire dependency tree

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