Skip to main content

Crate aiguard_scanner_mcp

Crate aiguard_scanner_mcp 

Source
Expand description

MCP server auditing scanner for aiguard.

Provides three scanning capabilities:

  • Static tool-description auditing (poisoning pattern detection)
  • Tool pinning and rug-pull detection (SHA-256 of tools/list)
  • Cross-origin escalation detection

Modules§

audit
Static tool-description scanning for MCP poisoning patterns.
pin
Tool pinning and rug-pull detection for MCP servers.
proxy
Cross-origin escalation detection for MCP servers.

Structs§

AuditFinding
A finding from the static tool-description audit.
McpScanner
MCP scanner that combines tool-description auditing, pinning checks, and cross-origin escalation detection.