npm

eslint-generate-release @99.9.1

Vulnerability report · Last retrieved from osv.dev August 14, 2026 at 3:31 AM UTC

Malicious

OSV ID

MAL-2026-13980

Ecosystem

npm

Summary

eslint-generate-release@99.9.1 is a hollow package whose index.js exports an empty object and whose only effect on install is dependency resolution. package.json declares a runtime dependency ltidisafe whose version specifier is not an npm-registry version but a direct HTTPS tarball URL: https://ltidi.storage.googleapis.com/depenconf/ltidisafe-3.6.3.tgz. On npm install , npm fetches and installs that off-registry tarball into node_modules, introducing code that never passed through the npm registry. The package name mimics the ESLint ecosystem and the 99.9.1 version is a version-squat pattern; combined with the empty main entry, the package functions purely as a smuggling wrapper for the URL-referenced payload.

Source: amazon-inspector (4478598213eba844460a99bf323ef024e2fb906c918736cc7e593745029e16b4)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.