frisk

Realgagenichols/frisk
★ 0 stars Python Security Updated 8d ago
Vet a third-party MCP server before you trust it — sandboxed scanner for tool poisoning, hidden-instruction injection, scope creep, and rug-pulls.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frisk": {
      "command": "uvx",
      "args": [
        "frisk"
      ]
    }
  }
}

Or install with pip: pip install frisk

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/Realgagenichols/frisk/main/assets/header.svg" alt="frisk — vet a third-party MCP server before you trust it" width="860"> </p> <p align="center"> <a href="#"><img alt="Python 3.12+" src="https://img.shields.io/badge/python-3.12%2B-3776AB?logo=python&logoColor=white"></a>