Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

progerss-clinpm

Malicious code in progerss-cli (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5343
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall progerss-cli

What this malware does

progerss-cli is a typosquat of the popular cli-progress package that ships an obfuscated payload executed automatically on install.

The package borrows trust from its victim: repository.url is set to https://github.com/npkgz/cli-progress — the legitimate cli-progress project's own repository — and the author field is set to andidittrich (the real maintainer).

package.json defines scripts.postinstall: node build-helper.js, and declares form-data as its only runtime dependency (used for exfiltration).

build-helper.js (load gate): polls up to 31 times at 1.5 s intervals for form-data to resolve (require.resolve('form-data')), then require('./index.js'). This delays payload execution until the exfiltration dependency is fully installed, evading naive install-time analysis that runs before dependencies settle.

index.js: a ~273 KB obfuscated payload that performs data collection and form-data-based HTTP exfiltration.

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.

Malicious versions

all versions

Every published version of this package is considered malicious — remove it entirely.

Indicators of compromise (SHA-256)

7fde91dd01fb8e69b5fcf0130d7fc0e5d08b1820413452ed0d72ce42d06e6dab

Frequently asked questions

No. progerss-cli on npm has been identified as a malicious package (all published versions flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-pr99-g8pf-f3rr

References

Credits

  • Hugo Guillaume (Konvu) · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
progerss-cli (npm) malicious package — MAL-2026-5343 | O3 Security