SkillsSafe Security Scanner

AI skill security scanner. Detects prompt injection, credential theft, ClawHavoc. Free, no signup.

AI & MLTypeScriptv1.1.0

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:

ThreatDescription
Credential TheftAttempts to access API keys, tokens, or passwords
Data ExfiltrationSkills that send your data to external servers
Prompt InjectionHidden instructions that hijack agent behavior
Shell InjectionReverse shell or arbitrary command execution
Zero-Width CharactersInvisible Unicode characters hiding malicious instructions
Scope CreepSkills requesting permissions beyond their stated purpose
Memory PoisoningAttempts to corrupt agent memory or context
Privacy RiskUnnecessary 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.

bash
# 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.

bash
# 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

RouteDescription
/Main security scanner
/zero-width-detectorHidden Unicode character detector
/api-docsInteractive API documentation
/integrateIntegration guide for MCP & REST API
/feedbackBug reports and feature requests

Getting Started (Local Development)

bash
npm install
npm run dev

Open http://localhost:3000 in your browser.

Environment Variables

bash
# .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.

Learn More