✓ Verified 💻 Development ✓ Enhanced Data

Aiclude Security Scan

Scan MCP Servers and AI Agent Skills for security vulnerabilities.

Rating
4.5 (243 reviews)
Downloads
17,081 downloads
Version
1.0.0

Overview

Scan MCP Servers and AI Agent Skills for security vulnerabilities.

Complete Documentation

View Source →

/security-scan - AIclude Security Vulnerability Scanner

Scan MCP Servers and AI Agent Skills for security vulnerabilities. Returns existing scan results instantly if available, or registers the target and triggers a new scan automatically.

Usage

text
# Search by name (recommended - leverages existing scan results)
/security-scan --name <package-name> [options]

# Scan a local directory directly
/security-scan <target-path> [options]

Parameters

  • --name: Name of the MCP server or Skill to search (npm package name, GitHub repo, etc.)
  • target-path: Local path to scan (use instead of --name)
  • --type: Target type (mcp-server | skill) - auto-detected if omitted
  • --profile: Sandbox isolation profile (strict | standard | permissive)
  • --format: Report output format (markdown | json)
  • --engines: Scan engines to use (comma-separated)

Examples

text
# Search security scan results for an MCP server
/security-scan --name @anthropic/mcp-server-fetch

# Search scan results for a Skill
/security-scan --name my-awesome-skill --type skill

# Scan local source code
/security-scan ./my-mcp-server

What It Checks

  • Prompt Injection: Hidden prompt injection patterns targeting LLMs
  • Tool Poisoning: Malicious instructions embedded in tool descriptions
  • Command Injection: Unvalidated input passed to exec/spawn calls
  • Supply Chain: Known CVEs in dependencies and malicious packages (typosquatting)
  • Malware: Backdoors, cryptominers, ransomware, data stealers, and obfuscated code
  • Permission Abuse: Excessive filesystem, network, or process permissions

Scan Engines

7 engines run in parallel for comprehensive coverage:

EngineDescription
SASTStatic code pattern matching against YAML rule sets
SCADependency CVE lookup via OSV.dev, SBOM generation
Tool AnalyzerMCP tool definition analysis (poisoning, shadowing, rug-pull)
DASTParameter fuzzing (SQL/Command/XSS injection)
Permission CheckerFilesystem, network, and process permission analysis
Behavior MonitorRuntime behavior pattern detection
Malware DetectorSignature scanning, entropy analysis, backdoor detection

Output

The report includes:

  • Risk Level Summary (CRITICAL / HIGH / MEDIUM / LOW / INFO)
  • Vulnerability List (code location, description, severity)
  • Risk Assessment (what risks are present and their impact)
  • Remediation Recommendations (how to fix each vulnerability)

Web Dashboard

View all scan results at https://vs.aiclude.com

Installation

Terminal bash

openclaw install aiclude-security-scan
    
Copied!

💻Code Examples

/security-scan <target-path> [options]

security-scan-target-path-options.txt
## Parameters

- `--name`: Name of the MCP server or Skill to search (npm package name, GitHub repo, etc.)
- `target-path`: Local path to scan (use instead of --name)
- `--type`: Target type (`mcp-server` | `skill`) - auto-detected if omitted
- `--profile`: Sandbox isolation profile (`strict` | `standard` | `permissive`)
- `--format`: Report output format (`markdown` | `json`)
- `--engines`: Scan engines to use (comma-separated)

## Examples
example.txt
# Search by name (recommended - leverages existing scan results)
/security-scan --name <package-name> [options]

# Scan a local directory directly
/security-scan <target-path> [options]
example.txt
# Search security scan results for an MCP server
/security-scan --name @anthropic/mcp-server-fetch

# Search scan results for a Skill
/security-scan --name my-awesome-skill --type skill

# Scan local source code
/security-scan ./my-mcp-server

Tags

#devops_and-cloud #security

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author mastergear4824
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install aiclude-security-scan