OSV Malicious Advisory
scanned 2h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-10490 confirms this npm version as malicious. The package's main entry point (index.js) fetches a hardcoded GitHub Gist owned by 'getchainverse' via api.github.com and passes the returned file content directly to eval() at load time. Any consumer that require()s or imports @sqlite-panel/createsql executes whatever JavaScript the gist owner has published, with full Node.js process privileges on the installer's machine...
Advisory
MAL-2026-10490
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in @sqlite-panel/createsql (npm)
Details
The package's main entry point (index.js) fetches a hardcoded GitHub Gist owned by 'getchainverse' via api.github.com and passes the returned file content directly to eval() at load time. Any consumer that require()s or imports @sqlite-panel/createsql executes whatever JavaScript the gist owner has published, with full Node.js process privileges on the installer's machine. The gist source is mutable and controlled by a third party, with no pinning, hash, or signature verification. The package ships no SQL functionality despite its name; the entire module is the remote-eval dropper. Package metadata (author, description) is empty, and the name appears designed to attract developers searching for SQLite tooling.
Decision reason
OpenSSF Malicious Packages via OSV confirms @sqlite-panel/createsql@1.0.0 as malicious (MAL-2026-10490): Malicious code in @sqlite-panel/createsql (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory