SkillsSafe

SkillsSafe

Security scanner for AI agent skills, providing tools to scan skill files for threats such as credential theft and prompt injection.

Category
Visit Server

README

SkillsSafe β€” AI Skill Security Scanner

smithery badge

Free, no-signup security scanner for AI agent skills. Scan any SKILL.md, MCP config, or system_prompt for threats before installing.

🌐 skillssafe.com


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 URL
  • scan_content β€” Scan skill content directly
  • get_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.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured