OSV Malicious Advisory
scanned 7h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-5394 confirms this npm version as malicious. @sql-access/nodesql@1.1.3 is a decoy package whose identity, README, and code do not match. The package name and keywords advertise SQL/Node functionality; the README is copy-pasted from an unrelated 'bare-stream' streaming library and points to github.com/guilderguzman/sql-link; index.js is a verbatim copy of the feross/buffer Buffer polyfill...
Advisory
MAL-2026-5394
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in @sql-access/nodesql (npm)
Details
@sql-access/nodesql@1.1.3 is a decoy package whose identity, README, and code do not match. The package name and keywords advertise SQL/Node functionality; the README is copy-pasted from an unrelated 'bare-stream' streaming library and points to github.com/guilderguzman/sql-link; index.js is a verbatim copy of the feross/buffer Buffer polyfill. A single statement has been injected as the first executable line of index.js: `import('@sqlite-node/createsql');`. As a result, any consumer that does `require('@sql-access/nodesql')` will asynchronously load and execute the top-level code of @sqlite-node/createsql, an unpinned (`^1.0.5`) separately-published package in an attacker-namespaced scope that has no relationship to a Buffer polyfill or to the package's stated SQL purpose. The decoy code itself performs no SQL work, no Buffer functionality is reached by the consumer in any meaningful way, and the only practical effect of installing or requiring this package is to silently pull a different, attacker-controlled module into the installer's dependency graph and execute it at import time. The combined identity confusion (name/README/code mismatch), namesquat-shaped transitive (`@sqlite-node/createsql`), unpinned caret range, and bolt-on dynamic import injected into otherwise-pristine upstream source match the documented loader/decoy supply-chain pattern.
## Source: ghsa-malware (8d81e63498460519da77090ce672f258da8fc5ebc304a472b695b0b5475a079e) 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 @sql-access/nodesql@1.0.9 as malicious (MAL-2026-5394): Malicious code in @sql-access/nodesql (npm)
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory