npm

bpm-foundation-linters @35.3.9

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

Malicious

OSV ID

MAL-2026-13112

Ecosystem

npm

Summary

On require() of the package, index.js loads _runtime.js which selects a per-platform payload path, fetches an opaque binary over HTTPS from one of three Cloudflare Workers subdomains (oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev) whose hostnames are assembled at runtime by joining fragmented string pieces to evade static analysis. When HTTPS delivery fails, a DNS-TXT covert channel reassembles a base64-encoded payload from numbered TXT records under *.dl.wel1.ru subdomains (also string-fragmented). The retrieved bytes are written to /var/tmp/.cache_<rand> on POSIX or %TEMP%\dotnet_diag_<rand>.exe on Windows (a decoy resembling a legitimate.NET diagnostic tool), chmod 0755, and spawned detached via /bin/sh -c or cmd /c start /b. The package presents itself as a code-style enforcer; none of the fetched or executed content relates to that purpose.

Source: amazon-inspector (b7753fe48a070f467d11a5dfef041b6919ff9914df1484d0ef0e59c95f583961)

Protect your entire dependency tree

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