Raw scan report

Relm CRM — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "https://api.relmcrm.com/mcp",
    "source": {
      "kind": "http",
      "origin": "https://api.relmcrm.com/mcp"
    },
    "server": {
      "name": "relm",
      "version": "0.13.0"
    }
  },
  "grade": "A",
  "score": {
    "score": 97,
    "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": "coverage-honesty",
        "level": "live",
        "label": "inspection depth (live) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service"
    ],
    "tags": [
      "untrusted-input",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "live",
    "inputs": {
      "toolSurface": true,
      "implementationSource": false,
      "packageMetadata": false,
      "liveTransport": true
    },
    "caveats": []
  },
  "findings": [
    {
      "ruleId": "MTC-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([relm_get, relm_update]) co-exist with external-action tools ([relm_create_template, relm_create_webhook, relm_list_webhooks, relm_delete_webhook, relm_get_webhook, relm_manage_webhook]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
      "remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
      "location": {
        "kind": "flow",
        "name": "relm_get → relm_create_template"
      },
      "evidence": "untrusted [relm_get, relm_update] → sinks [relm_create_template, relm_create_webhook, relm_list_webhooks, relm_delete_webhook, relm_get_webhook, relm_manage_web",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "relm_get",
          "relm_update"
        ],
        "sinks": [
          "relm_create_template",
          "relm_create_webhook",
          "relm_list_webhooks",
          "relm_delete_webhook",
          "relm_get_webhook",
          "relm_manage_webhook"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"relm_create_webhook\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"relm_create_webhook\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
      "remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
      "location": {
        "kind": "tool",
        "name": "relm_create_webhook",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    },
    {
      "ruleId": "MTC-NET-005",
      "title": "Remote HTTP MCP endpoint",
      "category": "network",
      "severity": "info",
      "confidence": "strong",
      "description": "Remote endpoint api.relmcrm.com. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
      "location": {
        "kind": "transport"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "relm_get",
        "relm_update"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "relm_create_template",
        "relm_create_webhook",
        "relm_list_webhooks",
        "relm_delete_webhook",
        "relm_get_webhook",
        "relm_manage_webhook"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "relm_describe_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "relm_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_update",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "relm_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_restore",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_log_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_list_pipelines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_manage_stage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_enum_value",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_automations_capabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_connect_channel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_list_connections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_automation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_list_automations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_template",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_email\""
        ]
      }
    },
    {
      "tool": "relm_list_templates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_list_sequences",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_preview_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_enroll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_create_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "relm_list_webhooks",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "relm_delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "relm_get_automation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_get_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_get_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_get_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "relm_manage_automation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_manage_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_manage_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_manage_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "relm_delete_connection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_get_usage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relm_set_spend_cap",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "8ee8d30298713e534f0786a4e5bb057ac2ee8052824222180d7025a813920856",
  "stats": {
    "tools": 41,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 0,
      "info": 1
    }
  }
}