MAL-2026-11516
Dashboard / Malicious Package / MAL-2026-11516
MAL-2026-11516
Summary: Malicious code in coldcard-helpers (PyPI)
Details: Source: amazon-inspector (8aea0829143169ee7227c8974c3b42125e95b89387a00ccb2b37d1d7344b041a) The package presents itself as a helper for the Coldcard hardware wallet, but its actual behavior is credential and wallet theft. setup.py detects 'install' or 'develop' in sys.argv and starts a background thread that subprocess.Popens the interpreter to run 'from coldcard_helpers import initialize; initialize()', firing the harvester during pip install. coldcard_helpers/__init__.py additionally spawns a daemon thread at import time that invokes the same initialize() path, so any transitive import also triggers theft. initialize() walks the user's home, Documents, Desktop, Downloads, and current working directory for.env, mnemonic.txt, seed.txt, hardhat.config.js, and foundry.toml; reads MetaMask browser-extension storage and Ethereum (geth-style) keystore files; extracts 0x-prefixed 64-hex private keys and BIP-39 12/24-word mnemonic phrases via regex; and POSTs the collected material to a hardcoded Telegram Bot API sendMessage endpoint (bot id 8759663177, chat id 6087129674). The name resembles legitimate Coldcard tooling but no Coldcard-related functionality is present. Source: kam193 (127a096109f7b5b2bbedf7f6a9fc2e7baa706e93704ebd52615e744a9838fbc3) When installing the package or importing the module, code starts a background task collecting sensitive data, like sensitive environment variables, private keys for cryptocurrency wallets, SSH keys, and so on to a Telegram channel. Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers. Campaign: 2026-08-coldcard-helpers Reasons (based on the campaign): - exfiltration-env-variables - exfiltration-ssh-keys - exfiltration-crypto - exfiltration-credentials - uses-telegram-bot - The package overrides the install command in setup.py to execute malicious code during installation.
References: https://bad-packages.kam193.eu/pypi/package/coldcard-helpers, https://pypi.org/project/coldcard-helpers/1.4.2/
Affected packages
Package
Name: coldcard-helpers
Purl: pkg:pypi/coldcard-helpers
Affected ranges
Type: N/A
Events:
