export_security_context
Analyze MCP server security before installation by exporting security context including tool registrations, call graphs, sensitive data flows, and capability maps.
Instructions
Export security context for MCP server analysis. Generates enrichment JSON for skill-scan: tool registrations with annotations, transitive call graphs classified by security category (file_read, file_write, network_outbound, env_read, shell_exec, crypto, serialization), sensitive data flows, and per-file capability maps. Use to analyze MCP server security before installation. Read-only. Returns JSON: { tool_registrations, sensitive_flows, capability_map, warnings }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Limit analysis to directory (relative to project root) | |
| depth | No | Call graph traversal depth (default: 3) |