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

@vertexa/prisma-fetch-enginenpm

@vertexa/prisma-fetch-engine is a confirmed malicious npm package (MAL-2026-13608) that typosquats a legitimate package to trick installs (malicious versions 7.8.0, 7.8.1, 7.8.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @vertexa/prisma-fetch-engine (npm)

MAL-2026-13608
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @vertexa/prisma-fetch-engine

What this malware does

Package is published under the @vertexa scope but brands itself as @prisma/fetch-engine: README titled '# @prisma/fetch-engine', author 'Tim Suchanek [email protected]', homepage https://www.prisma.io, bug URL github.com/prisma/prisma/issues. Its dependencies rebrand the Prisma toolchain into @vertexa/prisma-debug, @vertexa/prisma-engines-version, and @vertexa/prisma-get-platform. The engine download URL builder in the bundled dist/ chunks resolves the Prisma query-engine native binary to https://github.com/lh0x00/prisma/releases/download/engines-b436f5b358bf3b9d72861631111333dd40434f73/<binary> — a personal GitHub account unaffiliated with Prisma — rather than the official binaries.prisma.sh CDN. Sibling bundles ship additional variants pointing at github.com/lh0x00/@lamhieu/prisma/releases/... and github.com/lh0x00/@lamhieu/@lamhieu/prisma/releases/.... The fetched bytes are written to disk, chmod +x'd, and subsequently invoked by Prisma tooling as the query engine, so a consumer installing this package and running Prisma executes attacker-controlled native code as the database engine process. No hash or signature verification is performed on the downloaded binary, and the download host does not match the impersonated publisher.

Malicious versions

6 flagged
7.8.07.8.17.8.27.8.37.8.47.8.5

Indicators of compromise (SHA-256)

7c61b8133ac3de70262f3496368103a2eecca87bde58bea852dbe98e167c5b05
d38b1dde82fbc77be91766db56d2ced0166e330975ead1ddfef209ad947e310b
d600a46705c4135e797ddabd9ce85155a55a1eb1d3af840e15d86ff3bc068aeb
f28776c1fc2bab8f1ae7bcbe98723c6ed9830b4356023925052595cd60c338c6
f9e623bb862332605a3fd291111a1061b5c13f1f66daff888bcff8c5db035cbf
af31d3f7a70c62590a05ef03453c16828fa36dd8f3887608cc1f0655bea9b4db

Detection & response playbook

Typosquat
  1. Find it

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

  2. If you installed it — respond

    @vertexa/prisma-fetch-engine is a typosquat — you almost certainly intended a legitimately-named package. Remove @vertexa/prisma-fetch-engine, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

    If @vertexa/prisma-fetch-engine 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 @vertexa/prisma-fetch-engine 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. @vertexa/prisma-fetch-engine on npm has been identified as a malicious package (versions 7.8.0, 7.8.1, 7.8.2, 7.8.3, 7.8.4, 7.8.5 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-017069IN-MAL-2026-017072IN-MAL-2026-017070IN-MAL-2026-017073IN-MAL-2026-017071IN-MAL-2026-017074

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @vertexa/prisma-fetch-engine-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

@vertexa/prisma-fetch-engine (npm) malicious package — MAL-2026-13608 | O3 Security