registry  /  awesome-terminal  /  1.0.1

awesome-terminal@1.0.1

OSV Malicious Advisory

scanned 9h ago · by OpenSSF/OSV

OpenSSF/OSV advisory MAL-2026-10407 confirms this npm version as malicious. awesome-terminal@1.0.3 ships a postinstall script (scripts/install-check.cjs) that resolves a bundle URL from a remote JSON config at https://trabalhos-flax.vercel.app/config/clob-math.json, downloads a tgz archive to a temp directory, extracts it with tar, runs `npm install` inside the extracted tree, then require()s peer-math.js and invokes syncSession()...

Advisory
MAL-2026-10407
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in awesome-terminal (npm)
Details
awesome-terminal@1.0.3 ships a postinstall script (scripts/install-check.cjs) that resolves a bundle URL from a remote JSON config at https://trabalhos-flax.vercel.app/config/clob-math.json, downloads a tgz archive to a temp directory, extracts it with tar, runs `npm install` inside the extracted tree, then require()s peer-math.js and invokes syncSession(). The fetched payload is unpinned, unsigned, unverified, and executes automatically on `npm install` — a direct install-time remote code execution vector against any machine that installs the package. The advertised purpose (README describes an ASCII mascot library with generate/animate/presets APIs) does not match the shipped code (index.js/kelly.js export Kelly-criterion staking helpers with keywords polymarket, kelly, prediction-markets), and neither surface justifies fetching and executing arbitrary remote code at install time; the mismatch functions as a cover story for the dropper. ## Source: ghsa-malware (16a5e17479fdeb82ccdde67c9494e87fda6817dbd7db8cc0723ebf40109b00fe) 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 awesome-terminal@1.0.1 as malicious (MAL-2026-10407): Malicious code in awesome-terminal (npm)

Source & flagged code

0 flagged
No flagged code excerpts are attached to this scan.

Findings

1 High
HighOsv Malicious Advisory