返回顶部
s

scopeblind-protect-mcp

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
89
下载量
0
收藏
概述
安装方式
版本历史

scopeblind-protect-mcp

# protect-mcp — MCP Security Gateway ## What This Skill Does Wraps any MCP server as a transparent stdio proxy with per-tool security policies and cryptographic audit trail. Every tool call decision is logged and optionally Ed25519-signed. ## Quick Start ```bash # Shadow mode — log everything, block nothing npx protect-mcp -- node your-server.js # Enforce mode — apply per-tool policies npx protect-mcp --policy policy.json --enforce -- node your-server.js # Initialize signing (generates Ed25519 keypair) npx protect-mcp init ``` ## Policy Example ```json { "tools": { "db_write": { "decision": "deny" }, "file_read": { "decision": "allow", "rateLimit": { "maxCalls": 30, "windowSecs": 60 } }, "deploy": { "decision": "require_approval" } } } ``` ## Pre-built Policy Packs protect-mcp ships CVE-anchored policy packs: ```bash # List available policies npx protect-mcp policies # Apply the Clinejection prevention policy npx protect-mcp --policy clinejection --enforce -- node your-server.js ``` ## Verify Receipts Receipts are independently verifiable offline — no ScopeBlind dependency: ```bash npx @veritasacta/verify receipt.json npx @veritasacta/verify --self-test ``` ## OWASP MCP Top 10 Coverage | Risk | Control | |------|---------| | MCP-01 Rug Pulls | Signed tool manifests; policy pins allowed tools | | MCP-03 Tool Poisoning | Per-tool allow/deny/rate-limit policies | | MCP-04 Tool Arg Injection | Argument inspection + approval gates | | MCP-07 Auth/AuthZ | Trust-tier gating | | MCP-08 Logging & Audit | Ed25519-signed receipts — verifiable offline | | MCP-09 Excessive Agency | Shadow mode reveals actual tool usage | ## Links - npm: https://npmjs.com/package/protect-mcp - IETF Draft: https://datatracker.ietf.org/doc/draft-farley-acta-signed-receipts/ - Docs: https://scopeblind.com/docs/protect-mcp - OWASP Mapping: https://scopeblind.com/docs/owasp

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 scopeblind-protect-mcp-1775987175 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 scopeblind-protect-mcp-1775987175 技能

通过命令行安装

skillhub install scopeblind-protect-mcp-1775987175

下载 Zip 包

⬇ 下载 scopeblind-protect-mcp v1.0.0

文件大小: 1.8 KB | 发布时间: 2026-4-13 11:53

v1.0.0 最新 2026-4-13 11:53
scopeblind-protect-mcp 1.0.0 — Initial Release

- Wraps any MCP server as a security gateway with per-tool policies.
- Supports both shadow mode (logs all actions, does not block) and enforce mode (applies policy).
- Provides cryptographically signed (Ed25519) decision receipts for all tool calls.
- Includes human approval gates, rate-limits, and per-tool allow/deny decisioning.
- Integrates pre-built, CVE-anchored policy packs.
- Receipts are verifiable offline with no external dependency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部