Raw scan report

Datadog — 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": "@kud/mcp-datadog",
    "source": {
      "kind": "package",
      "origin": "@kud/mcp-datadog"
    },
    "server": {
      "name": "@kud/mcp-datadog"
    }
  },
  "grade": "A",
  "score": {
    "score": 92,
    "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": "none",
        "label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
        "appliedPenalty": 2
      },
      {
        "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": [
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)"
    ],
    "tags": [
      "external-sink",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (175 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-004",
      "title": "Sensitive-source and external-sink co-exist",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tools that read sensitive data ([datadog_get_usage_logs, datadog_get_logs_archive, datadog_get_logs_pipeline, datadog_get_logs_index, datadog_get_logs_metric]) and tools that can send data out ([datadog_create_webhook, datadog_get_webhook, datadog_update_webhook, datadog_delete_webhook]) are exposed together. An agent can move private data to the sink.",
      "remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
      "location": {
        "kind": "flow",
        "name": "datadog_get_usage_logs → datadog_create_webhook"
      },
      "evidence": "sources [datadog_get_usage_logs, datadog_get_logs_archive, datadog_get_logs_pipeline, datadog_get_logs_index, datadog_get_logs_metric] → sinks [datadog_create_w",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "sources": [
          "datadog_get_usage_logs",
          "datadog_get_logs_archive",
          "datadog_get_logs_pipeline",
          "datadog_get_logs_index",
          "datadog_get_logs_metric"
        ],
        "sinks": [
          "datadog_create_webhook",
          "datadog_get_webhook",
          "datadog_update_webhook",
          "datadog_delete_webhook"
        ]
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"@kud/mcp-datadog\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
      "remediation": "Prefer packages that link to public, reviewable source.",
      "location": {
        "kind": "package",
        "name": "@kud/mcp-datadog"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "datadog_get_usage_logs",
        "datadog_get_logs_archive",
        "datadog_get_logs_pipeline",
        "datadog_get_logs_index",
        "datadog_get_logs_metric"
      ],
      "externalSink": [
        "datadog_create_webhook",
        "datadog_get_webhook",
        "datadog_update_webhook",
        "datadog_delete_webhook"
      ],
      "selfContained": false,
      "path": [
        "datadog_get_logs_archive",
        "datadog_create_webhook"
      ],
      "pathWired": true,
      "description": "A sensitive-source → external-sink chain exists: datadog_get_logs_archive ⇒ datadog_create_webhook."
    }
  ],
  "capabilities": [
    {
      "tool": "datadog_list_monitors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_monitor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_monitor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_monitor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_monitor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_validate_monitor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_search_monitors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_dashboards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_submit_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_query_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_active_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_metric_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_metric_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_aggregate_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_logs_archive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_logs_archives",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_logs_indexes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_logs_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_logs_pipelines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_downtimes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_downtime",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_downtime",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_downtime",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_cancel_downtime",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_spans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_spans_advanced",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_aggregate_spans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_slo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_slo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_slos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_slo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_slo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_slo_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_synthetic_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_synthetic_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_synthetic_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_synthetic_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_synthetic_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_synthetic_test_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_trigger_synthetic_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_synthetic_locations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_incident",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_incident",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_incidents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_incident",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_incident",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_incident_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_incident_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_incident_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_incident_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_incident_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_incident_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_incident_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_incident_teams",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_incident_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_incident_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_disable_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_host_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_host_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_host_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_hosts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_host_totals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_mute_host",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_unmute_host",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_organization",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_organizations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_organization",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_teams",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_aws_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_aws_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_aws_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_azure_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_azure_integrations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_gcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_gcp_integrations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_security_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_security_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_security_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_security_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_security_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_rum_application",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_rum_application",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_rum_applications",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_rum_application",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_rum_application",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_dashboard_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_dashboard_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_dashboard_lists",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_dashboard_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_dashboard_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_api_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_application_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_application_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_application_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_application_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_notebook",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_notebook",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_notebooks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_notebook",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_notebook",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "datadog_get_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "datadog_update_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "datadog_delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "datadog_get_usage_hosts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_usage_logs",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "datadog_get_usage_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_usage_timeseries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_apm_retention_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_apm_retention_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_apm_retention_filters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_apm_retention_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_apm_retention_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_submit_service_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_host_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_host_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_search_slo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_logs_archive",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "datadog_update_logs_archive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_logs_archive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_logs_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_logs_pipeline",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "datadog_update_logs_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_logs_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_logs_index",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "datadog_update_logs_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_logs_metric",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_logs_metric",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "datadog_update_logs_metric",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_logs_metric",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_search_incidents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_role_permissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_add_permission_to_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_remove_permission_from_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_role_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_aws_log_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_enable_aws_log_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_azure_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_azure_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_azure_host_filters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_gcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_update_gcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_list_security_signals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_search_rum_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_aggregate_rum_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_create_or_update_service_definition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_delete_service_definition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "datadog_get_usage_top_avg_metrics",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "5d8e53369ac81d792dbb40d3cb87cb8c7120e2160e79aebb9df7655c730e8d6a",
  "stats": {
    "tools": 175,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 0,
      "info": 1
    }
  }
}