export_security_context
Analyze MCP server security before installation by exporting a JSON report containing tool registrations, security-classified call graphs, sensitive data flows, and per-file 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 |
|---|---|---|---|
| depth | No | Call graph traversal depth (default: 3) | |
| scope | No | Limit analysis to directory (relative to project root) |