Install
$ agentstack add mcp-gucci-atlasv-skillssafe-com ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v1.0.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v1.0.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SkillsSafe — AI Skill Security Scanner
[](https://smithery.ai/servers/gucci/SkillsSafe)
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.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: GUCCI-atlasv
- Source: GUCCI-atlasv/Skillssafe.com
- License: MIT
- Homepage: http://www.skillssafe.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v1.0.0 Imported from the upstream source.