OSV Malicious Advisory
scanned 2h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-6925 confirms this npm version as malicious. typescript-base58@1.0.0 is a one-line re-export of the 'base58-core' package. The README advertises 'Zero dependencies' while package.json declares a runtime dependency on base58-core (^1.0.0), so installing this package silently introduces base58-core into the installer's dependency tree under a misleading description...
Advisory
MAL-2026-6925
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in typescript-base58 (npm)
Details
typescript-base58@1.0.0 is a one-line re-export of the 'base58-core' package. The README advertises 'Zero dependencies' while package.json declares a runtime dependency on base58-core (^1.0.0), so installing this package silently introduces base58-core into the installer's dependency tree under a misleading description. The shim itself performs no install-time or import-time actions beyond the re-export; it contains no lifecycle scripts, no network calls, no credential reads, and no obfuscation. The installer-side risk is entirely contingent on the contents of base58-core, which is not analyzed in this record.
## Source: ghsa-malware (708b684b07609cc682ab46f7ff27ba555b8086a09e4876341485c1f0143b3b39) 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 typescript-base58@1.0.0 as malicious (MAL-2026-6925): Malicious code in typescript-base58 (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory