OpenSSF/OSV advisory MAL-2026-11101 confirms this npm version as malicious. Package advertises itself as a small PostCSS vendor-prefix / CSS-variable-injection plugin but ships a single ~105KB obfuscator.io-packed bundle as its main entry (index.js), loaded on every require('motion-forge-css'). The bundle uses a 912-entry rotated string array, string-decoder, self-defending / anti-debug wrapper, and an inline base64 alphabet — none of which are required to add CSS vendor prefixes...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in motion-forge-css (npm)
Details
Package advertises itself as a small PostCSS vendor-prefix / CSS-variable-injection plugin but ships a single ~105KB obfuscator.io-packed bundle as its main entry (index.js), loaded on every require('motion-forge-css'). The bundle uses a 912-entry rotated string array, string-decoder, self-defending / anti-debug wrapper, and an inline base64 alphabet — none of which are required to add CSS vendor prefixes. The bundle also contains a plaintext `Function(` dynamic code-construction primitive alongside string-array entries for `require`, `Buffer`, `process`, `constructor`, and `prototype`, which is the standard toolkit for reconstructing Node built-ins by name and executing a decoded payload at import time. The combination of deep obfuscation, dynamic-code-execution primitives, and runtime lookup of Node internals in a package whose stated purpose is trivial text substitution is inconsistent with a legitimate CSS plugin and matches the shape of a hidden install/require-time loader.
## Source: ghsa-malware (a45490446ee8d16ef3eec35619feeb7cfc2a870de4d2db869e65999ff39baa5f) 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 motion-forge-css@1.0.1 as malicious (MAL-2026-11101): Malicious code in motion-forge-css (npm)