registry  /  nodemon-lint  /  3.1.15

nodemon-lint@3.1.15

OSV Malicious Advisory

scanned 3h ago · by OpenSSF/OSV

OpenSSF/OSV advisory MAL-2026-5309 confirms this npm version as malicious. Package is published as `nodemon-lint` but its package.json, README, bin name (`nodemon`), homepage (nodemon.io), and source tree are a verbatim copy of Remy Sharp's `nodemon`. It declares two runtime dependencies — `regexp-ts@^2.1.7` and `chai@^4.4.1` — that the upstream nodemon does not ship and that are not `require()`d anywhere in `lib/` or `bin/`...

Advisory
MAL-2026-5309
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in nodemon-lint (npm)
Details
Package is published as `nodemon-lint` but its package.json, README, bin name (`nodemon`), homepage (nodemon.io), and source tree are a verbatim copy of Remy Sharp's `nodemon`. It declares two runtime dependencies — `regexp-ts@^2.1.7` and `chai@^4.4.1` — that the upstream nodemon does not ship and that are not `require()`d anywhere in `lib/` or `bin/`. Installing `nodemon-lint` by mistake therefore silently pulls those packages into the installer's dependency tree via npm's normal resolution, even though the lure tarball itself contains only legitimate nodemon code. The name is a 5-character extension of a top-tier registry package (`nodemon`), and the unused-dependency shape is consistent with using the lure as a delivery vehicle for whatever those transitive packages contain. The transitive packages themselves were not inspected here, so confirmation of their content is required before publishing a hard block. ## Source: ghsa-malware (e62de7b45c63185183f5fe120bd363a176f70cb28d4abfeec9a3686b320a0b96) 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 nodemon-lint@3.1.15 as malicious (MAL-2026-5309): Malicious code in nodemon-lint (npm)

Source & flagged code

0 flagged
No flagged code excerpts are attached to this scan.

Findings

1 High
HighOsv Malicious Advisory