
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@opentag/telegram
Advanced tools
Telegram message normalization and source-thread presentation helpers for OpenTag.
Use this package to normalize Telegram bot messages into OpenTagEvent objects
and to encode or parse Telegram source-thread keys.
pnpm add @opentag/telegram
normalizeTelegramMessage: converts a Telegram message into an OpenTagEvent.encodeTelegramThreadKey: encodes bot, chat, and message coordinates for source-thread delivery.parseTelegramThreadKey: decodes a Telegram source-thread key.renderTelegramAcknowledgement: renders the Telegram acknowledgement body.renderTelegramFinalResult: renders the Telegram final result body.createTelegramSendMessagePayload: creates a Telegram Bot API sendMessage payload.import { normalizeTelegramMessage } from "@opentag/telegram";
const event = normalizeTelegramMessage({
botId: "bot_123",
botUsername: "opentag_bot",
chatId: "456",
chatType: "private",
userId: "789",
username: "alice",
text: "investigate this deploy failure",
messageId: 101,
updateId: 202,
binding: {
botId: "bot_123",
chatId: "456",
repoProvider: "github",
owner: "acme",
repo: "demo"
}
});
if (event) {
// Send the event to @opentag/client or your own OpenTag-compatible control plane.
}
Telegram thread key format is part of the source-thread identity shared by ingress and delivery. A breaking format change must update both sides atomically.
FAQs
Telegram message normalization and callback helpers for OpenTag.
The npm package @opentag/telegram receives a total of 12 weekly downloads. As such, @opentag/telegram popularity was classified as not popular.
We found that @opentag/telegram demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.