soy-rafasoy-rafaCommunity·1 Agent Skills Included

claude-mcp-sentinel

Real-time blocking of malicious skills and MCP servers

Blocks credential theft, reverse shells, and data exfiltration from malicious skills and MCP servers before they execute. Scans installed plugins against live vulnerability databases and verifies source integrity to catch supply-chain attacks. Runs locally with zero token cost, eliminating manual security audits and silent update poisoning.
npx skills add soy-rafa/claude-mcp-sentinel --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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