Mirror — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.8.0",
"methodologyVersion": "mcptrustchecker-1.8"
},
"target": {
"id": "mirror-mcp",
"source": {
"kind": "package",
"origin": "mirror-mcp"
},
"server": {
"name": "mirror-mcp"
}
},
"grade": "A",
"score": {
"score": 96,
"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": "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.8"
},
"capability": {
"level": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"reads sensitive or local data"
],
"tags": [
"sensitive-source",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (103 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/server.py)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`src/server.py:16`): 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/server.py"
},
"evidence": "src.tools.chatbot_tools import ( chatbot_health_check ) from src.database import get_db_manager, get_vector_search_c",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "src/server.py",
"line": 16,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal in packaging/dev tooling (tests/test_ai_skills_simple.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_ai_skills_simple.py:32`): 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": "tests/test_ai_skills_simple.py"
},
"evidence": "try: __import__(module_name) print(f\"✓ {module_name}\") import_results.append(",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "tests/test_ai_skills_simple.py",
"line": 32,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "get_market_alerts",
"tags": [],
"reasons": {}
},
{
"tool": "get_alert_summary",
"tags": [],
"reasons": {}
},
{
"tool": "calculate_price_correlation",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_price_momentum",
"tags": [],
"reasons": {}
},
{
"tool": "get_volatility_comparison",
"tags": [],
"reasons": {}
},
{
"tool": "find_arbitrage_opportunities",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_arbitrage_viability",
"tags": [],
"reasons": {}
},
{
"tool": "get_wallet_portfolio_value",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_wallet_transaction_patterns",
"tags": [],
"reasons": {}
},
{
"tool": "get_wallet_token_distribution",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "track_wallet_activity_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "get_token_holder_analysis",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "get_contract_activity_stats",
"tags": [],
"reasons": {}
},
{
"tool": "get_block_details",
"tags": [],
"reasons": {}
},
{
"tool": "send_chatbot_query",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_market_data",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_defi_protocol",
"tags": [],
"reasons": {}
},
{
"tool": "get_regulatory_guidance",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_token_security",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_arbitrage_opportunity",
"tags": [],
"reasons": {}
},
{
"tool": "compliance_search_documents",
"tags": [],
"reasons": {}
},
{
"tool": "compliance_get_document",
"tags": [],
"reasons": {}
},
{
"tool": "get_regulation_obligations",
"tags": [],
"reasons": {}
},
{
"tool": "get_regulation_jurisdiction_scores",
"tags": [],
"reasons": {}
},
{
"tool": "get_regulatory_timeline_events",
"tags": [],
"reasons": {}
},
{
"tool": "get_regulation_concepts",
"tags": [],
"reasons": {}
},
{
"tool": "get_token_regulatory_risk",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "get_whitepaper_insights",
"tags": [],
"reasons": {}
},
{
"tool": "get_whitepaper_benchmarks",
"tags": [],
"reasons": {}
},
{
"tool": "get_whitepaper_comparisons",
"tags": [],
"reasons": {}
},
{
"tool": "get_whitepaper_discovery",
"tags": [],
"reasons": {}
},
{
"tool": "get_token_research_evidence",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "query_defi_protocols",
"tags": [],
"reasons": {}
},
{
"tool": "search_defi_tokens",
"tags": [],
"reasons": {}
},
{
"tool": "query_liquidity_pools",
"tags": [],
"reasons": {}
},
{
"tool": "find_yield_opportunities",
"tags": [],
"reasons": {}
},
{
"tool": "cmc_price_check",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_utc_time",
"tags": [],
"reasons": {}
},
{
"tool": "get_extended_token_metrics",
"tags": [],
"reasons": {}
},
{
"tool": "compare_token_fundamentals",
"tags": [],
"reasons": {}
},
{
"tool": "get_market_cap_rankings",
"tags": [],
"reasons": {}
},
{
"tool": "compare_dex_liquidity",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_pool_performance",
"tags": [],
"reasons": {}
},
{
"tool": "track_tvl_changes",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_market_data",
"tags": [],
"reasons": {}
},
{
"tool": "get_symbol_price",
"tags": [],
"reasons": {}
},
{
"tool": "get_top_movers",
"tags": [],
"reasons": {}
},
{
"tool": "get_volume_leaders",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "get_price_history",
"tags": [],
"reasons": {}
},
{
"tool": "calculate_price_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "get_technical_indicators",
"tags": [],
"reasons": {}
},
{
"tool": "get_indicator_signals",
"tags": [],
"reasons": {}
},
{
"tool": "get_binance_spot_data",
"tags": [],
"reasons": {}
},
{
"tool": "get_binance_futures_data",
"tags": [],
"reasons": {}
},
{
"tool": "compare_spot_vs_futures",
"tags": [],
"reasons": {}
},
{
"tool": "get_nft_collection_stats",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_nft_holder_distribution",
"tags": [],
"reasons": {}
},
{
"tool": "verify_nft_ownership",
"tags": [],
"reasons": {}
},
{
"tool": "get_nft_access_policies",
"tags": [],
"reasons": {}
},
{
"tool": "get_wallet_nft_portfolio",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_case",
"tags": [],
"reasons": {}
},
{
"tool": "research_search_cases",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_case_events",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_findings_by_token",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_domain_scores",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_decision_history",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_issuer_analysis",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_audit_trail",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_policy_violations",
"tags": [],
"reasons": {}
},
{
"tool": "research_analyze_patterns",
"tags": [],
"reasons": {}
},
{
"tool": "research_get_recommendations",
"tags": [],
"reasons": {}
},
{
"tool": "security_get_token_scan",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "get_high_risk_tokens",
"tags": [],
"reasons": {}
},
{
"tool": "get_token_discovery_queue",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "security_get_watchlist",
"tags": [],
"reasons": {}
},
{
"tool": "security_add_watchlist_item",
"tags": [],
"reasons": {}
},
{
"tool": "security_get_alerts",
"tags": [],
"reasons": {}
},
{
"tool": "security_dismiss_alert",
"tags": [],
"reasons": {}
},
{
"tool": "security_get_threat_feed",
"tags": [],
"reasons": {}
},
{
"tool": "security_chat",
"tags": [],
"reasons": {}
},
{
"tool": "get_security_address_risk",
"tags": [],
"reasons": {}
},
{
"tool": "get_security_scan_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_security_pipeline_health",
"tags": [],
"reasons": {}
},
{
"tool": "get_security_service_stats",
"tags": [],
"reasons": {}
},
{
"tool": "get_security_high_risk_addresses",
"tags": [],
"reasons": {}
},
{
"tool": "submit_security_scan_request",
"tags": [],
"reasons": {}
},
{
"tool": "submit_security_scan_batch",
"tags": [],
"reasons": {}
},
{
"tool": "immediate_security_scan",
"tags": [],
"reasons": {}
},
{
"tool": "get_contract_source_code",
"tags": [],
"reasons": {}
},
{
"tool": "get_trading_signals_dex",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_pool_momentum",
"tags": [],
"reasons": {}
},
{
"tool": "get_cex_trading_signals",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_cex_signals",
"tags": [],
"reasons": {}
},
{
"tool": "cross_table_text_search",
"tags": [],
"reasons": {}
},
{
"tool": "search_texts_table",
"tags": [],
"reasons": {}
},
{
"tool": "get_texts_categories",
"tags": [],
"reasons": {}
},
{
"tool": "get_token_validation_status",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_token\""
]
}
},
{
"tool": "search_tokens_by_validation",
"tags": [],
"reasons": {}
},
{
"tool": "check_address_reputation",
"tags": [],
"reasons": {}
},
{
"tool": "search_documents_vector",
"tags": [],
"reasons": {}
},
{
"tool": "search_rss_vector",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "web_search",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"web_search\""
]
}
}
],
"surfaceDigest": "8c77c92c1a92759eaf2486b9ffa69f0d1ececa1c1c8f3de7f7e8781e5ae8c6a7",
"stats": {
"tools": 103,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 1,
"info": 0
}
}
}