Local Mcp — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "https://local-mcp.com/mcp",
"source": {
"kind": "http",
"origin": "https://local-mcp.com/mcp"
},
"server": {
"name": "LMCP",
"version": "1.0"
}
},
"grade": "C",
"score": {
"score": 77,
"threatScore": 87,
"grade": "C",
"band": "C",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 12.92,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 6.3
},
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 0.5,
"appliedPenalty": 3.15
},
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 0.25,
"appliedPenalty": 1.58
},
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 0.63
},
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 0.63
},
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 0.63
},
{
"kind": "client",
"term": "capability-exposure",
"level": "critical",
"label": "capability blast radius (critical) — client exposure if the model is manipulated",
"appliedPenalty": 10
},
{
"kind": "client",
"term": "coverage-honesty",
"level": "live",
"label": "inspection depth (live) — how much of the target the scan could see",
"appliedPenalty": 0
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.9"
},
"capability": {
"level": "critical",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"can create, modify or delete files",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)",
"untrusted input can reach code execution"
],
"tags": [
"code-exec",
"external-sink",
"sensitive-source",
"file-write",
"untrusted-input"
]
},
"coverage": {
"level": "live",
"inputs": {
"toolSurface": true,
"implementationSource": false,
"packageMetadata": false,
"liveTransport": true
},
"caveats": []
},
"findings": [
{
"ruleId": "MTC-FLOW-002",
"title": "Completed toxic-flow trifecta across tools",
"category": "exfiltration",
"severity": "critical",
"confidence": "strong",
"description": "This server (without client built-ins) exposes a complete data-exfiltration chain: list_email_accounts → gdrive_list_files → chrome_evaluate_js. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
"remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
"location": {
"kind": "flow",
"name": "list_email_accounts → gdrive_list_files → chrome_evaluate_js"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"list_email_accounts",
"list_emails",
"lmcp_welcome",
"m365_read_email",
"read_email",
"read_messages",
"signal_connect",
"signal_list_chats",
"signal_read_messages",
"teams_list_channels",
"update_local_mcp",
"whatsapp_connect",
"whatsapp_read_messages",
"zalo_read_messages"
],
"sources": [
"gdrive_list_files",
"gdrive_read_file",
"onedrive_list_files",
"onedrive_read_file"
],
"sinks": [
"chrome_evaluate_js",
"create_referral_invites",
"m365_send_email",
"run_terminal_command",
"safari_evaluate_js",
"send_email",
"send_message",
"signal_send_message",
"teams_send_message",
"web_eval",
"whatsapp_send_message",
"zalo_connect",
"zalo_send_message"
],
"path": [
"list_email_accounts",
"gdrive_list_files",
"chrome_evaluate_js"
],
"edges": [
{
"from": "list_email_accounts",
"to": "gdrive_list_files",
"kind": "agent-mediated"
},
{
"from": "gdrive_list_files",
"to": "chrome_evaluate_js",
"kind": "agent-mediated"
}
],
"wired": false
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"chrome_evaluate_js\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"chrome_evaluate_js\" appears to run shell commands or evaluate code (parameter \"script\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "chrome_evaluate_js"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"run_terminal_command\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"run_terminal_command\" appears to run shell commands or evaluate code (parameter \"command\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "run_terminal_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"safari_evaluate_js\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"safari_evaluate_js\" appears to run shell commands or evaluate code (parameter \"script\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "safari_evaluate_js"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"web_eval\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"web_eval\" appears to run shell commands or evaluate code (keyword \"eval\" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "web_eval"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"gdrive_write_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"gdrive_write_file\" can write, overwrite or delete files (keyword \"write_file\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "gdrive_write_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"onedrive_delete_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"onedrive_delete_file\" can write, overwrite or delete files (keyword \"delete_file\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "onedrive_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"onedrive_move_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"onedrive_move_file\" can write, overwrite or delete files (keyword \"move_file\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "onedrive_move_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"onedrive_write_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"onedrive_write_file\" can write, overwrite or delete files (keyword \"write_file\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "onedrive_write_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"chrome_evaluate_js\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"chrome_evaluate_js\" advertises readOnlyHint=true but its derived capabilities include state-modifying actions (code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "chrome_evaluate_js"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"code-exec"
],
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"gdrive_write_file\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"gdrive_write_file\" advertises destructiveHint=false but its derived capabilities include state-modifying actions (file-write). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "gdrive_write_file"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"file-write"
],
"annotations": {
"readOnlyHint": false,
"destructiveHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"onedrive_write_file\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"onedrive_write_file\" advertises destructiveHint=false but its derived capabilities include state-modifying actions (file-write). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "onedrive_write_file"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"file-write"
],
"annotations": {
"readOnlyHint": false,
"destructiveHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"run_terminal_command\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"run_terminal_command\" advertises destructiveHint=false but its derived capabilities include state-modifying actions (code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "run_terminal_command"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"code-exec"
],
"annotations": {
"readOnlyHint": false,
"destructiveHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"safari_evaluate_js\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"safari_evaluate_js\" advertises readOnlyHint=true but its derived capabilities include state-modifying actions (code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "safari_evaluate_js"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"code-exec"
],
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"web_eval\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"web_eval\" advertises destructiveHint=false but its derived capabilities include state-modifying actions (code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "web_eval"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"code-exec"
],
"annotations": {
"readOnlyHint": false,
"destructiveHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"script\" on \"chrome_evaluate_js\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"chrome_evaluate_js\" takes a command-shaped parameter \"script\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "chrome_evaluate_js",
"field": "inputSchema.properties.script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "script"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"command\" on \"run_terminal_command\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"run_terminal_command\" takes a command-shaped parameter \"command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "run_terminal_command",
"field": "inputSchema.properties.command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"script\" on \"safari_evaluate_js\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"safari_evaluate_js\" takes a command-shaped parameter \"script\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "safari_evaluate_js",
"field": "inputSchema.properties.script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "script"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"gdrive_list_files\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"gdrive_list_files\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "gdrive_list_files",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"gdrive_read_file\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"gdrive_read_file\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "gdrive_read_file",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"gdrive_write_file\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"gdrive_write_file\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "gdrive_write_file",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"onedrive_delete_file\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"onedrive_delete_file\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "onedrive_delete_file",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"onedrive_list_files\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"onedrive_list_files\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "onedrive_list_files",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"onedrive_read_file\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"onedrive_read_file\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "onedrive_read_file",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"onedrive_write_file\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"onedrive_write_file\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "onedrive_write_file",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-NET-005",
"title": "Remote HTTP MCP endpoint",
"category": "network",
"severity": "info",
"confidence": "strong",
"description": "Remote endpoint local-mcp.com. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
"location": {
"kind": "transport"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"list_email_accounts",
"list_emails",
"lmcp_welcome",
"m365_read_email",
"read_email",
"read_messages",
"signal_connect",
"signal_list_chats",
"signal_read_messages",
"teams_list_channels",
"update_local_mcp",
"whatsapp_connect",
"whatsapp_read_messages",
"zalo_read_messages"
],
"sensitiveSource": [
"gdrive_list_files",
"gdrive_read_file",
"onedrive_list_files",
"onedrive_read_file"
],
"externalSink": [
"chrome_evaluate_js",
"create_referral_invites",
"m365_send_email",
"run_terminal_command",
"safari_evaluate_js",
"send_email",
"send_message",
"signal_send_message",
"teams_send_message",
"web_eval",
"whatsapp_send_message",
"zalo_connect",
"zalo_send_message"
],
"selfContained": false,
"path": [
"list_email_accounts",
"gdrive_list_files",
"chrome_evaluate_js"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: list_email_accounts → gdrive_list_files → chrome_evaluate_js."
}
],
"capabilities": [
{
"tool": "setup_install",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_click",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_evaluate_js",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"script\""
]
}
},
{
"tool": "chrome_fill_form",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_go_back",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_list_tabs",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_navigate",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_query_selector_all",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_read_tab",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_search_tabs",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_setup_check",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_type",
"tags": [],
"reasons": {}
},
{
"tool": "chrome_wait_for",
"tags": [],
"reasons": {}
},
{
"tool": "complete_omnifocus_task",
"tags": [],
"reasons": {}
},
{
"tool": "complete_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "connect_m365_account",
"tags": [],
"reasons": {}
},
{
"tool": "connect_servicenow",
"tags": [],
"reasons": {}
},
{
"tool": "create_calendar_event",
"tags": [],
"reasons": {}
},
{
"tool": "create_draft",
"tags": [],
"reasons": {}
},
{
"tool": "create_email_folder",
"tags": [],
"reasons": {}
},
{
"tool": "create_note",
"tags": [],
"reasons": {}
},
{
"tool": "create_omnifocus_task",
"tags": [],
"reasons": {}
},
{
"tool": "create_referral_invites",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "create_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "create_reminder_list",
"tags": [],
"reasons": {}
},
{
"tool": "daily_brief",
"tags": [],
"reasons": {}
},
{
"tool": "delete_calendar_event",
"tags": [],
"reasons": {}
},
{
"tool": "delete_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_reminder_list",
"tags": [],
"reasons": {}
},
{
"tool": "disconnect_m365_account",
"tags": [],
"reasons": {}
},
{
"tool": "disconnect_servicenow",
"tags": [],
"reasons": {}
},
{
"tool": "excel_create",
"tags": [],
"reasons": {}
},
{
"tool": "excel_read",
"tags": [],
"reasons": {}
},
{
"tool": "excel_write_cell",
"tags": [],
"reasons": {}
},
{
"tool": "finder_list",
"tags": [],
"reasons": {}
},
{
"tool": "finder_search",
"tags": [],
"reasons": {}
},
{
"tool": "fs_list",
"tags": [],
"reasons": {}
},
{
"tool": "fs_read",
"tags": [],
"reasons": {}
},
{
"tool": "fs_search",
"tags": [],
"reasons": {}
},
{
"tool": "gdrive_file_info",
"tags": [],
"reasons": {}
},
{
"tool": "gdrive_list_files",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "gdrive_read_file",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_file\""
]
}
},
{
"tool": "gdrive_root",
"tags": [],
"reasons": {}
},
{
"tool": "gdrive_search_files",
"tags": [],
"reasons": {}
},
{
"tool": "gdrive_write_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"write_file\" in tool name"
]
}
},
{
"tool": "get_audit_log",
"tags": [],
"reasons": {}
},
{
"tool": "get_config",
"tags": [],
"reasons": {}
},
{
"tool": "get_contact",
"tags": [],
"reasons": {}
},
{
"tool": "get_datetime",
"tags": [],
"reasons": {}
},
{
"tool": "get_m365_person",
"tags": [],
"reasons": {}
},
{
"tool": "get_weather",
"tags": [],
"reasons": {}
},
{
"tool": "list_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "list_calendar_events",
"tags": [],
"reasons": {}
},
{
"tool": "list_calendar_names",
"tags": [],
"reasons": {}
},
{
"tool": "list_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "list_displays",
"tags": [],
"reasons": {}
},
{
"tool": "list_email_accounts",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_email_folders",
"tags": [],
"reasons": {}
},
{
"tool": "list_emails",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_email\""
]
}
},
{
"tool": "list_m365_people_insights",
"tags": [],
"reasons": {}
},
{
"tool": "list_message_chats",
"tags": [],
"reasons": {}
},
{
"tool": "list_notes",
"tags": [],
"reasons": {}
},
{
"tool": "list_omnifocus_folders",
"tags": [],
"reasons": {}
},
{
"tool": "list_omnifocus_projects",
"tags": [],
"reasons": {}
},
{
"tool": "list_omnifocus_tags",
"tags": [],
"reasons": {}
},
{
"tool": "list_omnifocus_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "list_referral_candidates",
"tags": [],
"reasons": {}
},
{
"tool": "list_reminder_lists",
"tags": [],
"reasons": {}
},
{
"tool": "list_reminders",
"tags": [],
"reasons": {}
},
{
"tool": "list_safari_bookmarks",
"tags": [],
"reasons": {}
},
{
"tool": "list_windows",
"tags": [],
"reasons": {}
},
{
"tool": "lmcp_state",
"tags": [],
"reasons": {}
},
{
"tool": "lmcp_welcome",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "m365_create_event",
"tags": [],
"reasons": {}
},
{
"tool": "m365_delete_event",
"tags": [],
"reasons": {}
},
{
"tool": "m365_get_contact",
"tags": [],
"reasons": {}
},
{
"tool": "m365_list_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "m365_list_emails",
"tags": [],
"reasons": {}
},
{
"tool": "m365_list_events",
"tags": [],
"reasons": {}
},
{
"tool": "m365_read_email",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_email\""
]
}
},
{
"tool": "m365_reply_email",
"tags": [],
"reasons": {}
},
{
"tool": "m365_search_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "m365_search_emails",
"tags": [],
"reasons": {}
},
{
"tool": "m365_send_email",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "media_probe",
"tags": [],
"reasons": {}
},
{
"tool": "move_email",
"tags": [],
"reasons": {}
},
{
"tool": "nordvpn_diagnose",
"tags": [],
"reasons": {}
},
{
"tool": "nordvpn_servers",
"tags": [],
"reasons": {}
},
{
"tool": "nordvpn_status",
"tags": [],
"reasons": {}
},
{
"tool": "notion_list_databases",
"tags": [],
"reasons": {}
},
{
"tool": "notion_list_pages",
"tags": [],
"reasons": {}
},
{
"tool": "notion_list_workspaces",
"tags": [],
"reasons": {}
},
{
"tool": "notion_open_page",
"tags": [],
"reasons": {}
},
{
"tool": "notion_read_database",
"tags": [],
"reasons": {}
},
{
"tool": "notion_read_page",
"tags": [],
"reasons": {}
},
{
"tool": "notion_search",
"tags": [],
"reasons": {}
},
{
"tool": "onedrive_delete_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"delete_file\" in tool name"
]
}
},
{
"tool": "onedrive_file_info",
"tags": [],
"reasons": {}
},
{
"tool": "onedrive_list_files",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "onedrive_move_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"move_file\" in tool name"
]
}
},
{
"tool": "onedrive_read_file",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_file\""
]
}
},
{
"tool": "onedrive_root",
"tags": [],
"reasons": {}
},
{
"tool": "onedrive_search_files",
"tags": [],
"reasons": {}
},
{
"tool": "onedrive_set_scope",
"tags": [],
"reasons": {}
},
{
"tool": "onedrive_write_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"write_file\" in tool name"
]
}
},
{
"tool": "outlook_diagnose",
"tags": [],
"reasons": {}
},
{
"tool": "pdf_read",
"tags": [],
"reasons": {}
},
{
"tool": "permissions_status",
"tags": [],
"reasons": {}
},
{
"tool": "ppt_create",
"tags": [],
"reasons": {}
},
{
"tool": "ppt_read",
"tags": [],
"reasons": {}
},
{
"tool": "read_email",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "read_messages",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "read_note",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_delete",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_get",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_list",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_run",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_runs",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_save",
"tags": [],
"reasons": {}
},
{
"tool": "record_marker",
"tags": [],
"reasons": {}
},
{
"tool": "rename_reminder_list",
"tags": [],
"reasons": {}
},
{
"tool": "reply_email",
"tags": [],
"reasons": {}
},
{
"tool": "report_problem",
"tags": [],
"reasons": {}
},
{
"tool": "request_feature",
"tags": [],
"reasons": {}
},
{
"tool": "run_diagnostics",
"tags": [],
"reasons": {}
},
{
"tool": "run_terminal_command",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"command\""
]
}
},
{
"tool": "safari_click",
"tags": [],
"reasons": {}
},
{
"tool": "safari_evaluate_js",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"script\""
]
}
},
{
"tool": "safari_fill_form",
"tags": [],
"reasons": {}
},
{
"tool": "safari_go_back",
"tags": [],
"reasons": {}
},
{
"tool": "safari_list_tabs",
"tags": [],
"reasons": {}
},
{
"tool": "safari_navigate",
"tags": [],
"reasons": {}
},
{
"tool": "safari_query_selector_all",
"tags": [],
"reasons": {}
},
{
"tool": "safari_read_tab",
"tags": [],
"reasons": {}
},
{
"tool": "safari_search_tabs",
"tags": [],
"reasons": {}
},
{
"tool": "safari_setup_check",
"tags": [],
"reasons": {}
},
{
"tool": "safari_type",
"tags": [],
"reasons": {}
},
{
"tool": "safari_wait_for",
"tags": [],
"reasons": {}
},
{
"tool": "save_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "screen_record_start",
"tags": [],
"reasons": {}
},
{
"tool": "screen_record_status",
"tags": [],
"reasons": {}
},
{
"tool": "screen_record_stop",
"tags": [],
"reasons": {}
},
{
"tool": "screenshot_capture",
"tags": [],
"reasons": {}
},
{
"tool": "search_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "search_emails",
"tags": [],
"reasons": {}
},
{
"tool": "search_m365_directory",
"tags": [],
"reasons": {}
},
{
"tool": "search_messages",
"tags": [],
"reasons": {}
},
{
"tool": "search_notes",
"tags": [],
"reasons": {}
},
{
"tool": "search_omnifocus_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "send_email",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "send_message",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "servicenow_add_comment",
"tags": [],
"reasons": {}
},
{
"tool": "servicenow_create_incident",
"tags": [],
"reasons": {}
},
{
"tool": "servicenow_get_incident",
"tags": [],
"reasons": {}
},
{
"tool": "servicenow_list_my_incidents",
"tags": [],
"reasons": {}
},
{
"tool": "servicenow_search_incidents",
"tags": [],
"reasons": {}
},
{
"tool": "servicenow_search_kb",
"tags": [],
"reasons": {}
},
{
"tool": "servicenow_update_incident",
"tags": [],
"reasons": {}
},
{
"tool": "signal_connect",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "signal_friction",
"tags": [],
"reasons": {}
},
{
"tool": "signal_list_chats",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "signal_read_messages",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "signal_search_messages",
"tags": [],
"reasons": {}
},
{
"tool": "signal_send_message",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "slack_list_channels",
"tags": [],
"reasons": {}
},
{
"tool": "slack_list_workspaces",
"tags": [],
"reasons": {}
},
{
"tool": "slack_read_channel_messages",
"tags": [],
"reasons": {}
},
{
"tool": "slack_search_messages",
"tags": [],
"reasons": {}
},
{
"tool": "stocks_get_chart",
"tags": [],
"reasons": {}
},
{
"tool": "stocks_get_quote",
"tags": [],
"reasons": {}
},
{
"tool": "stocks_search_symbol",
"tags": [],
"reasons": {}
},
{
"tool": "teams_call_history",
"tags": [],
"reasons": {}
},
{
"tool": "teams_list_channels",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "teams_list_chats",
"tags": [],
"reasons": {}
},
{
"tool": "teams_list_teams",
"tags": [],
"reasons": {}
},
{
"tool": "teams_read_channel_messages",
"tags": [],
"reasons": {}
},
{
"tool": "teams_read_chat_messages",
"tags": [],
"reasons": {}
},
{
"tool": "teams_send_channel_message",
"tags": [],
"reasons": {}
},
{
"tool": "teams_send_message",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "todo_complete_task",
"tags": [],
"reasons": {}
},
{
"tool": "todo_create_task",
"tags": [],
"reasons": {}
},
{
"tool": "todo_list_lists",
"tags": [],
"reasons": {}
},
{
"tool": "todo_list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "ui_click",
"tags": [],
"reasons": {}
},
{
"tool": "ui_find_element",
"tags": [],
"reasons": {}
},
{
"tool": "ui_get_element",
"tags": [],
"reasons": {}
},
{
"tool": "ui_keystroke",
"tags": [],
"reasons": {}
},
{
"tool": "ui_menu_bar_click",
"tags": [],
"reasons": {}
},
{
"tool": "ui_type",
"tags": [],
"reasons": {}
},
{
"tool": "ui_wait_for_element",
"tags": [],
"reasons": {}
},
{
"tool": "update_calendar_event",
"tags": [],
"reasons": {}
},
{
"tool": "update_local_mcp",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "update_note",
"tags": [],
"reasons": {}
},
{
"tool": "update_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "update_self_diagnosis",
"tags": [],
"reasons": {}
},
{
"tool": "video_blur_region",
"tags": [],
"reasons": {}
},
{
"tool": "video_concat",
"tags": [],
"reasons": {}
},
{
"tool": "video_export_gif",
"tags": [],
"reasons": {}
},
{
"tool": "video_reframe",
"tags": [],
"reasons": {}
},
{
"tool": "video_trim",
"tags": [],
"reasons": {}
},
{
"tool": "web_click",
"tags": [],
"reasons": {}
},
{
"tool": "web_eval",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"keyword \"eval\" in tool name"
]
}
},
{
"tool": "web_extract",
"tags": [],
"reasons": {}
},
{
"tool": "web_find",
"tags": [],
"reasons": {}
},
{
"tool": "web_login",
"tags": [],
"reasons": {}
},
{
"tool": "web_navigate",
"tags": [],
"reasons": {}
},
{
"tool": "web_read",
"tags": [],
"reasons": {}
},
{
"tool": "web_screenshot",
"tags": [],
"reasons": {}
},
{
"tool": "web_session_close",
"tags": [],
"reasons": {}
},
{
"tool": "web_session_list",
"tags": [],
"reasons": {}
},
{
"tool": "web_show",
"tags": [],
"reasons": {}
},
{
"tool": "web_type",
"tags": [],
"reasons": {}
},
{
"tool": "web_wait_for",
"tags": [],
"reasons": {}
},
{
"tool": "whatsapp_connect",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "whatsapp_disconnect",
"tags": [],
"reasons": {}
},
{
"tool": "whatsapp_list_chats",
"tags": [],
"reasons": {}
},
{
"tool": "whatsapp_read_messages",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "whatsapp_search_messages",
"tags": [],
"reasons": {}
},
{
"tool": "whatsapp_send_file",
"tags": [],
"reasons": {}
},
{
"tool": "whatsapp_send_message",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "window_focus",
"tags": [],
"reasons": {}
},
{
"tool": "window_set_frame",
"tags": [],
"reasons": {}
},
{
"tool": "word_append",
"tags": [],
"reasons": {}
},
{
"tool": "word_create",
"tags": [],
"reasons": {}
},
{
"tool": "word_read",
"tags": [],
"reasons": {}
},
{
"tool": "zalo_connect",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "zalo_diagnose",
"tags": [],
"reasons": {}
},
{
"tool": "zalo_disconnect",
"tags": [],
"reasons": {}
},
{
"tool": "zalo_list_chats",
"tags": [],
"reasons": {}
},
{
"tool": "zalo_read_messages",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "zalo_search_messages",
"tags": [],
"reasons": {}
},
{
"tool": "zalo_send_message",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "zoom_list_recordings",
"tags": [],
"reasons": {}
},
{
"tool": "zoom_read_transcript",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "a5e55256783a294cfa45bf5d883fd822cfb94ba6fbc66833fb5c560bd0146d61",
"stats": {
"tools": 234,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 4,
"medium": 13,
"low": 7,
"info": 1
}
}
}