THREATPKG
SYNC STALE

Supply-chain threat intelligence

Incident detail

criticalnpm·typosquatting·osv

Malicious code in sass-formats (npm)

sass-formats

Risk score

92

AI summary

Indexed incident for sass-formats (npm).

Description

The package name sass-formats is one character-edit away from the popular sass-formatter package and reuses its original author field ("author": "Syler" in package.json), while dist/cli.js carries a header indicating it was modified by a different maintainer (// Modified by https://github.com/maarutan... Marat Arzymatov 2025). The tarball ships dist/lib/lib.min.js, a heavily obfuscated 4 KB file that smuggles handles to require and module onto the global object (global['r']=require; global['m']=module), tags itself with a payload-version marker (global['_V']='A6-519-79'), and derives the string constructor from a shuffled character array to invoke Function(args, body) on a second shuffled string — the canonical string-array-shuffle / dynamic-Function execution shape used by npm credential and dropper malware. Although no entrypoint in v1.0.4 currently loads dist/lib/lib.min.js, shipping a hidden Function-constructor payload with smuggled require/module references in a package that purports to be a Sass formatter has no legitimate engineering purpose, and the combination of name-edit typosquat against sass-formatter plus impersonated author identity plus a staged dynamic-execution payload matches the supply-chain attack pattern.

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.

Technical details

Affected versions

=1.0.5=1.0.4>=0

Indicators

  • Advisory IDs
    90%
  • affected version=1.0.575%
  • affected version=1.0.475%
  • affected version>=075%

Timeline

  1. Advisory published
  2. Indexed by ThreatPkg

Related incidents