Mmcp.market

Skillguard MCP server

by RudrenduPaul·io.github.RudrenduPaul/skillguard·v0.2.5

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

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
Growing

1 stars15 downloads/wk

Reviews

Write one

Nobody has reviewed Skillguard yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Skillguard tools (2, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • runwrite action
  • scan_skill

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

1 medium
  • Code scan39 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 14 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • mediumeval / new Function usedexec.eval
    skillguard_cli-0.2.5/src/skillguard/rulepacks/data/sg02-remote-code-exec/pack.json: … content: curl/wget piped into a shell, eval() of downloaded data, and shelling out w…
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Skillguard repository's README, as published. We do not edit it. Read it on GitHub

<!-- mcp-name: io.github.RudrenduPaul/skillguard --> <!-- Ownership-proof string for registry.modelcontextprotocol.io publishing. Do not remove. -->

SkillGuard

Install • Try it now • Features • MCP server • How it compares • FAQ

Scans third-party AI agent-skill files (SKILL.md manifests, hooks, and bundled scripts) for known attack patterns before they run, and is the only scanner in its category you can also call as an MCP tool from inside another agent.

Install

# npm -- JavaScript/TypeScript CLI + library
npm install --save-dev skillguard-cli

# PyPI -- Python CLI + library, a genuine port, not a wrapper around the Node binary
pip install skillguard-cli

Neither install fetches anything at scan time: all ten rule packs and the pattern-matching engine ship inside the npm tarball and the Python wheel alike.

Try it now

npx skillguard-cli scan ./examples/known-bad-skill

This runs against a fixture bundled with the repo, safe, non-functional, and deliberately pattern-matchable, and returns 11 real findings with file:line citations in about 0.15 seconds.

[!NOTE]

Every scan prints Loading SkillGuard rule packs... to stderr first. That's expected startup output, not a hang.

Compare it against a clean fixture:

npx skillguard-cli scan ./examples/clean-skill

which returns zero findings and exit code 0.

Why this exists

Third-party agent skills run with real tool, file, and network permissions the moment they're installed, and almost nothing checks them first. Snyk's ToxicSkills study scanned 3,984 publicly listed skills in February 2026 and found security flaws in 36% of them, including 76 skills carrying confirmed malicious payloads: credential theft, reverse shells, data exfiltration. Most marketplaces and agent frameworks have no scan step between "someone published a skill" and "a user's agent runs it." SkillGuard is that step: a CLI, a library, an MCP server, and a GitHub Action, all reading the same ten bundled rule packs.

Features

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add skillguard -- uvx skillguard-cli
Add to Cursor

Skillguard: common questions

Is Skillguard MCP server safe?
Yes, by our scan: it is graded A (85/100). Read the Skillguard safety report
How do I install Skillguard?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Skillguard need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Skillguard maintained?
The last commit was 14 days ago (2026-09-10). The latest release is v0.2.5.
What can I use instead of Skillguard?
Servers from other publishers that do the same job: Basic Memory MCP server, mcptoon MCP server and Skillsmith MCP server. Compare all Skillguard alternatives.

Alternatives to Skillguard

Same job from other publishers: the closest match first, then the best rated.

All Skillguard alternatives →
  • Basic Memory
    Local-first knowledge management with bi-directional LLM sync via Markdown files.
    C
  • mcptoon
    MCP tools + agent skills in one zero-dependency CLI: 71,929 -> 581 tokens (-99.2%, measured).
    A
  • Skillsmith
    Share agent skills across your team, scan them for risk, and track what's actually used.
    B
  • three.ws Marketplace
    Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.
    A
  • ctxlint
    Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
    A

More from RudrenduPaul