Google Workspace — 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": "@dguido/google-workspace-mcp",
"source": {
"kind": "package",
"origin": "@dguido/google-workspace-mcp"
},
"server": {
"name": "@dguido/google-workspace-mcp"
}
},
"grade": "A",
"score": {
"score": 94,
"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": "source",
"label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
"appliedPenalty": 0
},
{
"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": [
"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": [
"untrusted-input",
"external-sink",
"sensitive-source",
"file-write"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (102 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-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: download_attachment → list_trash ⇒ 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": "download_attachment → list_trash → send_email"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"download_file",
"read_email",
"download_attachment"
],
"sources": [
"list_trash"
],
"sinks": [
"upload_file",
"send_email"
],
"path": [
"download_attachment",
"list_trash",
"send_email"
],
"edges": [
{
"from": "download_attachment",
"to": "list_trash",
"kind": "agent-mediated"
},
{
"from": "list_trash",
"to": "send_email",
"kind": "schema-wired"
}
],
"wired": true
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"create_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"create_file\" can write, overwrite or delete files (keyword \"create_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": "create_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_file\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_file\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "create_file"
},
"data": {
"tags": [
"file-write"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"download_file",
"read_email",
"download_attachment"
],
"sensitiveSource": [
"list_trash"
],
"externalSink": [
"upload_file",
"send_email"
],
"selfContained": false,
"path": [
"download_attachment",
"list_trash",
"send_email"
],
"pathWired": true,
"description": "A cross-tool exfiltration chain exists: download_attachment → list_trash ⇒ send_email."
}
],
"capabilities": [
{
"tool": "search",
"tags": [],
"reasons": {}
},
{
"tool": "create_text_file",
"tags": [],
"reasons": {}
},
{
"tool": "update_text_file",
"tags": [],
"reasons": {}
},
{
"tool": "create_folder",
"tags": [],
"reasons": {}
},
{
"tool": "list_folder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_item",
"tags": [],
"reasons": {}
},
{
"tool": "rename_item",
"tags": [],
"reasons": {}
},
{
"tool": "move_item",
"tags": [],
"reasons": {}
},
{
"tool": "copy_file",
"tags": [],
"reasons": {}
},
{
"tool": "get_file_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "export_file",
"tags": [],
"reasons": {}
},
{
"tool": "share_file",
"tags": [],
"reasons": {}
},
{
"tool": "get_sharing",
"tags": [],
"reasons": {}
},
{
"tool": "list_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "restore_revision",
"tags": [],
"reasons": {}
},
{
"tool": "download_file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "upload_file",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "get_storage_quota",
"tags": [],
"reasons": {}
},
{
"tool": "star_file",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_file_path",
"tags": [],
"reasons": {}
},
{
"tool": "batch_delete",
"tags": [],
"reasons": {}
},
{
"tool": "batch_restore",
"tags": [],
"reasons": {}
},
{
"tool": "batch_move",
"tags": [],
"reasons": {}
},
{
"tool": "batch_share",
"tags": [],
"reasons": {}
},
{
"tool": "remove_permission",
"tags": [],
"reasons": {}
},
{
"tool": "list_trash",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "restore_from_trash",
"tags": [],
"reasons": {}
},
{
"tool": "empty_trash",
"tags": [],
"reasons": {}
},
{
"tool": "get_folder_tree",
"tags": [],
"reasons": {}
},
{
"tool": "create_google_doc",
"tags": [],
"reasons": {}
},
{
"tool": "update_google_doc",
"tags": [],
"reasons": {}
},
{
"tool": "get_google_doc_content",
"tags": [],
"reasons": {}
},
{
"tool": "append_to_doc",
"tags": [],
"reasons": {}
},
{
"tool": "insert_text_in_doc",
"tags": [],
"reasons": {}
},
{
"tool": "delete_text_in_doc",
"tags": [],
"reasons": {}
},
{
"tool": "replace_text_in_doc",
"tags": [],
"reasons": {}
},
{
"tool": "format_google_doc_range",
"tags": [],
"reasons": {}
},
{
"tool": "create_google_sheet",
"tags": [],
"reasons": {}
},
{
"tool": "update_google_sheet",
"tags": [],
"reasons": {}
},
{
"tool": "get_google_sheet_content",
"tags": [],
"reasons": {}
},
{
"tool": "format_google_sheet_cells",
"tags": [],
"reasons": {}
},
{
"tool": "merge_google_sheet_cells",
"tags": [],
"reasons": {}
},
{
"tool": "add_google_sheet_conditional_format",
"tags": [],
"reasons": {}
},
{
"tool": "sheet_tabs",
"tags": [],
"reasons": {}
},
{
"tool": "create_google_slides",
"tags": [],
"reasons": {}
},
{
"tool": "update_google_slides",
"tags": [],
"reasons": {}
},
{
"tool": "get_google_slides_content",
"tags": [],
"reasons": {}
},
{
"tool": "format_slides_text",
"tags": [],
"reasons": {}
},
{
"tool": "format_slides_shape",
"tags": [],
"reasons": {}
},
{
"tool": "format_slide_background",
"tags": [],
"reasons": {}
},
{
"tool": "create_google_slides_text_box",
"tags": [],
"reasons": {}
},
{
"tool": "create_google_slides_shape",
"tags": [],
"reasons": {}
},
{
"tool": "slides_speaker_notes",
"tags": [],
"reasons": {}
},
{
"tool": "list_slide_pages",
"tags": [],
"reasons": {}
},
{
"tool": "create_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"create_file\" in tool name"
]
}
},
{
"tool": "update_file",
"tags": [],
"reasons": {}
},
{
"tool": "get_file_content",
"tags": [],
"reasons": {}
},
{
"tool": "list_calendars",
"tags": [],
"reasons": {}
},
{
"tool": "list_events",
"tags": [],
"reasons": {}
},
{
"tool": "get_event",
"tags": [],
"reasons": {}
},
{
"tool": "create_event",
"tags": [],
"reasons": {}
},
{
"tool": "update_event",
"tags": [],
"reasons": {}
},
{
"tool": "delete_event",
"tags": [],
"reasons": {}
},
{
"tool": "find_free_time",
"tags": [],
"reasons": {}
},
{
"tool": "send_email",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "draft_email",
"tags": [],
"reasons": {}
},
{
"tool": "read_email",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_email\""
]
}
},
{
"tool": "search_emails",
"tags": [],
"reasons": {}
},
{
"tool": "delete_email",
"tags": [],
"reasons": {}
},
{
"tool": "modify_email",
"tags": [],
"reasons": {}
},
{
"tool": "download_attachment",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "delete_draft",
"tags": [],
"reasons": {}
},
{
"tool": "list_drafts",
"tags": [],
"reasons": {}
},
{
"tool": "update_label",
"tags": [],
"reasons": {}
},
{
"tool": "delete_label",
"tags": [],
"reasons": {}
},
{
"tool": "list_labels",
"tags": [],
"reasons": {}
},
{
"tool": "get_or_create_label",
"tags": [],
"reasons": {}
},
{
"tool": "create_filter",
"tags": [],
"reasons": {}
},
{
"tool": "list_filters",
"tags": [],
"reasons": {}
},
{
"tool": "delete_filter",
"tags": [],
"reasons": {}
},
{
"tool": "list_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "get_contact",
"tags": [],
"reasons": {}
},
{
"tool": "search_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "create_contact",
"tags": [],
"reasons": {}
},
{
"tool": "update_contact",
"tags": [],
"reasons": {}
},
{
"tool": "delete_contact",
"tags": [],
"reasons": {}
},
{
"tool": "list_tools",
"tags": [],
"reasons": {}
},
{
"tool": "get_status",
"tags": [],
"reasons": {}
},
{
"tool": "organize-folder",
"tags": [],
"reasons": {}
},
{
"tool": "folderId",
"tags": [],
"reasons": {}
},
{
"tool": "organizeBy",
"tags": [],
"reasons": {}
},
{
"tool": "backup-folder",
"tags": [],
"reasons": {}
},
{
"tool": "localPath",
"tags": [],
"reasons": {}
},
{
"tool": "share-with-team",
"tags": [],
"reasons": {}
},
{
"tool": "fileIds",
"tags": [],
"reasons": {}
},
{
"tool": "emails",
"tags": [],
"reasons": {}
},
{
"tool": "role",
"tags": [],
"reasons": {}
},
{
"tool": "cleanup-old-files",
"tags": [],
"reasons": {}
},
{
"tool": "daysOld",
"tags": [],
"reasons": {}
},
{
"tool": "action",
"tags": [],
"reasons": {}
},
{
"tool": "migrate-format",
"tags": [],
"reasons": {}
},
{
"tool": "fileTypes",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "352cea7cdcccb8400454f1a71866661e98d09d30c2669764a11f3a31f6deb5dd",
"stats": {
"tools": 102,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 0,
"medium": 1,
"low": 1,
"info": 0
}
}
}