OpenSSF/OSV advisory MAL-2026-13630 confirms this npm version as malicious. scripts/postinstall.js is obfuscated with hex-escaped identifiers and base64-encoded strings that hide standard API names ('https', 'fs', 'child_process', 'powershell', '.exe') and a download URL. On npm install, if process.platform === 'win32', the script decodes the base64 URL to https://files.catbox.moe/9bppy2.zip, downloads the archive to the system TEMP directory, expands it via PowerShell Expand-Archive,...
Package defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgInstall-named source file stages remote content through filesystem writes and execution.
scripts/postinstall.jsView on unpkg · L7Source decodes a Base64-obscured HTTP endpoint at runtime.
scripts/postinstall.js#virtual:normalized:round1View on unpkg · L8Package defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgInstall-named source file stages remote content through filesystem writes and execution.
scripts/postinstall.jsView on unpkg · L7Source decodes a Base64-obscured HTTP endpoint at runtime.
scripts/postinstall.js#virtual:normalized:round1View on unpkg · L8