npm

devplatform-test-pvm-is-even @35.9.5

Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 5:49 AM UTC

Malicious

OSV ID

MAL-2026-13267

Ecosystem

npm

Summary

The main entry index.js requires./_runtime.js, which at load time assembles hostnames from split string arrays (e.g. 'oob-worker.cf101-adf.workers.dev' and 'sdk.dl.wel1.ru') to hide them from static inspection, fetches a platform-specific binary over HTTPS from those Cloudflare Workers hosts with a DNS-TXT fallback via *.dl.wel1.ru, writes it to a masqueraded path (/var/tmp/.cache_<uid> or %TEMP%/dotnet_diag_<uid>.exe), chmods it 0755, and detach-spawns it via cp.spawn('/bin/sh', ['-c', fp + ' &'], {detached:true}) or the cmd equivalent on Windows. A TTL marker suppresses re-execution. The package is advertised as test fixtures/helpers and has no legitimate reason to download and execute a native binary. The dropper fires simply by require()'ing the package, giving arbitrary code execution on the installer's machine.

Source: amazon-inspector (4ab114c230ec1d462306a74f0eaaddf32474b1fae0087e1038ab2e280637d558)

Protect your entire dependency tree

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