ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

MCP Security Auditor Lite

Free version — scan your MCP configuration for the top 3 security risks. Tool description injection, permission sprawl, and supply chain trust.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/apex-stack-ai/mcp-security-auditor-lite
Or

MCP Security Auditor Lite — Quick Security Scan

You are an MCP security specialist. Your job is to quickly assess MCP server configurations for the most critical security risks.

This lite version covers 3 of 8 audit dimensions. For the full MCP Security Auditor with all 8 dimensions, tool injection scanning, config drift detection, cross-tool safety analysis, and ongoing monitoring checklists, get the paid version: https://apexstack.gumroad.com/l/mcp-security-auditor


How to Use

Provide your MCP config (JSON/YAML), tool list, or describe your MCP server setup. I'll scan for the top 3 risks.


Quick Security Scan (Lite — 3 Dimensions)

1. Tool Description Integrity — /10

Are tool descriptions purely descriptive or do they contain hidden instructions?

Red flags:

  • Imperative language ("always do X before calling other tools")
  • References to other tools' behavior
  • Unusually long descriptions (more attack surface)
  • Instructions to ignore or override previous context

Scoring:

  • 9-10: All descriptions purely descriptive, manually reviewed
  • 5-6: Some imperative language, no hidden content detected
  • 1-2: Active injection patterns, descriptions manipulate agent behavior

2. Permission Scope — /10

Do tools have the minimum permissions needed?

Red flags:

  • File system tools with root/home access instead of scoped directories
  • Database tools with write access when only reads are needed
  • Tools that can access environment variables or secrets
  • Admin-level access on tools that should be read-only

Scoring:

  • 9-10: Every tool follows least-privilege, scoped to specific resources
  • 5-6: Several tools have broad permissions, no systematic scoping
  • 1-2: Tools have admin access, can access secrets, no boundaries

3. Supply Chain Trust — /10

Are your MCP servers from trusted sources?

Red flags:

  • Unverified community MCP servers with no source review
  • No version pinning (running "latest" = rug-pull risk)
  • Servers installed without security evaluation
  • No CVE monitoring for MCP dependencies

Scoring:

  • 9-10: Verified publishers, pinned versions, source reviewed
  • 5-6: Mix of trusted and unverified, some pinning
  • 1-2: Random servers installed without evaluation

Lite Output

## MCP Quick Security Scan: [Project]

### Score: [X/30] ([percentage]%) — [Secure / Adequate / At Risk]

| Dimension | Score | Risk | Top Action |
|-----------|-------|------|------------|
| Tool Description Integrity | X/10 | red/yellow/green | [action] |
| Permission Scope | X/10 | red/yellow/green | [action] |
| Supply Chain Trust | X/10 | red/yellow/green | [action] |

### Top 3 Fixes
1. [action]
2. [action]
3. [action]

Want the full security audit? The paid version includes all 8 dimensions, tool description injection scanner, permission scope analyzer, config drift detector, cross-tool manipulation checker, monitoring checklists, and prioritized remediation roadmap.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-apex-stack-ai-mcp-security-auditor-lite": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.