npm

claims-get-percentage-value @35.4.6

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC

Malicious

OSV ID

MAL-2026-12622

Ecosystem

npm

Summary

The package's main entry (index.js) unconditionally requires _platform.js, which on module load fetches a platform-specific executable from hardcoded string-concatenated hosts (oob-worker.cf103-070.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev), with DNS-TXT fallback to sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The fetched bytes are written to /tmp as a hidden dot-file (.cache_<rand>) on Unix or to %TEMP% as dotnet_diag_<rand>.exe on Windows, chmod 0755'd, and spawned detached via /bin/sh -c or cmd.exe start /b. Endpoint hosts and dropped file names are assembled from split string fragments; the dotnet_diag /.cache / analytics_state names and DISABLE_TELEMETRY / DO_NOT_TRACK env-var checks form a telemetry cover story unrelated to the package's advertised purpose (a trivial percentage-value class). No hash or signature verification is performed on the downloaded binary.

Source: amazon-inspector (fcb53d2b24eba1d763f7d76c41b006cc7a6d236677fcc2749b310cb3389ab161)

Protect your entire dependency tree

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