Skillguard MCP server
Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.
1 stars15 downloads/wk
Reviews
Write oneNobody 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 postsRead from the package source without running it. The installed server may list more.
runwrite actionscan_skill
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- 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 used
exec.evalskillguard_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…
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-cliNeither 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-skillThis 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-skillwhich 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
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 15 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.
- Basic MemoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.not reviewedEstablishedC
- mcptoonMCP tools + agent skills in one zero-dependency CLI: 71,929 -> 581 tokens (-99.2%, measured).not reviewedEstablishedA
- SkillsmithShare agent skills across your team, scan them for risk, and track what's actually used.not reviewedEstablishedB
- three.ws MarketplaceBrowse and discover the public three.ws agent marketplace and skills catalog. Read-only.not reviewedEstablishedA
- ctxlintLint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebasenot reviewedEstablishedA