OpenSSF/OSV advisory MAL-2026-13713 confirms this npm version as malicious. The package's main entry (index.js) fetches JavaScript from a hardcoded URL on a Vercel blob storage bucket (https://bdmkaoyijqmqa6bg.public.blob.vercel-storage.com/script.js) and passes the response body directly to eval() as an unconditional top-level side effect...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in @sqlite-labs/createsql (npm)
Details
The package's main entry (index.js) fetches JavaScript from a hardcoded URL on a Vercel blob storage bucket (https://bdmkaoyijqmqa6bg.public.blob.vercel-storage.com/script.js) and passes the response body directly to eval() as an unconditional top-level side effect. Any consumer that require()s or imports this package downloads and executes attacker-controlled JavaScript in the installer's Node process, with no pinning, no integrity verification, and no relation to the SQL/database purpose implied by the package name. The remote URL is stored in a variable named `gisturl` while actually resolving to a mutable Vercel blob endpoint — a cover-story naming pattern consistent with a dropper rather than legitimate remote configuration.
## Source: ghsa-malware (5588efbb6c57148b849f9b95838008bb1e71210c380acbfd727f78a45de190f1) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms @sqlite-labs/createsql@1.0.0 as malicious (MAL-2026-13713): Malicious code in @sqlite-labs/createsql (npm)