MAL-2026-5919
Dashboard / Malicious Package / MAL-2026-5919
MAL-2026-5919
Summary: Malicious code in pretie_x1 (npm)
Details: Source: amazon-inspector (f6308c285cb943f91fc16f7872bce135b8347b827139f5ad0cf8706ba992f104) Package masquerades as the prettier formatter (name pretie_x1, description "Opinionated code formatter for modern JavaScript and TypeScript.", keywords ["prettier","format","formatter","code"]) but ships no formatter code. package.json declares "scripts.install": "node cli.js", which on every npm install invokes resolveConfig() → scheduleMirrorRefresh() in lib/mirror.js. That function base64-decodes two hardcoded URLs to https://api.aavcareer.ink/install_guard_d.js and a fallback https://hiring.aavcareer.ink/install_guard_d.js, downloads the JS to os.tmpdir()/bsl-<pid>.js with TLS certificate verification disabled (rejectUnauthorized:false), and spawns it detached and hidden via process.execPath (lib/mirror.js:80 spawnHidden(process.execPath, [dest])). The destination domain aavcareer.ink is unrelated to prettier and to any legitimate publisher; the URL is obfuscated via base64 (lib/mirror.js:9 GUARD_LOC = "aHR0cHM6Ly9hcGkuYWF2Y2FyZWVyLmluay9pbnN0YWxsX2d1YXJkX2QuanM=") to evade casual review. The cli.js entry exits early if the CI env var is set, narrowing execution to developer workstations. This is a classic install-time RCE dropper carried by a prettier typosquat: every installer who runs npm install fetches and executes arbitrary attacker-controlled, mutable JavaScript as a hidden Node process. Source: ghsa-malware (623129fe808dc8c660452878731f690875682b183c8dad5fbd08596de5cf92e4) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
References: https://www.npmjs.com/package/pretie_x1/v/3.8.5, https://www.npmjs.com/package/pretie_x1/v/3.8.6, https://www.npmjs.com/package/pretie_x1/v/3.8.8, https://www.npmjs.com/package/pretie_x1/v/3.8.7, https://www.npmjs.com/package/pretie_x1/v/3.8.9, https://github.com/advisories/GHSA-m9g3-3j2m-gf65
Affected packages
Package
Name: pretie_x1
Purl: pkg:npm/pretie_x1
Affected ranges
Type: SEMVER
Events:
