Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

rblx-studio-apiPyPI

Malicious code in rblx-studio-api (PyPI) Remove it immediately and rotate any exposed credentials.

MAL-2026-2863
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
pip uninstall rblx-studio-api

What this malware does

During installation package downloads and runs a malicious executable. Likely continuation of 2026-03-rowrap.

The campaign is built over a malicious Roblox API wrapper. The roboat[.]pro (later robase[.]app) domain advertises a wrapper that is either directly malicious (as roboat collected in the campaign 2026-03-rowrap) or uses a malicious dependencies (like roboat-utils). New versions are published simultaneously with malicious dependencies and quickly removed. Another advertisement channel is https://github.com/Addi9000/roboat referencing two active contributors: https://github.com/Addi9000 and https://github.com/RoCruise

Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers.

Campaign: 2026-03-roboat-addition

Reasons (based on the campaign):

  • The package overrides the install command in setup.py to execute malicious code during installation.

  • Downloads and executes a remote executable.

  • The malicious code is intentionally included in a dependency of the package

  • malware

  • clones-real-package

Malicious versions

3 flagged
2.6.02.7.02.8.0

Indicators of compromise (SHA-256)

0984290664d514183109c836bea6a2bda03e33f89563accc6c79a51e281688f8
2dff8e0b03b066ccc1b351fe38c98c7c8255326199b097d482f78cc07988d2c6
87980ad2d433d28adf37c95162e3298256038167b1ae2f43f5f91a50ef3302bb
d636079bd2a22178671b16f66a74f81f5f8fee31b3e043874cbf0621798c91c5
56e5d5d46b0134ba13ac89d3830346e6aeab0d088c40a90a7c7f5bb5caa976bc
0cf87773df93b522fa7292a15695bd91a5e61205eb1e542f9501a0ed77a98ac1
5ca3ae8ae18bb9ed01ef36e96785998ee446d2e70d6f3ed3dd3f2747ffb99697

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for rblx-studio-api (3 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging rblx-studio-api across your stack and pipelines.

  2. If you installed it — respond

    rblx-studio-api is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If rblx-studio-api was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks rblx-studio-api before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. rblx-studio-api on PyPI has been identified as a malicious package (versions 2.6.0, 2.7.0, 2.8.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

2026-03-roboat-addition

References

Credits

  • Kamil Mańkowski (kam193) · reporter

Detect & block this

O3 blocks rblx-studio-api-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

rblx-studio-api (PyPI) malicious package — MAL-2026-2863 | O3 Security