Raw scan report

Google — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "@procedure-tech/mcp-google",
    "source": {
      "kind": "package",
      "origin": "@procedure-tech/mcp-google"
    },
    "server": {
      "name": "@procedure-tech/mcp-google"
    }
  },
  "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",
      "sensitive-source",
      "external-sink",
      "file-write"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (65 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: drive_download_file → drive_list_files ⇒ drive_upload_file. 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": "drive_download_file → drive_list_files → drive_upload_file"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "drive_list_shared_drives",
          "drive_get_file_content",
          "drive_get_full_file_content",
          "drive_get_comments",
          "drive_download_file",
          "gmail_get_messages_batch",
          "gmail_get_attachment",
          "gmail_bulk_save_attachments"
        ],
        "sources": [
          "drive_list_shared_drives",
          "drive_list_files"
        ],
        "sinks": [
          "drive_upload_file"
        ],
        "path": [
          "drive_download_file",
          "drive_list_files",
          "drive_upload_file"
        ],
        "edges": [
          {
            "from": "drive_download_file",
            "to": "drive_list_files",
            "kind": "agent-mediated"
          },
          {
            "from": "drive_list_files",
            "to": "drive_upload_file",
            "kind": "schema-wired"
          }
        ],
        "wired": true
      }
    },
    {
      "ruleId": "MTC-CAP-002",
      "title": "Tool \"drive_move_file\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"drive_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": "drive_move_file"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"drive_move_file\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"drive_move_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": "drive_move_file"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "drive_list_shared_drives",
        "drive_get_file_content",
        "drive_get_full_file_content",
        "drive_get_comments",
        "drive_download_file",
        "gmail_get_messages_batch",
        "gmail_get_attachment",
        "gmail_bulk_save_attachments"
      ],
      "sensitiveSource": [
        "drive_list_shared_drives",
        "drive_list_files"
      ],
      "externalSink": [
        "drive_upload_file"
      ],
      "selfContained": false,
      "path": [
        "drive_download_file",
        "drive_list_files",
        "drive_upload_file"
      ],
      "pathWired": true,
      "description": "A cross-tool exfiltration chain exists: drive_download_file → drive_list_files ⇒ drive_upload_file."
    }
  ],
  "capabilities": [
    {
      "tool": "calendar_list_calendars",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_list_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_get_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_search_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_freebusy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_create_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_update_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_delete_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_rsvp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calendar_move_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_list_shared_drives",
      "tags": [
        "untrusted-input",
        "sensitive-source"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ],
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "drive_search_files",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_list_files",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "drive_get_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_get_file_content",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "drive_get_full_file_content",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "drive_get_comments",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_comment\""
        ]
      }
    },
    {
      "tool": "drive_get_comment_replies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_download_file",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "drive_upload_file",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"upload_file\""
        ]
      }
    },
    {
      "tool": "drive_create_folder",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_move_file",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"move_file\" in tool name"
        ]
      }
    },
    {
      "tool": "drive_copy_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_rename_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_trash_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_share_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_update_permissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_search_messages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_get_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_get_messages_batch",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "gmail_get_thread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_create_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_update_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_get_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_send_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_delete_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_reply_in_thread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_list_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_modify_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_batch_modify_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_create_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_update_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_delete_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_mark_read_unread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_archive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_trash",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_untrash",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_list_attachments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_get_attachment",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "gmail_create_draft_with_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_list_filters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_create_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_delete_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_get_vacation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_set_vacation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gmail_bulk_save_attachments",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "google_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_list_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_add_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_check_pending_auth",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_reauth_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_remove_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_set_account_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_set_account_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_set_account_description",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "a9429429fd91e51211bee135be186f90d21b25b2e8cacc24a74524ef162df0a0",
  "stats": {
    "tools": 65,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 1,
      "low": 1,
      "info": 0
    }
  }
}