mcpbeat Sign in

Skillguard MCP Server

local only

Skillguard runs on your own machine — the client starts it, so there is no endpoint to ping. 231 installs a week from pypi. Last commit 25 Aug 2026.

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

Installs per day peak 864 · avg 88 · -27% w/w
a month agotoday
231
Installs / week
pypi · skillguard-cli
1
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/skillguard/__init__.py:1, [пакет] src/skillguard/cli.py:1, [пакет] src/skillguard/errors.py:1 и ещё 19
этот файл ставится пользователю, но в репозитории его нет
        proc = subprocess.run(cmd, capture_output=True, text=True, timeout=15)
        abs_path = os.path.join(abs_target, finding.file)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Skillguard and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add skillguard -- uvx skillguard-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skillguard": {
      "args": [
        "skillguard-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.skillguard]
command = "uvx"
args = ["skillguard-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "skillguard": {
      "args": [
        "skillguard-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "skillguard": {
      "args": [
        "skillguard-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Skillguard

same job, measured the same way
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Prism Scanner
by aidongise-cell

Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading.

63 installs/wk local only
MCP Audit Server
by joepangallo

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

485 installs/wk local only
Yotta Verify MCP
by yottameta

Pre-install security scanner for AI agent skills (local stdio MCP). Offline static scan; no upload.

678 installs/wk local only
Hares — MCP security scanner
by alialrikabi313

Multi-layer security scanner for MCP servers and agent skills (injection, exfiltration)

49 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

130 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

local only
Securityscan
by securityscan-api

Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.

377 installs/wk local only

Skillguard — questions

Answers built from our own checks of this server.

Why is there no uptime for Skillguard?
Skillguard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package skillguard-cli was installed 231 times last week.
How do I connect Skillguard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls skillguard-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Skillguard?
The pypi package skillguard-cli was installed 231 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Skillguard open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.