npm skillssafe-mcpsseMITupdated 5mo ago
Free, no-signup security scanner for AI agent skills. Scan any SKILL.md, MCP config, or systemprompt for threats before installing.
SkillsSafe Security Scanner 能做什么?
SkillsSafe — AI Skill Security Scanner
Free, no-signup security scanner for AI agent skills.
Scan any SKILL.md, MCP config, or system_prompt for threats before installing.
What Is SkillsSafe?
As AI agents become more powerful, malicious skills can steal credentials, exfiltrate data, or hijack your agent's behavior. SkillsSafe scans skill files before you install them — the same way an antivirus scans software before you run it.
Supported platforms: OpenClaw · Claude Code · Cursor · Codex · any MCP-compatible agent
Features
🔍 Security Scanner
Paste content, enter a URL, or upload a file to scan for:
| Threat | Description |
|---|---|
| Credential Theft | Attempts to access API keys, tokens, or passwords |
| Data Exfiltration | Skills that send your data to external servers |
| Prompt Injection | Hidden instructions that hijack agent behavior |
| Shell Injection | Reverse shell or arbitrary command execution |
| Zero-Width Characters | Invisible Unicode characters hiding malicious instructions |
| Scope Creep | Skills requesting permissions beyond their stated purpose |
| Memory Poisoning | Attempts to corrupt agent memory or context |
| Privacy Risk | Unnecessary access to personal or sensitive data |
Each scan returns a risk score, severity rating (SAFE / CAUTION / DANGER / CRITICAL), and a shareable report link.
👁️ Zero-Width Character Detector
Visualize invisible Unicode characters (U+200B, U+200C, U+200D, U+FEFF, etc.) hidden inside text. Attackers embed these to create prompts that look safe to humans but carry hidden instructions for AI agents.
🔌 MCP Server Integration
Native Model Context Protocol support — let your agent automatically check skill safety before installation. No API key required.
# OpenClaw (one-line setup)
openclaw mcp add https://skillssafe.com/api/mcp
Available MCP tools:
scan_url— Scan a skill by URLscan_content— Scan skill content directlyget_report— Retrieve a full scan report
📡 REST API
Works with any agent, script, or CI/CD pipeline.
# Scan by URL
curl -X POST https://skillssafe.com/api/v1/scan/url \
-H "Content-Type: application/json" \
-d '{"url": "https://clawhub.ai/skills/example"}'
# Scan by content
curl -X POST https://skillssafe.com/api/v1/scan/content \
-H "Content-Type: application/json" \
-d '{"content": "...skill content..."}'
Full OpenAPI spec: https://skillssafe.com/api/v1/openapi.json
Pages
| Route | Description |
|---|---|
/ |
Main security scanner |
/zero-width-detector |
Hidden Unicode character detector |
/api-docs |
Interactive API documentation |
/integrate |
Integration guide for MCP & REST API |
/feedback |
Bug reports and feature requests |
Getting Started (Local Development)
npm install
npm run dev
Open http://localhost:3000 in your browser.
Environment Variables
# .env.local
# (see wrangler.toml for Cloudflare Workers configuration)
Tech Stack
- Framework: Next.js (App Router)
- Deployment: Cloudflare Workers via
@opennextjs/cloudflare - Database: Cloudflare D1 (SQLite)
- i18n: next-intl (English · 中文 · 日本語)
Pricing
100% Free · No Signup · No Rate Limits for Humans
API rate limit: 60 requests/hour (no API key required).
Feedback & Support
Found a bug or false positive? Send feedback or email support@skillssafe.com.
SkillsSafe is an independent security tool, not affiliated with Anthropic, OpenClaw, or Cisco.
安装
把 SkillsSafe Security Scanner 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"skillssafe-mcp": {
"type": "sse",
"url": "https://mcp.skillssafe.com/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add skillssafe-mcp -- npx -y skillssafe-mcpcodex mcp add skillssafe-mcp -- npx -y skillssafe-mcpamp mcp add skillssafe-mcp -- npx -y skillssafe-mcp{
"mcpServers": {
"skillssafe-mcp": {
"command": "npx",
"args": [
"-y",
"skillssafe-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"skillssafe-mcp": {
"command": "npx",
"args": [
"-y",
"skillssafe-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"skillssafe-mcp": {
"command": "npx",
"args": [
"-y",
"skillssafe-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"skillssafe-mcp": {
"command": "npx",
"args": [
"-y",
"skillssafe-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"skillssafe-mcp": {
"command": "npx",
"args": [
"-y",
"skillssafe-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"skillssafe-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"skillssafe-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"skillssafe-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"skillssafe-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y skillssafe-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 172 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.0最新 | 2026年3月12日 |
| 1.0.0 | 2026年3月12日 |