Raw scan report

Gdocs — 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": "mcp-gdocs",
    "source": {
      "kind": "package",
      "origin": "mcp-gdocs"
    },
    "server": {
      "name": "mcp-gdocs"
    }
  },
  "grade": "A",
  "score": {
    "score": 97,
    "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": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "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": "moderate",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can create, modify or delete files",
      "reads sensitive or local data"
    ],
    "tags": [
      "untrusted-input",
      "file-write",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (61 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-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-002",
      "title": "Tool \"drive_delete_file\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"drive_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": "drive_delete_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"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"drive_delete_file\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"drive_delete_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_delete_file"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "docs_batch_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_list_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_get_comment",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "docs_add_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_reply_to_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_resolve_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_delete_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_apply_text_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_apply_paragraph_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_apply_heading_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_format_by_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_local_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_create_from_markdown",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_create_from_markdown_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_replace_with_markdown_native",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_replace_with_markdown_file_native",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_create_named_range",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_delete_named_range",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_replace_named_range_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_read_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_get_document_info",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "docs_list_document_tabs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_table_row",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_table_column",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_delete_table_row",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_delete_table_column",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_update_table_cell_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_update_table_cell_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_table_with_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_append_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_delete_range",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_replace_all_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_replace_document_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_insert_page_break",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_rename_tab",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_update_header",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_update_footer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_create_footnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_add_tab",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_list_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_search_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_create_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_copy_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_move_file",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"move_file\" in tool name"
        ]
      }
    },
    {
      "tool": "drive_delete_file",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"delete_file\" in tool name"
        ]
      }
    },
    {
      "tool": "drive_create_folder",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_list_folder_contents",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "drive_create_from_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_get_folder_info",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "drive_rename_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "docs_export_pdf",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_share_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_list_permissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_update_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_remove_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_export_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_list_revisions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drive_get_revision",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "drive_list_shared_drives",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "5235ee96dd75fcdd9801a9792c4805f65b7c42ea9d64271a38713d977724cdee",
  "stats": {
    "tools": 61,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 2,
      "info": 0
    }
  }
}