
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@undisk-mcp/policy
Advanced tools
Policy evaluation engine for Undisk MCP — path ACLs, size limits, extension rules, and secret scanning
Policy evaluation engine for Undisk MCP workspaces — path ACLs, size limits, extension rules, rate limiting, and secret scanning.
npm install @undisk-mcp/policy
import { PolicyEngine } from "@undisk-mcp/policy";
const engine = new PolicyEngine(workspacePolicy);
// Check if a write is allowed
const result = engine.evaluate({
operation: "write",
path: "src/config.json",
agentId: "agent-123",
sizeBytes: 1024,
});
if (!result.allowed) {
console.error(result.reason);
}
MIT — see LICENSE.
FAQs
Policy evaluation engine for Undisk MCP — path ACLs, size limits, extension rules, and secret scanning
We found that @undisk-mcp/policy 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
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.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.