Azops — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "azops-mcp",
"source": {
"kind": "package",
"origin": "azops-mcp"
},
"server": {
"name": "azops-mcp"
}
},
"grade": "A",
"score": {
"score": 93,
"threatScore": 100,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "client",
"term": "capability-exposure",
"level": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"kind": "client",
"term": "verification-discount",
"level": "repo",
"label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
"appliedPenalty": 1
},
{
"kind": "client",
"term": "coverage-honesty",
"level": "source",
"label": "inspection depth (source) — how much of the target the scan could see",
"appliedPenalty": 0
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.13"
},
"capability": {
"level": "high",
"reasons": [
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code"
],
"tags": [
"sensitive-source",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (93 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
]
},
"findings": [
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/azops_mcp/tools/docker.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/azops_mcp/tools/docker.py:21`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/azops_mcp/tools/docker.py"
},
"evidence": "nstead result = subprocess.run( [\"docker\", \"ps\", \"--format\", \"{{.ID}}\\t{{.Names}}\\t{{.Status}}\\t{{.I",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/azops_mcp/tools/docker.py",
"line": 21,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/azops_mcp/tools/monitoring.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/azops_mcp/tools/monitoring.py:25`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/azops_mcp/tools/monitoring.py"
},
"evidence": "ge result = subprocess.run( [\"top\", \"-bn1\", \"|\", \"grep\", \"Cpu(s)\"], capture_",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/azops_mcp/tools/monitoring.py",
"line": 25,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (src/azops_mcp/server.py)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`src/azops_mcp/server.py:78`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/azops_mcp/server.py"
},
"evidence": "try: __import__(path) deps[pkg] = \"ok\" except ImportError:",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "src/azops_mcp/server.py",
"line": 78,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "health_check",
"tags": [],
"reasons": {}
},
{
"tool": "list_subscriptions",
"tags": [],
"reasons": {}
},
{
"tool": "set_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "auth_status",
"tags": [],
"reasons": {}
},
{
"tool": "account_show",
"tags": [],
"reasons": {}
},
{
"tool": "account_clear",
"tags": [],
"reasons": {}
},
{
"tool": "account_get_access_token",
"tags": [],
"reasons": {}
},
{
"tool": "list_locations",
"tags": [],
"reasons": {}
},
{
"tool": "list_tenants",
"tags": [],
"reasons": {}
},
{
"tool": "list_management_groups",
"tags": [],
"reasons": {}
},
{
"tool": "get_management_group",
"tags": [],
"reasons": {}
},
{
"tool": "list_role_definitions",
"tags": [],
"reasons": {}
},
{
"tool": "list_resource_locks",
"tags": [],
"reasons": {}
},
{
"tool": "list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_activity_log",
"tags": [],
"reasons": {}
},
{
"tool": "list_resource_groups",
"tags": [],
"reasons": {}
},
{
"tool": "list_resources",
"tags": [],
"reasons": {}
},
{
"tool": "list_vms",
"tags": [],
"reasons": {}
},
{
"tool": "get_vm_status",
"tags": [],
"reasons": {}
},
{
"tool": "start_vm",
"tags": [],
"reasons": {}
},
{
"tool": "stop_vm",
"tags": [],
"reasons": {}
},
{
"tool": "restart_vm",
"tags": [],
"reasons": {}
},
{
"tool": "deallocate_vm",
"tags": [],
"reasons": {}
},
{
"tool": "scale_vmss",
"tags": [],
"reasons": {}
},
{
"tool": "list_storage_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "get_storage_status",
"tags": [],
"reasons": {}
},
{
"tool": "appconfig_list",
"tags": [],
"reasons": {}
},
{
"tool": "appconfig_show",
"tags": [],
"reasons": {}
},
{
"tool": "appconfig_kv_list",
"tags": [],
"reasons": {}
},
{
"tool": "appconfig_kv_show",
"tags": [],
"reasons": {}
},
{
"tool": "appconfig_kv_set",
"tags": [],
"reasons": {}
},
{
"tool": "appconfig_kv_delete",
"tags": [],
"reasons": {}
},
{
"tool": "appservice_plan_list",
"tags": [],
"reasons": {}
},
{
"tool": "appservice_plan_show",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_list",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_show",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_start",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_stop",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_restart",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_list",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_show",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_create",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_delete",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_subnet_list",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_subnet_show",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_subnet_create",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_subnet_delete",
"tags": [],
"reasons": {}
},
{
"tool": "vnet_peering_list",
"tags": [],
"reasons": {}
},
{
"tool": "acr_list_registries",
"tags": [],
"reasons": {}
},
{
"tool": "acr_show_registry",
"tags": [],
"reasons": {}
},
{
"tool": "acr_create_registry",
"tags": [],
"reasons": {}
},
{
"tool": "acr_delete_registry",
"tags": [],
"reasons": {}
},
{
"tool": "acr_update_registry",
"tags": [],
"reasons": {}
},
{
"tool": "acr_get_credentials",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_credentials\""
]
}
},
{
"tool": "acr_get_login_server",
"tags": [],
"reasons": {}
},
{
"tool": "acr_list_repositories",
"tags": [],
"reasons": {}
},
{
"tool": "acr_list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "acr_show_task",
"tags": [],
"reasons": {}
},
{
"tool": "acr_list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "acr_create_task",
"tags": [],
"reasons": {}
},
{
"tool": "acr_delete_task",
"tags": [],
"reasons": {}
},
{
"tool": "acr_run_task",
"tags": [],
"reasons": {}
},
{
"tool": "acr_list_builds",
"tags": [],
"reasons": {}
},
{
"tool": "acr_show_quotas",
"tags": [],
"reasons": {}
},
{
"tool": "acr_show_usage",
"tags": [],
"reasons": {}
},
{
"tool": "acr_list_network_rules",
"tags": [],
"reasons": {}
},
{
"tool": "acr_update_network_rules",
"tags": [],
"reasons": {}
},
{
"tool": "acr_reset_client",
"tags": [],
"reasons": {}
},
{
"tool": "aad_list_users",
"tags": [],
"reasons": {}
},
{
"tool": "aad_show_user",
"tags": [],
"reasons": {}
},
{
"tool": "aad_create_user",
"tags": [],
"reasons": {}
},
{
"tool": "aad_delete_user",
"tags": [],
"reasons": {}
},
{
"tool": "aad_list_applications",
"tags": [],
"reasons": {}
},
{
"tool": "aad_create_application",
"tags": [],
"reasons": {}
},
{
"tool": "aad_list_groups",
"tags": [],
"reasons": {}
},
{
"tool": "aad_verify_tenant",
"tags": [],
"reasons": {}
},
{
"tool": "aad_reset_client",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_create_for_container",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_grant_cr_access",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_configure_vnet_integration",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_assign_identity",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_view_logs",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_set_container_registry_credentials",
"tags": [],
"reasons": {}
},
{
"tool": "webapp_delete",
"tags": [],
"reasons": {}
},
{
"tool": "create_role_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_role_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "list_role_assignments_for_principal",
"tags": [],
"reasons": {}
},
{
"tool": "list_containers",
"tags": [],
"reasons": {}
},
{
"tool": "get_container_logs",
"tags": [],
"reasons": {}
},
{
"tool": "restart_container",
"tags": [],
"reasons": {}
},
{
"tool": "get_system_metrics",
"tags": [],
"reasons": {}
},
{
"tool": "check_service_health",
"tags": [],
"reasons": {}
},
{
"tool": "get_infrastructure_status",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "6a8e609ac9d81974eb9eee1ac9ee4395c76594ec12ec2049e7212f521371f292",
"stats": {
"tools": 93,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 1,
"low": 0,
"info": 0
}
}
}