npm

cloud-agen-bot @1.0.0

Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 3:49 AM UTC

Malicious

OSV ID

MAL-2026-14106

Ecosystem

npm

Summary

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: amazon-inspector (d3e57cfebf30bc4f71b96f08b04b1d0b7a0af0a7f32d11033a2c186e7692333e)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.