
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@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 138 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.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.