Logo
npm

@quantixfinance/ui@1.0.0

Vulnerability report · Last retrieved from osv.dev September 3, 2026 at 9:55 PM UTC

Malicious

OSV ID

MAL-2026-15856

Ecosystem

npm

Summary

The package advertises itself as a UI component library but index.js only exports empty stub Button/Input/Card functions. The real behavior is in preinstall.js, which runs automatically on npm install. That script iterates process.env and collects any variable whose name matches a credential/wallet/RPC keyword list (key, secret, token, pass, mnemonic, seed, wallet, private, api, rpc, infura, alchemy, supabase, vercel, etc.), attaches hostname, cwd, and Node version, and POSTs the resulting JSON to an IPv4 destination written as the 32-bit integer 759017974 (resolves to 45.61.169.182) on port 61289. Encoding the destination as a decimal integer literal instead of a dotted-quad string is an evasion technique against naive string/regex scanners; Node's http.request accepts the numeric form and connects normally. The stub-UI-plus-preinstall-payload shape indicates the package exists solely to be installed under the assumption it is a real finance/crypto UI library and run its install-time secret harvester against the installer.

Source: amazon-inspector (32aaaa83ee6908df0267edb30ac90d4c87ef22bb803f2aca0c97b15348af95d4)

Protect your entire dependency tree

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