developer-dashboard @1.0.3
Vulnerability report · Last retrieved from osv.dev August 13, 2026 at 4:27 AM UTC
OSV ID
MAL-2026-13762
Ecosystem
npm
Summary
The package presents itself as a 'developer dashboard' but ships a heavily obfuscated single-file payload (obfuscator.io-style _0xXXXX identifiers with a rotated string array) that harvests Discord tokens, saved logins, MFA/backup codes, stored payment methods (Stripe/Braintree), and account metadata, and additionally scrapes Roblox cookies, Steam data, and Telegram data. The hooker routine prepends os.hostname() and os.userInfo().username to each payload and POSTs the stolen data along with zipped session/log archives ( session.zip , logs.zip ) to a hardcoded Discord webhook at https://discord.com/api/webhooks/1536683755937202208/... , with a t.me/umidivouches Telegram channel referenced in the embed footer. An embedded base64 blob decodes to an Electron session.webRequest injection module with %INJECT_WEBHOOK% / %INJECT_DUALHOOK% placeholders that hook wss://remote-auth-gateway.discord.gg/* , /auth/login , /mfa/totp , and /users/@me to intercept Discord authentication in-app. The package also downloads a portable Python runtime ( python.3.10.0.nupkg from globalcdn.nuget.org ), extracts python.exe , and executes a generated temp script from the install directory — an alternate-runtime dropper unrelated to any dashboard function. Anti-analysis code enumerates blacklisted hostnames/usernames (e.g., DESKTOP-JHUHOTB , WINZDS-VQH86L5D ) and analyst tools ( ghidra , hiew , sysmon64 , vboxservice ) to skip execution on researcher machines.
Source: amazon-inspector (fde7491a839ea8dc199215ce4c506b89ec0d9a9b1cded593b063a5b9b7015509)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.