
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/sdk
Advanced tools
TypeScript client SDK for Undisk MCP — undo-first versioned file storage for AI agents
TypeScript SDK for the Undisk MCP workspace API.
Provides McpClient with session management, retry/backoff, and typed tool invocation over the Model Context Protocol.
npm install @undisk-mcp/sdk
import { McpClient } from "@undisk-mcp/sdk";
const client = new McpClient({
url: "https://mcp.undisk.app/mcp",
apiKey: process.env.UNDISK_API_KEY!,
});
const result = await client.callTool("list_files", { recursive: true });
console.log(result);
See mcp.undisk.app for full documentation.
MIT
FAQs
TypeScript client SDK for Undisk MCP — undo-first versioned file storage for AI agents
The npm package @undisk-mcp/sdk receives a total of 14 weekly downloads. As such, @undisk-mcp/sdk popularity was classified as not popular.
We found that @undisk-mcp/sdk 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.