Local Mcp — 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": "https://local-mcp.com/mcp",
"source": {
"kind": "http",
"origin": "https://local-mcp.com/mcp"
},
"server": {
"name": "LMCP",
"version": "3.0.0"
}
},
"grade": "B",
"score": {
"score": 85,
"threatScore": 91,
"grade": "B",
"band": "B",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 9.45,
"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": "client",
"term": "capability-exposure",
"level": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"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.13"
},
"capability": {
"level": "high",
"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)",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
],
"tags": [
"sensitive-source",
"file-write",
"untrusted-input",
"external-sink"
]
},
"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 → file_read ⇒ m365_send_email. Untrusted input is ingested, private data is read, and it can be sent to an external sink — and at least one leg is a direct schema wire (⇒), where a producer's output drops straight into a free-text parameter of the next tool, so the chain needs little agent cooperation. 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 → file_read → m365_send_email"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"list_email_accounts",
"list_emails",
"list_message_chats",
"lmcp_install_upgrade",
"m365_read_email",
"read_email",
"read_messages",
"recipe_discover",
"signal_connect",
"signal_list_chats",
"signal_read_messages",
"teams_list_channels"
],
"sources": [
"file_read",
"finder_list",
"gdrive_list_files",
"gdrive_read_file",
"onedrive_list_files",
"onedrive_read_file",
"onedrive_root"
],
"sinks": [
"m365_send_email",
"send_email",
"send_message",
"teams_send_message"
],
"path": [
"list_email_accounts",
"file_read",
"m365_send_email"
],
"edges": [
{
"from": "list_email_accounts",
"to": "file_read",
"kind": "agent-mediated"
},
{
"from": "file_read",
"to": "m365_send_email",
"kind": "schema-wired"
}
],
"wired": true
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"gdrive_delete_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"gdrive_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": "gdrive_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"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 \"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,
"title": "Gdrive Write File"
}
}
},
{
"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,
"title": "OneDrive Write File"
}
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"file_read\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"file_read\" 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": "file_read",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"finder_list\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"finder_list\" 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": "finder_list",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"gdrive_delete_file\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"gdrive_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": "gdrive_delete_file",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"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",
"list_message_chats",
"lmcp_install_upgrade",
"m365_read_email",
"read_email",
"read_messages",
"recipe_discover",
"signal_connect",
"signal_list_chats",
"signal_read_messages",
"teams_list_channels"
],
"sensitiveSource": [
"file_read",
"finder_list",
"gdrive_list_files",
"gdrive_read_file",
"onedrive_list_files",
"onedrive_read_file",
"onedrive_root"
],
"externalSink": [
"m365_send_email",
"send_email",
"send_message",
"teams_send_message"
],
"selfContained": false,
"path": [
"list_email_accounts",
"file_read",
"m365_send_email"
],
"pathWired": true,
"description": "A cross-tool exfiltration chain exists: list_email_accounts → file_read ⇒ m365_send_email."
}
],
"capabilities": [
{
"tool": "setup_install",
"tags": [],
"reasons": {}
},
{
"tool": "complete_omnifocus_task",
"tags": [],
"reasons": {}
},
{
"tool": "complete_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "configure_clients",
"tags": [],
"reasons": {}
},
{
"tool": "connect_m365_account",
"tags": [],
"reasons": {}
},
{
"tool": "connect_todoist",
"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": [],
"reasons": {}
},
{
"tool": "create_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "create_reminder_list",
"tags": [],
"reasons": {}
},
{
"tool": "daily_brief",
"tags": [],
"reasons": {}
},
{
"tool": "delete_calendar_event",
"tags": [],
"reasons": {}
},
{
"tool": "delete_note",
"tags": [],
"reasons": {}
},
{
"tool": "delete_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_reminder_folder",
"tags": [],
"reasons": {}
},
{
"tool": "disconnect_m365_account",
"tags": [],
"reasons": {}
},
{
"tool": "disconnect_todoist",
"tags": [],
"reasons": {}
},
{
"tool": "excel_create",
"tags": [],
"reasons": {}
},
{
"tool": "excel_read",
"tags": [],
"reasons": {}
},
{
"tool": "excel_write_cell",
"tags": [],
"reasons": {}
},
{
"tool": "file_list",
"tags": [],
"reasons": {}
},
{
"tool": "file_read",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_file\""
]
}
},
{
"tool": "file_search",
"tags": [],
"reasons": {}
},
{
"tool": "file_write",
"tags": [],
"reasons": {}
},
{
"tool": "finder_list",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_file\""
]
}
},
{
"tool": "finder_search",
"tags": [],
"reasons": {}
},
{
"tool": "gdrive_delete_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"delete_file\" in tool name"
]
}
},
{
"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_reminder_folders",
"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": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"tool": "list_missing_permissions",
"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_reminders",
"tags": [],
"reasons": {}
},
{
"tool": "list_windows",
"tags": [],
"reasons": {}
},
{
"tool": "lmcp_install_upgrade",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "lmcp_state",
"tags": [],
"reasons": {}
},
{
"tool": "lmcp_upgrade_diagnostics",
"tags": [],
"reasons": {}
},
{
"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": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_file\""
]
}
},
{
"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_discover",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "recipe_export",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_get",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_import",
"tags": [],
"reasons": {}
},
{
"tool": "recipe_install",
"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_folder",
"tags": [],
"reasons": {}
},
{
"tool": "reply_email",
"tags": [],
"reasons": {}
},
{
"tool": "report_friction",
"tags": [],
"reasons": {}
},
{
"tool": "report_problem",
"tags": [],
"reasons": {}
},
{
"tool": "request_feature",
"tags": [],
"reasons": {}
},
{
"tool": "run_diagnostics",
"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": "signal_compose_guidance",
"tags": [],
"reasons": {}
},
{
"tool": "signal_connect",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_message\""
]
}
},
{
"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": "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": "survey_respond",
"tags": [],
"reasons": {}
},
{
"tool": "survey_skip",
"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_search_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_get_folders",
"tags": [],
"reasons": {}
},
{
"tool": "todo_list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "todoist_complete_task",
"tags": [],
"reasons": {}
},
{
"tool": "todoist_create_task",
"tags": [],
"reasons": {}
},
{
"tool": "todoist_list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "todoist_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_read_tree",
"tags": [],
"reasons": {}
},
{
"tool": "ui_type",
"tags": [],
"reasons": {}
},
{
"tool": "ui_wait_for_element",
"tags": [],
"reasons": {}
},
{
"tool": "update_calendar_event",
"tags": [],
"reasons": {}
},
{
"tool": "update_note",
"tags": [],
"reasons": {}
},
{
"tool": "update_reminder",
"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_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_delete",
"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": "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": "zoom_list_recordings",
"tags": [],
"reasons": {}
},
{
"tool": "zoom_read_transcript",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "99a80ff2280578fed4f13b3af63bd32d17a0d407b602b91b63bce06d93aa3ed4",
"stats": {
"tools": 203,
"prompts": 3,
"resources": 1,
"findingsBySeverity": {
"critical": 1,
"high": 0,
"medium": 7,
"low": 10,
"info": 1
}
}
}