export_security_context
Analyze MCP server security before installation by generating enrichment JSON with tool registrations, classified call graphs, sensitive 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) |