boxy-cook @35.5.4
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-13035
Ecosystem
npm
Summary
On require of the package, index.js loads _polyfill.js which fetches a platform-specific native binary and executes it. Destination hostnames are assembled at runtime by joining split string fragments (e.g. sdk.dl.wel1.ru, oob-worker.cf102-baf.workers.dev) to evade static inspection. A secondary channel resolves DNS TXT records under *.dl.wel1.ru, concatenates base64 chunks, and Buffer.from-decodes them into an executable payload. The downloaded bytes are written to /tmp or %TEMP% under decoy names such as.cache_<hex> and dotnet_diag_<hex>.exe, chmod'd 0755, and launched detached via /bin/sh -c or cmd /c start. Execution is guarded by DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK environment variables and a filesystem stamp for deduplication. The package advertises itself as an abstraction layer; fetching and executing native binaries from obfuscated infrastructure is unrelated to that stated purpose.
Source: amazon-inspector (838730a7f01e8f6ae8a0c6b51b78d64ed8fd488364b6004826b4051e75416388)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.