safeskill
Runs a one-click security audit on your MCP setup, scanning packages for vulnerabilities and assigning a score from 0-100 with actionable recommendations.
README
SafeSkill
One-click security audit for your MCP setup.
One score. Plain English. No CLI knowledge required.
We Scanned the MCP Ecosystem
We downloaded and scanned 3,093 MCP packages from npm and the official MCP registry. The results:
- 858 packages (28%) had at least one security finding
- 397 packages (13%) rated RED (score below 50)
- 176 packages scored a flat 0/100
Cisco, 1Password, Snyk, and Bitdefender have all flagged MCP's lack of sandboxing and permissions as a serious risk. We built SafeSkill to let you check for yourself.
Read the full analysis: I Scanned 3,093 MCP Servers. Here's What I Found.
Try It Now
No install required. Paste any npm package name into the web scanner:
Quick Start
As an MCP Skill (recommended)
Add SafeSkill to your MCP configuration and just ask your agent:
"Check if my MCP setup is safe"
{
"mcpServers": {
"safeskill": {
"command": "npx",
"args": ["-y", "safeskill"]
}
}
}
As a CLI
# Scan your entire setup
npx safeskill
# Scan a specific skill
npx safeskill scan ./my-mcp-server
# Check config only
npx safeskill config
# JSON output
npx safeskill --format=json
What It Detects
Critical
- Dynamic code execution (
eval(),new Function()) - Shell command injection
- Data exfiltration to Telegram/Discord/paste sites
- Access to SSH keys, cloud credentials, crypto wallets, browser data
- Prompt injection in skill descriptions
- Environment variable theft over network
- Crypto wallet address replacement
High
- Child process spawning
- Outbound HTTP to raw IP addresses
- Bulk environment variable harvesting
- Base64/hex obfuscation at runtime
- JavaScript code obfuscation
- Hardcoded API keys and secrets
- Access to .env and dotfiles
- Exposed ports (0.0.0.0 binding)
- Disabled authentication flags
Medium
- Data encoding before transmission
- Hidden Unicode characters
- Hardcoded secrets in config
- Supply chain risk (npx/uvx execution)
Scoring
Each skill gets a score from 0-100:
| Score | Rating | Meaning |
|---|---|---|
| 80-100 | GREEN | No significant issues found |
| 50-79 | YELLOW | Some concerns, review the findings |
| 0-49 | RED | Serious issues, remove or replace this skill |
Scores are based on the number and severity of findings, with diminishing returns for repeated instances of the same issue.
Overall Score: 62/100 YELLOW [############--------]
Found 7 security issues across 4 skills.
Skills you should remove:
- sketchy-data-tool (Score: 15/100) — tries to read your SSH keys and send them to a server
- crypto-helper (Score: 35/100) — contains a hardcoded crypto wallet address
Skills to review:
- file-manager (Score: 65/100) — can run system commands on your computer
Clean skills: weather, calculator, notes
Output Formats
- Conversational: Chat-friendly summary for use in MCP agents
- Detailed: Full markdown report with all findings
- JSON: Machine-readable output for automation
Building from Source
git clone https://github.com/gabchess/safeskill.git
cd safeskill
npm install
npm run build
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.