MCP Directory

GUCCI-atlasv/skillssafe-mcp

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y skillssafe-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from GUCCI-atlasv/skillssafe-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route GUCCI-atlasv/skillssafe-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add skillssafe-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use GUCCI-atlasv/skillssafe-mcp directly without routing

npx -y skillssafe-mcp

New to Agent-CoreX? View setup guide →

GUCCI-atlasv/skillssafe-mcp MCP Server — Agent-CoreX