@@ -135,13 +135,21 @@ agentid explain examples/provider-mcp-support-agent.yaml
135135agentid risk-score examples/provider-mcp-support-agent.yaml
136136agentid generate-policy examples/provider-mcp-support-agent.yaml --target opa
137137agentid audit examples/sample-tool-log.json --manifest examples/customer-support-refund-agent.yaml
138+ agentid mcp analyze examples/mcp-tools-list-risky.json
139+ agentid mcp analyze examples/mcp-tools-list-risky.json --json
140+ agentid mcp diff old-tools-list.json new-tools-list.json
138141agentid schema > schema/agentid.schema.json
139142agentid config-ui --output agentid-policy-builder.html
140143agentid gateway examples/provider-mcp-support-agent.yaml --host 127.0.0.1 --port 8787
141144```
142145
143146` config-ui ` writes a self-contained browser UI for building an AgentID manifest and starter OPA policy.
144147
148+ ` mcp analyze ` scores a saved MCP ` tools/list ` response for tool capability
149+ risk, sensitive arguments, likely blast radius, and remediation steps. `mcp
150+ diff` compares two saved ` tools/list` responses to detect newly exposed tools,
151+ schema changes, and increased tool risk.
152+
145153The JSON Schema is available at [ ` schema/agentid.schema.json ` ] ( schema/agentid.schema.json )
146154and can be emitted with ` agentid schema ` . Add this to a manifest for editor
147155validation:
@@ -321,6 +329,8 @@ Implemented:
321329- TypeScript gateway client helper
322330- Reference MCP gateway adapter for `tools/list` and `tools/call`
323331- MCP gateway adapter demo with mock provider server
332+ - MCP blast-radius analyzer CLI for saved `tools/list` output
333+ - MCP tool drift diff for newly exposed tools and schema changes
324334- MCP gateway integration guide and enterprise/provider MCP example manifest
325335- Hosted gateway-control demo with SaaS and MCP flows
326336- CI checks for tests, schema validation, manifest risk, and TypeScript SDK
@@ -330,9 +340,8 @@ Next:
330340- More ecommerce manifests and audit-log examples
331341- MCP tool metadata import/export and tool drift detection for `tools/list`
332342 changes, schema changes, and newly exposed write/admin tools
333- - MCP blast-radius analyzer for scoring tool capability risk, authorization
334- posture, sensitive arguments, data-flow exposure, and remediation steps from
335- saved `tools/list` output or live gateway metadata
343+ - MCP blast-radius analyzer improvements for authorization posture, data-flow
344+ exposure, manifest snippet generation, and live gateway metadata
336345- Browser/local UI for MCP analysis with scorecards, tool tables, drift views,
337346 blast-radius summaries, remediation checklists, and generated AgentID
338347 manifest snippets
0 commit comments