smithery.ai

skill-auditor

Security audit tool for MCP Servers & AI Skills. Detects backdoors, privacy risks, and suspicious code.

First seen Mar 7, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,742 B
  • docs SUMMARY.md 124 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Skill Auditor

A security audit tool for MCP Servers and AI Skills. Implements the "Skill-First Protocol" to ensure safe usage of third-party AI tools.

Features

  • Task Decomposition: Break down user tasks and check local tools
  • Market Search: Search GitHub and Smithery.ai for existing MCP Servers
  • Security Audit: 6-point security check (README, backdoors, privacy, license, dependencies, source code)
  • Risk Assessment: Automated risk level classification (Low/Medium/High)

Tools

1. audit_skill

Full Skill-First Protocol pipeline: decompose task, check local tools, search market, audit top 3 skills, output risk report.

2. searchmarketskills

Search GitHub and Smithery.ai for existing MCP Servers/Skills related to a task.

3. auditskillcode

Audit a specific Skill/MCP Server source code for security issues (backdoors, privacy risks).

4. checklocalmcp_tools

Check what MCP tools are currently available locally.

Installation

{
  "mcpServers": {
    "skill-auditor": {
      "command": "npx",
      "args": ["-y", "skill-auditor"],
      "env": {
        "BRAVE_SEARCH_API_KEY": "your-brave-api-key"
      }
    }
  }
}

Requirements

  • Node.js 18+
  • BRAVESEARCHAPI_KEY (optional, for market search)
  • GITHUB_TOKEN (optional, for higher API rate limits)

License

MIT