Agents — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@titanos/mcp-agents",
"source": {
"kind": "package",
"origin": "@titanos/mcp-agents"
},
"server": {
"name": "@titanos/mcp-agents"
}
},
"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": [
"ingests untrusted external content (a prompt-injection entry point)",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (187 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-002",
"title": "Shell/command execution in server code (dist/index.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/index.js:7202`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. 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": "dist/index.js"
},
"evidence": "import { spawn } from \"child_process\"; function commandFor(platform) { if (platform === \"darwin\") return { command: \"",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/index.js",
"line": 7202,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "list_ads_connections",
"tags": [],
"reasons": {}
},
{
"tool": "list_ads_profiles",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "get_ad_groups",
"tags": [],
"reasons": {}
},
{
"tool": "get_product_ads",
"tags": [],
"reasons": {}
},
{
"tool": "get_targets",
"tags": [],
"reasons": {}
},
{
"tool": "get_negatives",
"tags": [],
"reasons": {}
},
{
"tool": "get_sb_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "get_sb_ad_groups",
"tags": [],
"reasons": {}
},
{
"tool": "get_sb_ads",
"tags": [],
"reasons": {}
},
{
"tool": "get_sd_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "get_sd_ad_groups",
"tags": [],
"reasons": {}
},
{
"tool": "get_sd_product_ads",
"tags": [],
"reasons": {}
},
{
"tool": "get_dsp_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "get_dsp_ad_groups",
"tags": [],
"reasons": {}
},
{
"tool": "get_dsp_line_items",
"tags": [],
"reasons": {}
},
{
"tool": "get_dsp_creatives",
"tags": [],
"reasons": {}
},
{
"tool": "update_dsp_resources",
"tags": [],
"reasons": {}
},
{
"tool": "create_dsp_resources",
"tags": [],
"reasons": {}
},
{
"tool": "delete_dsp_resources",
"tags": [],
"reasons": {}
},
{
"tool": "get_entity_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_budget_changes",
"tags": [],
"reasons": {}
},
{
"tool": "get_optimization_drift",
"tags": [],
"reasons": {}
},
{
"tool": "list_ads_recommendations",
"tags": [],
"reasons": {}
},
{
"tool": "get_bid_guidance",
"tags": [],
"reasons": {}
},
{
"tool": "get_ads_performance",
"tags": [],
"reasons": {}
},
{
"tool": "get_search_term_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_placement_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_advertised_product_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_ads_report_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "ask_ads_report_analyst",
"tags": [],
"reasons": {}
},
{
"tool": "ads_paged_query_result",
"tags": [],
"reasons": {}
},
{
"tool": "ads_fetch_full_query_result",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_resource_types",
"tags": [],
"reasons": {}
},
{
"tool": "update_resources",
"tags": [],
"reasons": {}
},
{
"tool": "create_resources",
"tags": [],
"reasons": {}
},
{
"tool": "delete_resources",
"tags": [],
"reasons": {}
},
{
"tool": "list_ads_changelog",
"tags": [],
"reasons": {}
},
{
"tool": "get_ads_changeset",
"tags": [],
"reasons": {}
},
{
"tool": "get_experiments",
"tags": [],
"reasons": {}
},
{
"tool": "start_experiment",
"tags": [],
"reasons": {}
},
{
"tool": "update_experiment",
"tags": [],
"reasons": {}
},
{
"tool": "complete_experiment",
"tags": [],
"reasons": {}
},
{
"tool": "dismiss_experiment",
"tags": [],
"reasons": {}
},
{
"tool": "add_experiment_log",
"tags": [],
"reasons": {}
},
{
"tool": "list_meli_connections",
"tags": [],
"reasons": {}
},
{
"tool": "get_meli_seller_guide",
"tags": [],
"reasons": {}
},
{
"tool": "meli_get_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "meli_call_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "invoke_listing_power",
"tags": [],
"reasons": {}
},
{
"tool": "invoke_listing_creative",
"tags": [],
"reasons": {}
},
{
"tool": "get_result",
"tags": [],
"reasons": {}
},
{
"tool": "wait_for_result",
"tags": [],
"reasons": {}
},
{
"tool": "lookup_amazon_product",
"tags": [],
"reasons": {}
},
{
"tool": "search_products",
"tags": [],
"reasons": {}
},
{
"tool": "get_best_sellers",
"tags": [],
"reasons": {}
},
{
"tool": "find_private_label_opportunities",
"tags": [],
"reasons": {}
},
{
"tool": "find_categories",
"tags": [],
"reasons": {}
},
{
"tool": "get_market_overview",
"tags": [],
"reasons": {}
},
{
"tool": "get_price_bands",
"tags": [],
"reasons": {}
},
{
"tool": "get_pricing_signals",
"tags": [],
"reasons": {}
},
{
"tool": "assess_market_entry",
"tags": [],
"reasons": {}
},
{
"tool": "get_market_pulse",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_reviews_structured",
"tags": [],
"reasons": {}
},
{
"tool": "expand_keywords",
"tags": [],
"reasons": {}
},
{
"tool": "reverse_asin_keywords",
"tags": [],
"reasons": {}
},
{
"tool": "get_keyword_serp",
"tags": [],
"reasons": {}
},
{
"tool": "ean_to_asin",
"tags": [],
"reasons": {}
},
{
"tool": "extract_amazon_reviews",
"tags": [],
"reasons": {}
},
{
"tool": "search_inpi_brands",
"tags": [],
"reasons": {}
},
{
"tool": "search_inpi_by_owner",
"tags": [],
"reasons": {}
},
{
"tool": "search_inpi_by_process",
"tags": [],
"reasons": {}
},
{
"tool": "consult_cnpj",
"tags": [],
"reasons": {}
},
{
"tool": "get_cnpj_query",
"tags": [],
"reasons": {}
},
{
"tool": "list_cnpj_history",
"tags": [],
"reasons": {}
},
{
"tool": "consult_ncm_tax",
"tags": [],
"reasons": {}
},
{
"tool": "search_top_sellers",
"tags": [],
"reasons": {}
},
{
"tool": "thanos_rank_keywords",
"tags": [],
"reasons": {}
},
{
"tool": "whoami",
"tags": [],
"reasons": {}
},
{
"tool": "submit_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "my_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "reply_to_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "get_server_guide",
"tags": [],
"reasons": {}
},
{
"tool": "get_optimization_guide",
"tags": [],
"reasons": {}
},
{
"tool": "list_brands",
"tags": [],
"reasons": {}
},
{
"tool": "create_brand",
"tags": [],
"reasons": {}
},
{
"tool": "assign_profiles_to_brand",
"tags": [],
"reasons": {}
},
{
"tool": "list_selling_partner_integrations",
"tags": [],
"reasons": {}
},
{
"tool": "list_selling_partner_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "list_amazon_ads_integrations",
"tags": [],
"reasons": {}
},
{
"tool": "list_amazon_ads_integration_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "list_seller_connections",
"tags": [],
"reasons": {}
},
{
"tool": "get_seller_central_guide",
"tags": [],
"reasons": {}
},
{
"tool": "get_olist_guide",
"tags": [],
"reasons": {}
},
{
"tool": "list_olist_connections",
"tags": [],
"reasons": {}
},
{
"tool": "olist_get_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "olist_call_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "get_bling_guide",
"tags": [],
"reasons": {}
},
{
"tool": "list_bling_connections",
"tags": [],
"reasons": {}
},
{
"tool": "bling_get_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "bling_call_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "list_shopee_connections",
"tags": [],
"reasons": {}
},
{
"tool": "shopee_get_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "shopee_call_endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "list_import_processes",
"tags": [],
"reasons": {}
},
{
"tool": "get_import_process",
"tags": [],
"reasons": {}
},
{
"tool": "list_import_partners",
"tags": [],
"reasons": {}
},
{
"tool": "get_import_partner",
"tags": [],
"reasons": {}
},
{
"tool": "create_import_partner",
"tags": [],
"reasons": {}
},
{
"tool": "update_import_partner",
"tags": [],
"reasons": {}
},
{
"tool": "list_my_companies",
"tags": [],
"reasons": {}
},
{
"tool": "get_my_company",
"tags": [],
"reasons": {}
},
{
"tool": "create_my_company",
"tags": [],
"reasons": {}
},
{
"tool": "update_my_company",
"tags": [],
"reasons": {}
},
{
"tool": "consult_radar",
"tags": [],
"reasons": {}
},
{
"tool": "list_radar_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_radar_query",
"tags": [],
"reasons": {}
},
{
"tool": "list_produtos_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "get_produto_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "create_produto_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "update_produto_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "delete_produto_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "list_fornecedores_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "get_fornecedor_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "create_fornecedor_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "update_fornecedor_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "delete_fornecedor_pesquisa",
"tags": [],
"reasons": {}
},
{
"tool": "get_listings",
"tags": [],
"reasons": {}
},
{
"tool": "get_listing",
"tags": [],
"reasons": {}
},
{
"tool": "get_catalog_item",
"tags": [],
"reasons": {}
},
{
"tool": "search_selling_partner_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "search_product_types",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "get_product_type_schema",
"tags": [],
"reasons": {}
},
{
"tool": "get_browse_node_recommendations",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "list_financial_event_groups",
"tags": [],
"reasons": {}
},
{
"tool": "list_financial_transactions",
"tags": [],
"reasons": {}
},
{
"tool": "list_settlement_reports",
"tags": [],
"reasons": {}
},
{
"tool": "import_settlement_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_inventory",
"tags": [],
"reasons": {}
},
{
"tool": "get_orders",
"tags": [],
"reasons": {}
},
{
"tool": "get_order",
"tags": [],
"reasons": {}
},
{
"tool": "audit_listings",
"tags": [],
"reasons": {}
},
{
"tool": "get_listing_restrictions",
"tags": [],
"reasons": {}
},
{
"tool": "get_listing_change_history",
"tags": [],
"reasons": {}
},
{
"tool": "update_listing",
"tags": [],
"reasons": {}
},
{
"tool": "preview_listing",
"tags": [],
"reasons": {}
},
{
"tool": "validate_listing",
"tags": [],
"reasons": {}
},
{
"tool": "create_listing",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "list_agent_changelog",
"tags": [],
"reasons": {}
},
{
"tool": "get_changeset",
"tags": [],
"reasons": {}
},
{
"tool": "get_fba_inbound_eligibility",
"tags": [],
"reasons": {}
},
{
"tool": "check_review_eligibility",
"tags": [],
"reasons": {}
},
{
"tool": "request_review",
"tags": [],
"reasons": {}
},
{
"tool": "get_competitive_pricing",
"tags": [],
"reasons": {}
},
{
"tool": "get_item_offers",
"tags": [],
"reasons": {}
},
{
"tool": "get_listing_offers",
"tags": [],
"reasons": {}
},
{
"tool": "get_featured_offer_expected_price",
"tags": [],
"reasons": {}
},
{
"tool": "get_competitive_summary",
"tags": [],
"reasons": {}
},
{
"tool": "estimate_fees_for_asin",
"tags": [],
"reasons": {}
},
{
"tool": "estimate_fees_for_sku",
"tags": [],
"reasons": {}
},
{
"tool": "request_sp_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_sp_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_report_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "ask_selling_partner_report_analyst",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "thanos_ai_chat",
"tags": [],
"reasons": {}
},
{
"tool": "paged_query_result",
"tags": [],
"reasons": {}
},
{
"tool": "fetch_full_query_result",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "aplus_search_documents",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_get_document",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_create_document",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_update_document",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_list_asin_relations",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_link_asins",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_validate_asin_relations",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_submit_for_approval",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_suspend_document",
"tags": [],
"reasons": {}
},
{
"tool": "aplus_list_publish_records",
"tags": [],
"reasons": {}
},
{
"tool": "brand_analytics_search_terms",
"tags": [],
"reasons": {}
},
{
"tool": "brand_analytics_market_basket",
"tags": [],
"reasons": {}
},
{
"tool": "brand_analytics_item_comparison",
"tags": [],
"reasons": {}
},
{
"tool": "brand_analytics_repeat_purchase",
"tags": [],
"reasons": {}
},
{
"tool": "brand_analytics_alternate_purchase",
"tags": [],
"reasons": {}
},
{
"tool": "brand_analytics_demographics",
"tags": [],
"reasons": {}
},
{
"tool": "titanos_search_tools",
"tags": [],
"reasons": {}
},
{
"tool": "titanos_describe_tool",
"tags": [],
"reasons": {}
},
{
"tool": "titanos_call_tool",
"tags": [],
"reasons": {}
},
{
"tool": "titanos_list_tool_domains",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "1ca06297953203f975c26ae7e8beef7e551105a787de2c93de6ca23b6ceff945",
"stats": {
"tools": 187,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 0,
"info": 0
}
}
}