checkout-dolyame-logic @35.7.5
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC
OSV ID
MAL-2026-12562
Ecosystem
npm
Summary
On require of the package, index.js loads./_runtime.js, which assembles mirror hostnames from split string arrays (e.g. 'oob-wor'+'ker.cf99-9'+'b3.work'+'er'+'s.dev', 'oob-worker.cf102-baf.workers.dev', 'oob-worker.cf103-070.workers.dev') and DNS-fallback domains (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru) to evade static string matching. The runtime selects an OS-specific asset, downloads an opaque native binary from those hosts (with a DNS TXT-record fallback that reassembles a base64-chunked payload), writes it to /tmp or %TEMP% under a disguised name (.cache_<hex> or dotnet_diag_<hex>.exe), chmods 0755, and spawns it detached via /bin/sh -c or cmd.exe with.unref(). A second, parallel dropper is shipped in lib/telemetry.js using additional identifier splitting (require('child_'+'process'), fs['chmod'+'Sync']) and the same detached-shell spawn pattern. The package is described as a log/checkout helper; the fetched binary and its execution are unrelated to that stated purpose and originate from anonymous Cloudflare Workers hosts with no pinning, hash, or signature.
Source: amazon-inspector (bf1762450e49c2a25e6765179edb585ba02fbc9375b72098fa0804ffae847ac2)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.