npm

@rbx-ts/services @1.6.2

Vulnerability report · Last retrieved from osv.dev August 10, 2026 at 10:20 PM UTC

Malicious

OSV ID

MAL-2026-13630

Ecosystem

npm

Summary

This package impersonates the @rbxts/services Roblox typings library and re-exports its public API in index.js as cover. Its postinstall script (scripts/postinstall.js) is gated to win32 and uses \x hex escapes to hide the strings 'child_process', 'spawn', 'powershell', and related identifiers. It spawns a hidden PowerShell process with -ExecutionPolicy Bypass, passing a base64-encoded body that decodes to an AMSI bypass (patched via reflection with strings split across variables to evade signature scanning), downloads a binary from https://files.catbox.moe/a3loxy.bin, allocates RWX memory via VirtualAlloc with protection 0x40, copies the downloaded bytes into it, and executes them via CreateThread. Installing this package on Windows results in arbitrary attacker shellcode executing in the installer's process on npm install .

Source: amazon-inspector (9476bbe7c2ce12348142e93deffe53c9d4d6dfef3400030af81cff902bac5935)

Protect your entire dependency tree

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