OpenSSF/OSV advisory MAL-2026-14106 confirms this npm version as malicious. notify.js exports send, sendFile, sendPhoto, and log helpers that POST caller-supplied content to api.telegram.org using a hardcoded bot token and a hardcoded chat_id owner (Telegram user 8268185735)...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in cloud-agen-bot (npm)
Details
notify.js exports send, sendFile, sendPhoto, and log helpers that POST caller-supplied content to api.telegram.org using a hardcoded bot token and a hardcoded chat_id owner (Telegram user 8268185735). Environment variables OWNER_ID and BOT_TOKEN act only as fallbacks, so any consumer invoking these helpers delivers its inputs to a destination controlled by the package author rather than to a caller-configured endpoint. sendFile in particular forwards arbitrary filesystem paths supplied by the caller as multipart documents to that Telegram account, providing an exfiltration channel for the consumer application's data. The same file also embeds a live Telegram bot token as the fallback for BOT_TOKEN.
## Source: ghsa-malware (c0498dca37bed58245be6c57c91256a5b0901d48ff684c8fb46e9771ff6a1868) 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 cloud-agen-bot@1.0.0 as malicious (MAL-2026-14106): Malicious code in cloud-agen-bot (npm)