Skip to content
Zed

skillguard for Zed

io.github.rudrendupaul/skillguard

Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.

client:Zed transport:stdio runtime:pypi

Install skillguard in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "skillguard": {
      "command": "uvx",
      "args": [
        "skillguard-cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

skillguard in other clients