OpenSSF/OSV advisory MAL-2026-13714 confirms this npm version as malicious. @sqlite-labs/nodesql@1.0.5 ships an index.js that is a copy of the feross/buffer library with a single injected top-of-file statement `var ins = require('@sqlite-labs/createsql');`...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in @sqlite-labs/nodesql (npm)
Details
@sqlite-labs/nodesql@1.0.5 ships an index.js that is a copy of the feross/buffer library with a single injected top-of-file statement `var ins = require('@sqlite-labs/createsql');`. The imported binding `ins` is never referenced anywhere else in the module; its sole effect is to trigger execution of the sibling package `@sqlite-labs/createsql` whenever a consumer performs `require('@sqlite-labs/nodesql')` or `import`s it. Package metadata reinforces the lure shape: description is empty, keywords are the generic `node`/`sql`, homepage points at `github.com/guilderguzman/sql-link`, and the README is titled `bare-stream` and instructs the reader to `npm i @sql-access/nods` — a different scope and name than the published package. The scope `@sqlite-labs` resembles established SQLite-ecosystem names but is not affiliated with them. Installing and importing this package causes attacker-controlled code in `@sqlite-labs/createsql` to run in the consumer's process at load time; no lifecycle hook is required.
## Source: ghsa-malware (f65b25d073ba8ebd2e2939ef74c84104486404c6b973550898fb5a54b97be63d) 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
No blocking static signals were detected.