Raw scan report

Salesforce Metadata — 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": "salesforce-metadata-mcp",
    "source": {
      "kind": "package",
      "origin": "salesforce-metadata-mcp"
    },
    "server": {
      "name": "salesforce-metadata-mcp"
    }
  },
  "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": [
      "can send data / act on an external service",
      "can execute shell commands or code"
    ],
    "tags": [
      "code-exec",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (200 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-001",
      "title": "Tool \"sf_run_code_scanner\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"sf_run_code_scanner\" appears to run shell commands or evaluate code (keyword \"run_code\" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
      "remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
      "location": {
        "kind": "tool",
        "name": "sf_run_code_scanner"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"sf_run_code_scanner\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"sf_run_code_scanner\" 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": "sf_run_code_scanner"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "hello_world",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_quick_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_global_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_button",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_field_set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_user_role_hierarchy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_reset_user_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_freeze_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_territory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_assign_territory_to_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_forecast_hierarchy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_search_layout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_assign_layout_to_record_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_tab",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_agent_topic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_agent_planner",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_agent_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_apex_class",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_apex_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_apex_test_class",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_run_apex_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_execute_anonymous_apex",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_scan_apex_antipatterns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_run_code_scanner",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"run_code\" in tool name"
        ]
      }
    },
    {
      "tool": "sf_get_apex_class",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_apex_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_setup_audit_trail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_login_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_event_logs",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"http_request\""
        ]
      }
    },
    {
      "tool": "sf_get_field_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_aura_component",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_aura_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_aura_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_email_alert",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_notification\""
        ]
      }
    },
    {
      "tool": "sf_create_platform_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_assignment_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_escalation_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_auto_response_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_matching_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_duplicate_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_apex_email_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_scheduled_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_scheduled_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_platform_event_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_workflow_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_field_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_outbound_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_letterhead",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_notification_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_price_book",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_entitlement_process",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_milestone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_assign_queue_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_public_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_query_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_describe_object",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_list_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_metadata_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_custom_object",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_custom_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_bulk_import_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_delete_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_send_email",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_email\""
        ]
      }
    },
    {
      "tool": "sf_export_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_upsert_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_search_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_data_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_bulk_insert_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_bulk_update_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_bulk_delete_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_external_id_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_outbound_change_set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_add_to_change_set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_deploy_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_check_deploy_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_retrieve_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_delete_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_scratch_org",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_delete_scratch_org",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_package_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_install_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_uninstall_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_devops_create_work_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_devops_promote_work_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_check_code_coverage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_detect_devops_merge_conflict",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_resolve_devops_merge_conflict",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_checkout_devops_work_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_commit_devops_work_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_devops_pull_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_list_devops_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_list_devops_work_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_check_devops_commit_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_promote_devops_work_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_einstein_prediction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_next_best_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_einstein_bot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_experience_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_experience_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_activate_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_deactivate_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_list_flow_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_flow_from_xml",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_translate_custom_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_translate_field_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_auth_provider",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_saml_sso_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_connected_app_oauth_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_connected_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_external_client_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_external_data_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_external_object",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_remote_site_setting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_csp_setting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_knowledge_article_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_business_hours",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_holiday",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_lwc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_lwc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_lwc_jest_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_guide_lwc_accessibility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_migrate_aura_to_lwc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_lwc_from_requirements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_explore_slds_blueprints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_mcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_mcp_tool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_list_mcp_tools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_object",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_add_picklist_values",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_approval_process",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_validation_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_workflow_field_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_formula_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_org_limits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_flow_errors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_apex_test_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_deployment_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_enable_debug_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_disable_debug_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_debug_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_debug_log_body",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_metadata_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_metadata_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_setting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_global_value_set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_record_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_business_process",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_page_layout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_sharing_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_field_dependency",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_service_channel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_routing_configuration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_queue_routing_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_presence_configuration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_presence_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_assign_presence_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_skill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_assign_skill_to_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_service_territory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_work_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_messaging_channel",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"sms\""
        ]
      }
    },
    {
      "tool": "sf_create_chat_button",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_embedded_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_bot_routing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_flexcard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_flexcard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_activate_flexcard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_flexcard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_omniscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_omniscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_activate_omniscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_omniscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_dataraptor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_dataraptor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_integration_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_integration_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_get_integration_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_activate_integration_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_calculation_matrix",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_calculation_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_export_omnistudio_component",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_import_omnistudio_component",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_document_generation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_flexipage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_path_assistant",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_custom_application",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_update_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sf_create_report_folder",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "2293f86de043fa06defafbfe24b9c668c5ac4fe0c11afbe13f81cf3d28b1b60b",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 1,
      "info": 0
    }
  }
}