Raw scan report

Portkey Admin — 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": "portkey-admin-mcp",
    "source": {
      "kind": "package",
      "origin": "portkey-admin-mcp"
    },
    "server": {
      "name": "portkey-admin-mcp"
    }
  },
  "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",
      "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",
      "untrusted-input",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (170 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: create_log_export → get_analytics_group_models → download_log_export. 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": "create_log_export → get_analytics_group_models → download_log_export"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "get_collection",
          "get_guardrail",
          "get_integration",
          "get_virtual_key",
          "get_api_key",
          "create_log_export",
          "list_log_exports",
          "get_log_export",
          "start_log_export",
          "download_log_export",
          "get_provider",
          "get_workspace_member"
        ],
        "sources": [
          "get_cost_analytics",
          "get_token_analytics",
          "get_analytics_group_models",
          "list_secret_references",
          "get_secret_reference"
        ],
        "sinks": [
          "create_log_export",
          "start_log_export",
          "download_log_export",
          "update_log_export"
        ],
        "path": [
          "create_log_export",
          "get_analytics_group_models",
          "download_log_export"
        ],
        "edges": [
          {
            "from": "create_log_export",
            "to": "get_analytics_group_models",
            "kind": "agent-mediated"
          },
          {
            "from": "get_analytics_group_models",
            "to": "download_log_export",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "get_collection",
        "get_guardrail",
        "get_integration",
        "get_virtual_key",
        "get_api_key",
        "create_log_export",
        "list_log_exports",
        "get_log_export",
        "start_log_export",
        "download_log_export",
        "get_provider",
        "get_workspace_member"
      ],
      "sensitiveSource": [
        "get_cost_analytics",
        "get_token_analytics",
        "get_analytics_group_models",
        "list_secret_references",
        "get_secret_reference"
      ],
      "externalSink": [
        "create_log_export",
        "start_log_export",
        "download_log_export",
        "update_log_export"
      ],
      "selfContained": false,
      "path": [
        "create_log_export",
        "get_analytics_group_models",
        "download_log_export"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: create_log_export → get_analytics_group_models → download_log_export."
    }
  ],
  "capabilities": [
    {
      "tool": "get_cost_analytics",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_token\""
        ]
      }
    },
    {
      "tool": "get_request_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_token_analytics",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_token\""
        ]
      }
    },
    {
      "tool": "get_latency_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_error_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_error_rate_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_hit_latency",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_hit_rate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_users_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_analytics_group_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_analytics_group_models",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_token\""
        ]
      }
    },
    {
      "tool": "get_analytics_group_providers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_analytics_group_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_audit_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_collections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_collection",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "update_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_configs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_config_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_deployments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_deployment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_deployment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_deployment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "archive_deployment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_organisation_defaults",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_organisation_defaults",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_input_guardrail_workspace_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_input_guardrail_workspace_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_output_guardrail_workspace_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_output_guardrail_workspace_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_guardrails",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_guardrail",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "create_guardrail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_guardrail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_guardrail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_model_pricing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_integrations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_integration",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "update_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_integration_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_integration_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_integration_model",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_integration_workspaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_integration_workspaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_virtual_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_virtual_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_virtual_key",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "update_virtual_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_virtual_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_api_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_api_key",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "update_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rotate_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_prompt_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_prompt_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_prompt_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_prompt_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_prompt_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_rate_limits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_rate_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_rate_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_rate_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_rate_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_usage_limits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_usage_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_usage_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_usage_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_usage_limit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_usage_limit_entities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reset_usage_limit_entity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_log_export_field_restrictions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_log_export",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ],
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "list_log_exports",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "get_log_export",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "start_log_export",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ],
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "cancel_log_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "download_log_export",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ],
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "update_log_export",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "list_mcp_integrations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_mcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_mcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_mcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_mcp_integration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_mcp_integration_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_mcp_integration_capabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_mcp_integration_capabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_mcp_integration_workspaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_mcp_integration_workspaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_mcp_server_connections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "disconnect_mcp_server_connection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_mcp_servers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_mcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_mcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_mcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_mcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "test_mcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_mcp_server_capabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_mcp_server_capabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_mcp_server_user_access",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_mcp_server_user_access",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_prompt_partial",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_prompt_partials",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_prompt_partial",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_prompt_partial",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_prompt_partial",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_partial_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "publish_partial",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_prompts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "publish_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_prompt_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "render_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_prompt_completion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "migrate_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "promote_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_completion_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_prompt_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_prompt_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_providers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_provider",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_provider",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "update_provider",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_provider",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_secret_reference",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_secret_references",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_secret\""
        ]
      }
    },
    {
      "tool": "get_secret_reference",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_secret\""
        ]
      }
    },
    {
      "tool": "update_secret_reference",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_secret_reference",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_feedback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_feedback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_all_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "invite_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_user_invites",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user_invite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_user_invite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resend_user_invite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_scim_workspace_mappings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_scim_workspace_mapping",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_scim_workspace_mapping",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_scim_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_workspaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_workspace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_workspace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_workspace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_workspace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_workspace_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_workspace_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_workspace_member",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "update_workspace_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_workspace_member",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "164cbce81fe956bf1f52a370ca1a6f3b7ea8cc78cb33be85b016c5f83c214544",
  "stats": {
    "tools": 170,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}