Raw scan report

TensorFeed — 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": "https://tensorfeed.ai/api/mcp",
    "source": {
      "kind": "http",
      "origin": "https://tensorfeed.ai/api/mcp"
    },
    "server": {
      "name": "tensorfeed",
      "version": "1.37.0"
    }
  },
  "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": "coverage-honesty",
        "level": "live",
        "label": "inspection depth (live) — 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": "live",
    "inputs": {
      "toolSurface": true,
      "implementationSource": false,
      "packageMetadata": false,
      "liveTransport": true
    },
    "caveats": []
  },
  "findings": [
    {
      "ruleId": "MTC-FLOW-003",
      "title": "Read-and-egress in one tool: \"register_free_watch\"",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"register_free_watch\" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.",
      "remediation": "Separate reading from sending; require explicit user confirmation before egress of file/secret contents.",
      "location": {
        "kind": "flow",
        "name": "register_free_watch"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "tags": [
          "external-sink",
          "sensitive-source"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"callback_url\" on \"register_free_watch\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"register_free_watch\" takes a URL/host parameter \"callback_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": "register_free_watch",
        "field": "inputSchema.properties.callback_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "callback_url"
      }
    },
    {
      "ruleId": "MTC-NET-005",
      "title": "Remote HTTP MCP endpoint",
      "category": "network",
      "severity": "info",
      "confidence": "strong",
      "description": "Remote endpoint tensorfeed.ai. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
      "location": {
        "kind": "transport"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "register_free_watch"
      ],
      "externalSink": [
        "register_free_watch"
      ],
      "selfContained": true,
      "description": "Tool \"register_free_watch\" both reads sensitive data and can send it externally."
    }
  ],
  "capabilities": [
    {
      "tool": "get_news_articles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_status_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cve_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kev_catalog",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_epss_score",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_osv_advisory_for_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_osv_advisory_by_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_ai_supply_chain_risk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_agent_reputation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_agent_directory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_verified_hireable_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_directory_skills",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_free_tier_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_wantlist_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_free_watch",
      "tags": [
        "external-sink",
        "sensitive-source"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ],
        "sensitive-source": [
          "parameter \"secret\""
        ]
      }
    },
    {
      "tool": "search_sec_edgar",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_sec_submissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "lookup_sec_company_ticker",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_fda",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_eia_series",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_research_papers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_weather_alerts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_recent_earthquakes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_opportunities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "route_verdict",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whats_new",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "a62d31ab23657b36651384df1bb5b6d5b503c2be7929f59a7113b4b493f53f64",
  "stats": {
    "tools": 27,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 1,
      "low": 0,
      "info": 1
    }
  }
}