Context Graph
context_graphAnalyze lateral movement by modeling reachability between agents, servers, credentials, and vulnerabilities to determine what becomes accessible if an agent is compromised.
Instructions
Build an agent context graph with lateral movement analysis.
Models reachability between agents, servers, credentials, tools,
and vulnerabilities. Answers: "If agent X is compromised, what
else becomes reachable?"
Returns:
JSON with nodes, edges, lateral_paths, interaction_risks, and stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_path | No | Path to MCP config directory. Omit to auto-discover. | |
| source_agent | No | Agent name to compute lateral paths from. Omit for all agents. | |
| max_depth | No | Max BFS depth for lateral path discovery (1-6, default 4). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |