Raw scan report

Tastytrade — the complete, unedited output of the deterministic mcptrustchecker engine v1.12.1, 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.12.1",
    "methodologyVersion": "mcptrustchecker-1.12"
  },
  "target": {
    "id": "tastytrade-mcp",
    "source": {
      "kind": "package",
      "origin": "tastytrade-mcp"
    },
    "server": {
      "name": "tastytrade-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 99,
    "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": "minimal",
        "label": "capability blast radius (minimal) — client exposure if the model is manipulated",
        "appliedPenalty": 0
      },
      {
        "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.12"
  },
  "capability": {
    "level": "minimal",
    "reasons": [],
    "tags": []
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (46 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-SRC-005",
      "title": "Dynamic module load from a non-literal (src/tastytrade_mcp/handlers/router.py)",
      "category": "permissions",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "In the server's implementation (`src/tastytrade_mcp/handlers/router.py:155`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/tastytrade_mcp/handlers/router.py"
      },
      "evidence": "t(\":\") module = __import__(module_path, fromlist=[function_name]) handler = getattr(module, function_nam",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-005",
        "file": "src/tastytrade_mcp/handlers/router.py",
        "line": 155,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "health_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_positions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_portfolio",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_balances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_symbols",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_symbols_advanced",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_quotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_realtime_quotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "help",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_shortcuts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_shortcut",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_shortcut",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "test_shortcut",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_shortcut",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_equity_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "confirm_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_options_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_options_chain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "monitor_position_alerts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_stop_loss",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_take_profit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "suggest_rebalancing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "panic_button",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "emergency_exit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "halt_trading",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resume_trading",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_emergency_conditions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_circuit_breaker",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "emergency_stop_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_emergency_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_positions_with_greeks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_historical_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "subscribe_market_stream",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unsubscribe_market_stream",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_stream_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_stream_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_stream_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "shutdown_streams",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_options_strategy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_position_correlation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_position_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scan_opportunities",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "182651d8040a6fcc8fb5b524ffe93a2a6d99698421e418d9c7184784f59391f8",
  "stats": {
    "tools": 46,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}