Raw scan report

MySQL — 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": "@berthojoris/mcp-mysql-server",
    "source": {
      "kind": "package",
      "origin": "@berthojoris/mcp-mysql-server"
    },
    "server": {
      "name": "@berthojoris/mcp-mysql-server"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "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": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "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": [
      "reads sensitive or local data"
    ],
    "tags": [
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (88 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": [],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_databases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_database_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_schema_erd",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_schema_rag_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_tables_by_keyword",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_data_across_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_column_statistics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_table_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_insert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "plan_seed_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_seed_preview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_seed_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_seed_integrity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infer_seed_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seed_from_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_select_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_write_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "repair_query",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"sql_query\""
        ]
      }
    },
    {
      "tool": "create_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "alter_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_ddl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_connection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cursor_execute_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_changelog",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "test_connection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_all_tools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_tables_relationships",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "begin_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "commit_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rollback_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_transaction_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_in_transaction",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"sql_query\""
        ]
      }
    },
    {
      "tool": "list_stored_procedures",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_stored_procedure_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_stored_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_stored_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_stored_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "show_create_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_table_to_csv",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_query_to_csv",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_query",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"sql_query\""
        ]
      }
    },
    {
      "tool": "get_optimization_hints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_view_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "alter_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "show_create_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_triggers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trigger_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "show_create_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_indexes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_index_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_foreign_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_constraints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_foreign_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_foreign_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_unique_constraint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_constraint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_check_constraint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "optimize_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "repair_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "truncate_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_table_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "flush_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_table_size",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_fulltext_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulltext_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fulltext_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_fulltext_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fulltext_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "optimize_fulltext",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "424ad2d1eca46ead0e59c3d84d44e9cf8e1feff3db9d4938f616e028b623627b",
  "stats": {
    "tools": 88,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}