
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.
@undisk-mcp/webhook-client
Advanced tools
Webhook signature verification SDK for Undisk MCP — verify HMAC-SHA256 signed webhook payloads
Verify HMAC-SHA256 signed webhook payloads from Undisk MCP workspaces. Analogous to Stripe's constructEvent.
npm install @undisk-mcp/webhook-client
import { verifyWebhookSignature, parseWebhookPayload } from "@undisk-mcp/webhook-client";
const isValid = await verifyWebhookSignature(
body,
request.headers.get("X-Undisk-Signature")!,
process.env.WEBHOOK_SECRET!,
);
if (isValid) {
const event = parseWebhookPayload(body);
console.log(event.event, event.data);
}
See mcp.undisk.app for full documentation.
MIT
FAQs
Webhook signature verification SDK for Undisk MCP — verify HMAC-SHA256 signed webhook payloads
The npm package @undisk-mcp/webhook-client receives a total of 6 weekly downloads. As such, @undisk-mcp/webhook-client popularity was classified as not popular.
We found that @undisk-mcp/webhook-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.