Is your AI skill safe?

Know before you install.

Trust-score any MCP server, npm package, or AI skill across 14 signals — including safety scans for prompt injection, credential theft, and supply chain attacks. Paste a GitHub repo, npm package name, or registry URL.

8.6 TRUST SCORE ALIVE LEGIT SOLID USABLE
Try: modelcontextprotocol/servers · npm:@anthropic-ai/sdk · vercel/ai · https://smithery.ai/server/neon
API Key Settings
No API key — free tier (3 scans/day)
50+ Repos & Packages Scored
5 Registries
14 Trust Signals
4 Dimensions
Verified
Active maintenance, strong docs, real adoption, secure. Build on this with confidence.
Established
Solid choice with caveats. Check the details before depending on it.
New
Promising but unproven. Use with awareness.

How trust scoring works

4 dimensions. 14 signals. Data from GitHub API, npm registry, and OpenSSF Scorecard.

Alive Is it maintained?
Commit recency Release cadence Issue responsiveness
Legit Who made it?
Author credibility Community adoption Contributor diversity Download adoption
Solid Is it secure?
Security posture Dependency health Tool safety Supply chain safety
Usable Can I use it?
README quality Spec compliance License clarity

Skills Mode

MCP servers and AI skills get 2 extra signals and heavier security weight. The safety scanner checks source code directly.

Prompt injection Shell execution Credential access Network exfiltration Obfuscated payloads
Patterns from ClawHavoc and ToxicSkills

What we check — and what we don't

Static analysis

  • Source code pattern matching across 20 files
  • GitHub metadata: commits, issues, contributors, releases
  • OpenSSF Scorecard security posture
  • Dependency health and supply chain signals
  • Spec compliance and documentation quality

Not yet covered

  • Runtime behavior monitoring (sandbox execution)
  • Multi-step agent chain context leaks
  • Dynamic payloads fetched after install
  • Tool call audit logging and policy enforcement

Trust scoring is a signal, not a verdict. A high score means strong static indicators across all dimensions — but no automated tool catches everything. Runtime observability and tool call auditing are on our roadmap.

Simple pricing

Free trust tier for every scan. Pay only when you want the full picture.

Free
$0
forever
  • Trust tier badge
  • Dimension scores
  • Cross-registry lookup
  • 3 scans/day
10-Pack
$29
$2.90 per scan
  • 10 full reports
  • Audit your whole stack
  • Same full analysis
  • Never expires

Score from your IDE

Check trust scores without leaving Claude Code, Cursor, or any MCP client. Install in one command.

claude mcp add mcpskills -- npx @mcpskillsio/server

check_trust_score

"Score vercel/ai"

Trust tier, composite score, and 4 dimension breakdown for any repo, npm package, or registry URL.

scan_safety

"Is this MCP safe?"

5 safety checks for prompt injection, credential theft, shell execution, and more.

auto_gate

"Should I install this?"

Go/no-go decision with reasoning. Certified repos get instant approval.

batch_check

"Check these 5 deps"

Score up to 5 repos or packages in one call. Great for vetting a stack.

list_packages

"Show safe skill stacks"

Curated, pre-scored skill packages organized by use case.

For Developers & Agents

Build trust verification into your toolchain. Accepts GitHub repos, npm packages, Smithery URLs, and more. Agent-optimized API with go/no-go decisions.

Agent Response (Free)

curl -X POST https://mcpskills.io/.netlify/functions/score \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"repo":"npm:@anthropic-ai/sdk"}'

{
  "safe": true,
  "tier": "verified",
  "score": 8.2,
  "recommendation": "install",
  "flags": [],
  "reasoning": "14 signals, no disqualifiers"
}

Paid Response (API Key)

curl -X POST https://mcpskills.io/.netlify/functions/score \
  -H "Content-Type: application/json" \
  -H "X-API-Key: msk_your_key_here" \
  -d '{"repo":"owner/repo"}'

// Also accepts: npm:@scope/package,
// Smithery URLs, OpenClaw URLs.
// Returns: Full 14-signal breakdown,
// safety findings, recommendations.
Free Agent 20 scans/day · compact response
10-Pack · $29 10 full reports · $2.90/each
Pro · $12/mo 1000/day · batch · monitoring