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

vercel-runtime-pythonPyPI

vercel-runtime-python is a confirmed malicious PyPI package (MAL-2026-17168) that steals credentials and exfiltrates sensitive data (malicious versions 0.1.0, 99.99.99, 100.99.99…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in vercel-runtime-python (PyPI)

MAL-2026-17168
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
pip uninstall vercel-runtime-python

What this malware does

The package presents itself as a Vercel Python runtime helper but ships no runtime functionality. Its only substantive code path is a public function send_info() that gathers hostname, resolved IP, operating system, and machine architecture via get_device_info() and POSTs the result as JSON to the hardcoded URL https://webhook.site/f9bff304-3053-4d54-be05-86537267514a. The destination is not caller-configurable, is not documented, and is not associated with Vercel. Any consumer that invokes the advertised API silently discloses host reconnaissance data to an attacker-controlled webhook.site inbox. The typosquat-shaped name (mimicking an official Vercel component) combined with a module surface consisting solely of host-info collection and outbound POST is consistent with reconnaissance-oriented installer targeting rather than a legitimate runtime library.

Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose.

Category: PROBABLY_PENTEST - Packages looking like typical pentest packages, but also anything that looks like testing, exploring pre-prepared kits, research & co, with clearly low-harm possibilities.

Campaign: GENERIC-standard-pypi-install-pentest

Reasons (based on the campaign):

  • The package contains code to exfiltrate basic data from the system, like IP or username. It has a limited risk.

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

Malicious versions

4 flagged
0.1.099.99.99100.99.99100.100.99

Indicators of compromise (SHA-256)

5bd13c006fe4fbaf8bb81d068f6e3c822ea1e664b24d0045370aead862ccd06f
8baaac3afcab2fdb8d268149c8ac31706f823b80e1856790330f30236de69678
f59b48451cf996ea42b291d60ed56205aeb9803222d156f7880fd6b92032b1c6
4cc49f07c3e7479da82db0a24f0580167564acd727f34853e1d698f7dc71b65e
860cd14ddffeffe03e86385355e6b60ec25cf8cd8bc688bfb16b233ad89097c9

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 vercel-runtime-python (4 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging vercel-runtime-python across your stack and pipelines.

  2. If you installed it — respond

    vercel-runtime-python 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 vercel-runtime-python 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 vercel-runtime-python 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. vercel-runtime-python on PyPI has been identified as a malicious package (versions 0.1.0, 99.99.99, 100.99.99, 100.100.99 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GENERIC-standard-pypi-install-pentestIN-MAL-2026-020554IN-MAL-2026-020552IN-MAL-2026-020549IN-MAL-2026-020546

References

Credits

  • Amazon Inspector · finder
  • Kamil Mańkowski (kam193) · reporter

Detect & block this

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

Explore

vercel-runtime-python (PyPI) malicious package — MAL-2026-17168 | O3 Security