@zzzgenesis00/near-api @3.0.1
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC
OSV ID
MAL-2026-12122
Ecosystem
npm
Summary
The package's postinstall.js lifecycle script runs on npm install and collects installer-side secrets: it enumerates a hardcoded list of credential-shaped environment variables (NPM_TOKEN, NODE_AUTH_TOKEN, GITHUB_TOKEN, AWS_*, MNEMONIC, SEED_PHRASE, ETHEREUM_PRIVATE_KEY, and other API keys), reads ~/.ssh, ~/.npmrc, and ~/.gitconfig, probes Chrome/Firefox profiles and cryptocurrency wallet directories (.metamask,.exodus,.electrum,.ethereum,.solana), and runs npm whoami and git config . The collected bundle is POSTed to two hardcoded attacker-controlled destinations: api.telegram.org via a hardcoded bot token and chat_id, and a Serveo reverse-tunnel host at 40f955f39128bd79-178-249-214-24.serveousercontent.com/collect. Execution is deferred with setTimeout(1500 + Math.random()*2000) and errors are swallowed; variable names are obfuscated (_jag, _jui, _tk, _ch) and the script is labeled 'postinstall environment verification' as cover. module.exports = require('./index.js') provides passthrough so consumers see near-api-like behavior. The package name typosquats NEAR Protocol's official near-api package.
Source: amazon-inspector (b5e6b0c979c111a298e5a63a60690d41751672624107b847cf342c49b3b8843f)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.