Story

Show HN: MCP-Shield – Detect security issues in MCP servers

nick_wolf Tuesday, April 15, 2025

I noticed the growing security concerns around MCP (https://news.ycombinator.com/item?id=43600192) and built an open source tool that can detect several patterns of tool poisoning attacks, exfiltration channels and cross-origin manipulations.

MCP-Shield scans your installed servers (Cursor, Claude Desktop, etc.) and shows what each tool is trying to do at the instruction level, beyond just the API surface. It catches hidden instructions that try to read sensitive files, shadow other tools' behavior, or exfiltrate data.

Example of what it detects:

- Hidden instructions attempting to access ~/.ssh/id_rsa

- Cross-origin manipulations between server that can redirect WhatsApp messages

- Tool shadowing that overrides behavior of other MCP tools

- Potential exfiltration channels through optional parameters

I've included clear examples of detection outputs in the README and multiple example vulnerabilities in the repo so you can see the kinds of things it catches.

This is an early version, but I'd appreciate feedback from the community, especially around detection patterns and false positives.

Summary
The MCP Shield is an Arduino-compatible add-on board that provides a variety of useful features, including a microcontroller, real-time clock, and several input/output interfaces, making it a versatile platform for prototyping and developing embedded systems.
134 39
Summary
github.com
Visit article Read on Hacker News Comments 39