OpenShomer

kavix/OpenShomer
★ 0 stars Python AI/LLM Updated today
Open-source agentic security engineer for LLM system prompts, agent configs, tool definitions, and MCP servers.
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": {
    "openshomer": {
      "command": "uvx",
      "args": [
        "openshomer"
      ]
    }
  }
}

Or install with pip: pip install openshomer

README Excerpt

**An open-source agentic security engineer for LLM system prompts, agent configs, tool definitions, and MCP servers.** OpenShomer discovers risky patterns in AI agent configurations, investigates the full agent graph, generates minimal safe rewrites, validates them with adversarial red-teaming inside an isolated Docker sandbox, and opens evidence-backed pull requests.