Back to MCP Servers

Skillssafe

Free AI agent skill security scanner. Scan SKILL.md, MCP configs, and system prompts for credential theft, prompt injection, zero-width character attacks, and ClawHavoc indicators. Supports OpenClaw, Claude Code, Cursor, and Codex. No signup required.

securityaiagent

Installation

npx -y skillssafe-mcp

Configuration

{
  "mcpServers": {
    "skillssafe-mcp": {
      "command": "npx",
      "args": ["-y", "skillssafe-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub