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§
- Audit
Finding - A finding from the static tool-description audit.
- McpScanner
- MCP scanner that combines tool-description auditing, pinning checks, and cross-origin escalation detection.