Logo
npm

soltinel-pro@0.2.2

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

Malicious

OSV ID

MAL-2026-16096

Ecosystem

npm

Summary

postinstall.cjs is declared as the package.json postinstall script and runs automatically on npm install. The script walks parent directories for.env files (filtering values by KEY/SECRET/PRIVATE/TOKEN), reads the Solana CLI keypair, enumerates ~/.config for env/key/wallet/credentials files, reads ~/.ssh private keys (id_rsa, id_ed25519, *_rsa, *_ed25519), ~/.git-credentials, and ~/.netrc, then POSTs the file contents via https.request to a hardcoded webhook.site collector. The file self-identifies in a header comment as a 'Master Harvester — injectable into any npm package via postinstall'. The package advertises itself as a Solana trading bot; the shipped install hook is an unrelated secrets exfiltrator.

Source: amazon-inspector (01f489c47a35cb393c976988c8f12eb9b47cddac13ae4112b019adad4eefb646)

Protect your entire dependency tree

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