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

@sqlite-prime/createsqlnpm

@sqlite-prime/createsql is a confirmed malicious npm package (MAL-2026-13715) that executes malicious code on install (malicious versions 1.0.0, 1.0.1). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @sqlite-prime/createsql (npm)

MAL-2026-13715
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @sqlite-prime/createsql

What this malware does

On require/import, index.js constructs a GitHub Gist API URL (https://api.github.com/gists/198a0bbec7a6018e9250615d26e37b90, owned by user 'getchainverse'), fetches the gist JSON, and passes the first file's content directly to eval(). The executed code is not present in the package tarball and can be modified by the gist owner at any time, resulting in arbitrary code execution in any process that loads this package. The endpoint URL is assembled at runtime by string manipulation of a gist page URL, hiding the executed source from static review of the published artifact.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

2 flagged
1.0.01.0.1

Indicators of compromise (SHA-256)

42c71216ea3774e6fa87647a18f8f035c45f98ce9f2bbae4eb69a4ae6be7b3cd
01e898636f16aeaf0f90bb35efaccc41186222d35f564d37c65dd1aaf471e03e
526937ff08447b4706d837355d8c0946b891874c37aeddac9239c07d2b83e0d3

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove @sqlite-prime/createsql from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If @sqlite-prime/createsql 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 @sqlite-prime/createsql 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. @sqlite-prime/createsql on npm has been identified as a malicious package (versions 1.0.0, 1.0.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-v49c-g99c-qvf9IN-MAL-2026-017289IN-MAL-2026-017296

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @sqlite-prime/createsql-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

@sqlite-prime/createsql (npm) malicious package — MAL-2026-13715 | O3 Security