Raw scan report

Cohesity — 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-cohesity",
    "source": {
      "kind": "package",
      "origin": "mcp-cohesity"
    },
    "server": {
      "name": "mcp-cohesity"
    }
  },
  "grade": "A",
  "score": {
    "score": 93,
    "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": "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": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "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",
      "external-sink",
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (108 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: browse_snapshot_files → list_infected_files → create_notification_rule. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). 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": "browse_snapshot_files → list_infected_files → create_notification_rule"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "browse_snapshot_files"
        ],
        "sources": [
          "list_infected_files"
        ],
        "sinks": [
          "create_notification_rule"
        ],
        "path": [
          "browse_snapshot_files",
          "list_infected_files",
          "create_notification_rule"
        ],
        "edges": [
          {
            "from": "browse_snapshot_files",
            "to": "list_infected_files",
            "kind": "agent-mediated"
          },
          {
            "from": "list_infected_files",
            "to": "create_notification_rule",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "browse_snapshot_files"
      ],
      "sensitiveSource": [
        "list_infected_files"
      ],
      "externalSink": [
        "create_notification_rule"
      ],
      "selfContained": false,
      "path": [
        "browse_snapshot_files",
        "list_infected_files",
        "create_notification_rule"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: browse_snapshot_files → list_infected_files → create_notification_rule."
    }
  ],
  "capabilities": [
    {
      "tool": "list_active_directories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "join_active_directory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "leave_active_directory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_alerts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_alert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_antivirus_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_antivirus_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_antivirus_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_antivirus_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_antivirus_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_icap_connection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_infected_files",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "list_audit_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_audit_log_actions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_audit_log_entity_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_clone_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clone_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_clone_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_protected_objects_trend_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_sources_jobs_summary_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_archival_transfer_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_protection_summary_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_failed_backups_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_capacity_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_external_targets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_external_target",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_external_target_aws",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_external_target_azure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_external_target",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kms_configurations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_aws_kms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_kmip_kms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_kms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_kms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_external_target_encryption_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_notification_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_notification_rule",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_email\""
        ]
      }
    },
    {
      "tool": "update_notification_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_notification_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_protection_policies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_protection_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_protection_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_protection_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_protection_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pause_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resume_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_protection_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_recovery_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_recovery_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_protection_heatmap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_protection_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_recovery_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "recover_vm",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_files",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "recover_files",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_protection_run",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_recovery_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_snapshot_datalock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_snapshot_legal_hold",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extend_snapshot_retention",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_protection_runs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_protection_run",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_vmware_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_physical_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_azure_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_aws_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_m365_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_nas_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_source_registration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_s3_compatible_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unregister_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_sources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refresh_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_storage_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_workload_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_replication_backlog",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_replication_clusters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_replication_data_trend",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_replication_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_storage_domains",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "browse_snapshot_files",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "list_tiering_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tiering_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_tiering_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_tiering_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_tiering_task_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_tiering_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_local_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ad_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_users",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "c82e929507acfd20e20ad8e12c8aef403bdba3c622854147ca4556a504703b10",
  "stats": {
    "tools": 108,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}