export_security_context
Export security context JSON to analyze MCP server security before installation. Contains call graphs with security classifications, 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 |
|---|---|---|---|
| depth | No | Call graph traversal depth (default: 3) | |
| scope | No | Limit analysis to directory (relative to project root) |