Customazuremcpagent — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.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.9.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "customazuremcpagent",
"source": {
"kind": "package",
"origin": "customazuremcpagent"
},
"server": {
"name": "customazuremcpagent"
}
},
"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.9"
},
"capability": {
"level": "high",
"reasons": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (44 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 (agent/azure.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`agent/azure.py:1072`): 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": "agent/azure.py"
},
"evidence": "y: result = subprocess.run( [\"az\", \"monitor\", \"log-analytics\", \"workspace\", \"list\",",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "agent/azure.py",
"line": 1072,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (agent/utils.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`agent/utils.py:467`): 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": "agent/utils.py"
},
"evidence": "result = subprocess.run( command, shell=False, capture_output=True,",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "agent/utils.py",
"line": 467,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"customazuremcpagent\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "customazuremcpagent"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "get_current_user",
"tags": [],
"reasons": {}
},
{
"tool": "show_agent_instructions",
"tags": [],
"reasons": {}
},
{
"tool": "azure_login",
"tags": [],
"reasons": {}
},
{
"tool": "azure_list_roles",
"tags": [],
"reasons": {}
},
{
"tool": "azure_assign_rbac_role",
"tags": [],
"reasons": {}
},
{
"tool": "azure_activate_pim_roles",
"tags": [],
"reasons": {}
},
{
"tool": "azure_assign_pim_role",
"tags": [],
"reasons": {}
},
{
"tool": "azure_get_resource_info",
"tags": [],
"reasons": {}
},
{
"tool": "azure_list_subscriptions",
"tags": [],
"reasons": {}
},
{
"tool": "azure_set_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "azure_update_tags",
"tags": [],
"reasons": {}
},
{
"tool": "azure_get_activity_log",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_resource_group",
"tags": [],
"reasons": {}
},
{
"tool": "azure_check_resource",
"tags": [],
"reasons": {}
},
{
"tool": "azure_attach_to_nsp",
"tags": [],
"reasons": {}
},
{
"tool": "azure_attach_diagnostic_settings",
"tags": [],
"reasons": {}
},
{
"tool": "azure_attach_appinsights",
"tags": [],
"reasons": {}
},
{
"tool": "azure_get_bicep_requirements",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_resource",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_private_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "azure_manage_pe_connection",
"tags": [],
"reasons": {}
},
{
"tool": "azure_integrate_vnet",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_container_apps_env",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_container_app",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_data_collection_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "azure_create_data_collection_rule",
"tags": [],
"reasons": {}
},
{
"tool": "azure_attach_dce_to_dcr",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_list_permissions",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_create_managed_private_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_list_managed_private_endpoints",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_create_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_attach_workspace_to_git",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_assign_role",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_create_deployment_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "fabric_add_deployment_pipeline_role",
"tags": [],
"reasons": {}
},
{
"tool": "ado_create_project",
"tags": [],
"reasons": {}
},
{
"tool": "ado_create_repo",
"tags": [],
"reasons": {}
},
{
"tool": "ado_list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "ado_list_repos",
"tags": [],
"reasons": {}
},
{
"tool": "ado_create_branch",
"tags": [],
"reasons": {}
},
{
"tool": "ado_deploy_custom_yaml",
"tags": [],
"reasons": {}
},
{
"tool": "ado_deploy_pipeline_yaml",
"tags": [],
"reasons": {}
},
{
"tool": "ado_create_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "ado_assign_role",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "c0c9cfa96aa38b270bd23bf3ffb9cc532c180f6b8c031ba5d06a7159cdb47174",
"stats": {
"tools": 44,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 0,
"info": 1
}
}
}