claude-mcp-sentinel
Real-time blocking of malicious skills and MCP servers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install MCP Sentinel?▼
Run `npx skills add soy-rafa/claude-mcp-sentinel --all -g -y` in your terminal to install it globally, then enable the runtime hook with `bash hooks/install_hooks.sh --user`.
How to check if a skill or MCP server is safe?▼
Ask your agent to scan it, or run `python3 tools/config_scan.py --scan-path ./that-skill` to vet it before installing. Sentinel checks threat databases, source integrity, and whether its actions match its stated purpose.
Does MCP Sentinel block attacks in real time?▼
Yes. A PreToolUse hook inspects every tool call and blocks credential exfiltration, known-bad domains, reverse shells, and curl|bash pipes before they run, using only local Python with zero token cost.
Will MCP Sentinel slow down or break Claude Code?▼
No. Each check takes about 30-80 ms locally, and the hook fails open: if anything goes wrong it allows the call rather than breaking your session.
How do I handle false positives in MCP Sentinel?▼
Approve the flagged call once and Sentinel remembers trusted paths and domains automatically, or add entries manually to `~/.claude/sentinel-allowlist.json`.
Related Repositories in Legal & Compliance
View All in Legal & Compliance→claude-for-legal
AI legal workspace for contracts, privacy, IP, litigation, and compliance
patent-disclosure-skill
Draft Chinese patent disclosures and read patents in plain language
app-privacy-policy-generator
Generate privacy policies and terms for mobile and web apps