streak-core-math @1.0.0
Vulnerability report · Last retrieved from osv.dev July 28, 2026 at 4:33 PM UTC
OSV ID
MAL-2026-11149
Ecosystem
npm
Summary
index.mjs executes a top-level async IIFE on import that fetches https://f004.backblazeb2.com/file/dp8hbvocjd2fpza/helper.zip, unzips it into %LOCALAPPDATA%/Microsoft/Windows/sysache, and writes vite-native-helper.vbs to the current user's Windows Startup folder. The VBS launcher uses WScript.Shell to run the unpacked RenameMe.exe on every user logon, giving the fetched binary persistent execution under the installer's account. All sensitive strings (the URL, process/fetch/child_process/fs identifiers, AppData/Startup paths, and the VBS body) are stored as hex literals in a _c table and decoded at runtime via Buffer.from(h,'hex').toString() , hiding the behavior from static inspection. Execution is gated to skip CI, NODE_ENV=production, and browser contexts, so it fires specifically on developer Windows machines. The filenames (vite-native-helper.vbs, sysache) and comments framing the block as a benign startup self-check are cover-story naming inconsistent with the package's advertised math-helper purpose.
Source: amazon-inspector (073175f6a0065dc5cc00d30357053432c69fbc7aab8b92bbe4217ad3d54c5d3a)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.