Rocket Plus — 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": "rocket-plus-mcp",
"source": {
"kind": "package",
"origin": "rocket-plus-mcp"
},
"server": {
"name": "rocket-plus-mcp"
}
},
"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 send data / act on an external service",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
],
"tags": [
"external-sink",
"untrusted-input",
"sensitive-source"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (112 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-FLOW-002",
"title": "Completed toxic-flow trifecta across tools",
"category": "exfiltration",
"severity": "critical",
"confidence": "strong",
"description": "This server (without client built-ins) exposes a complete data-exfiltration chain: RSS Feeds ⇒ gcloud_bigquery_query ⇒ send_email. Untrusted input is ingested, private data is read, and it can be sent to an external sink — and at least one leg is a direct schema wire (⇒), where a producer's output drops straight into a free-text parameter of the next tool, so the chain needs little agent cooperation. Static analysis proves the primitive exists, not that a specific run will occur.",
"remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
"location": {
"kind": "flow",
"name": "RSS Feeds → gcloud_bigquery_query → send_email"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"rss_add_feed",
"rss_get_items",
"rss_generate_post",
"RSS Feeds"
],
"sources": [
"google_drive_list",
"gcloud_bigquery_query"
],
"sinks": [
"send_sms",
"send_email",
"webhook_create"
],
"path": [
"RSS Feeds",
"gcloud_bigquery_query",
"send_email"
],
"edges": [
{
"from": "RSS Feeds",
"to": "gcloud_bigquery_query",
"kind": "schema-wired"
},
{
"from": "gcloud_bigquery_query",
"to": "send_email",
"kind": "schema-wired"
}
],
"wired": true
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"rss_add_feed\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"rss_add_feed\" 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": "rss_add_feed",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"rss_add_feed",
"rss_get_items",
"rss_generate_post",
"RSS Feeds"
],
"sensitiveSource": [
"google_drive_list",
"gcloud_bigquery_query"
],
"externalSink": [
"send_sms",
"send_email",
"webhook_create"
],
"selfContained": false,
"path": [
"RSS Feeds",
"gcloud_bigquery_query",
"send_email"
],
"pathWired": true,
"description": "A cross-tool exfiltration chain exists: RSS Feeds ⇒ gcloud_bigquery_query ⇒ send_email."
}
],
"capabilities": [
{
"tool": "get_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "create_contact",
"tags": [],
"reasons": {}
},
{
"tool": "update_contact",
"tags": [],
"reasons": {}
},
{
"tool": "add_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_opportunities",
"tags": [],
"reasons": {}
},
{
"tool": "create_opportunity",
"tags": [],
"reasons": {}
},
{
"tool": "send_sms",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"sms\""
]
}
},
{
"tool": "send_email",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "rocketflow_deploy",
"tags": [],
"reasons": {}
},
{
"tool": "rocketflow_validate",
"tags": [],
"reasons": {}
},
{
"tool": "rocketflow_templates",
"tags": [],
"reasons": {}
},
{
"tool": "agent_execute",
"tags": [],
"reasons": {}
},
{
"tool": "agent_list",
"tags": [],
"reasons": {}
},
{
"tool": "agent_status",
"tags": [],
"reasons": {}
},
{
"tool": "course_generate",
"tags": [],
"reasons": {}
},
{
"tool": "course_outline",
"tags": [],
"reasons": {}
},
{
"tool": "content_generate",
"tags": [],
"reasons": {}
},
{
"tool": "content_rewrite",
"tags": [],
"reasons": {}
},
{
"tool": "content_ideas",
"tags": [],
"reasons": {}
},
{
"tool": "rss_add_feed",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "rss_get_items",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "rss_generate_post",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "canvas_create",
"tags": [],
"reasons": {}
},
{
"tool": "canvas_generate",
"tags": [],
"reasons": {}
},
{
"tool": "canvas_export",
"tags": [],
"reasons": {}
},
{
"tool": "dashboard_create",
"tags": [],
"reasons": {}
},
{
"tool": "dashboard_add_widget",
"tags": [],
"reasons": {}
},
{
"tool": "apex_create_test",
"tags": [],
"reasons": {}
},
{
"tool": "apex_get_results",
"tags": [],
"reasons": {}
},
{
"tool": "apex_optimize",
"tags": [],
"reasons": {}
},
{
"tool": "insights_analyze",
"tags": [],
"reasons": {}
},
{
"tool": "insights_predict",
"tags": [],
"reasons": {}
},
{
"tool": "insights_report",
"tags": [],
"reasons": {}
},
{
"tool": "focus_create_session",
"tags": [],
"reasons": {}
},
{
"tool": "focus_get_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "seo_analyze",
"tags": [],
"reasons": {}
},
{
"tool": "seo_generate_meta",
"tags": [],
"reasons": {}
},
{
"tool": "seo_keyword_research",
"tags": [],
"reasons": {}
},
{
"tool": "research_competitors",
"tags": [],
"reasons": {}
},
{
"tool": "research_trends",
"tags": [],
"reasons": {}
},
{
"tool": "research_ideas",
"tags": [],
"reasons": {}
},
{
"tool": "api_test",
"tags": [],
"reasons": {}
},
{
"tool": "api_list_endpoints",
"tags": [],
"reasons": {}
},
{
"tool": "webhook_create",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "webhook_list",
"tags": [],
"reasons": {}
},
{
"tool": "form_create",
"tags": [],
"reasons": {}
},
{
"tool": "form_get_submissions",
"tags": [],
"reasons": {}
},
{
"tool": "visitors_active",
"tags": [],
"reasons": {}
},
{
"tool": "visitors_history",
"tags": [],
"reasons": {}
},
{
"tool": "cro_analyze",
"tags": [],
"reasons": {}
},
{
"tool": "cro_heatmap",
"tags": [],
"reasons": {}
},
{
"tool": "game_create",
"tags": [],
"reasons": {}
},
{
"tool": "game_stats",
"tags": [],
"reasons": {}
},
{
"tool": "mcp_list_servers",
"tags": [],
"reasons": {}
},
{
"tool": "mcp_call_server",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_analyze",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_complete",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_sync_ghl",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_get_lists",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_sync_google",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_sync_sheets",
"tags": [],
"reasons": {}
},
{
"tool": "tasks_sync_calendar",
"tags": [],
"reasons": {}
},
{
"tool": "google_tasks_status",
"tags": [],
"reasons": {}
},
{
"tool": "google_tasks_get",
"tags": [],
"reasons": {}
},
{
"tool": "google_workspace_status",
"tags": [],
"reasons": {}
},
{
"tool": "google_calendar_list",
"tags": [],
"reasons": {}
},
{
"tool": "google_calendar_events",
"tags": [],
"reasons": {}
},
{
"tool": "google_calendar_create_event",
"tags": [],
"reasons": {}
},
{
"tool": "google_calendar_freebusy",
"tags": [],
"reasons": {}
},
{
"tool": "google_sheets_create",
"tags": [],
"reasons": {}
},
{
"tool": "google_sheets_read",
"tags": [],
"reasons": {}
},
{
"tool": "google_sheets_write",
"tags": [],
"reasons": {}
},
{
"tool": "google_sheets_append",
"tags": [],
"reasons": {}
},
{
"tool": "google_drive_list",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "google_drive_search",
"tags": [],
"reasons": {}
},
{
"tool": "google_drive_create_folder",
"tags": [],
"reasons": {}
},
{
"tool": "google_drive_upload",
"tags": [],
"reasons": {}
},
{
"tool": "google_gmail_search",
"tags": [],
"reasons": {}
},
{
"tool": "google_gmail_send",
"tags": [],
"reasons": {}
},
{
"tool": "google_gmail_labels",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_status",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_projects_list",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_apis_list",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_apis_enable",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_storage_buckets",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_storage_list",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_storage_upload",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_functions_list",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_functions_invoke",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_bigquery_datasets",
"tags": [],
"reasons": {}
},
{
"tool": "gcloud_bigquery_query",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"sql_query\""
]
}
},
{
"tool": "gcloud_iam_service_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "pdl_enrich_person",
"tags": [],
"reasons": {}
},
{
"tool": "pdl_enrich_company",
"tags": [],
"reasons": {}
},
{
"tool": "pdl_search_people",
"tags": [],
"reasons": {}
},
{
"tool": "pdl_search_companies",
"tags": [],
"reasons": {}
},
{
"tool": "pdl_auto_enrich_contact",
"tags": [],
"reasons": {}
},
{
"tool": "recurring_tasks_list",
"tags": [],
"reasons": {}
},
{
"tool": "recurring_tasks_create",
"tags": [],
"reasons": {}
},
{
"tool": "recurring_tasks_update",
"tags": [],
"reasons": {}
},
{
"tool": "recurring_tasks_delete",
"tags": [],
"reasons": {}
},
{
"tool": "recurring_tasks_run_now",
"tags": [],
"reasons": {}
},
{
"tool": "recurring_tasks_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_location_stats",
"tags": [],
"reasons": {}
},
{
"tool": "get_usage",
"tags": [],
"reasons": {}
},
{
"tool": "list_mods",
"tags": [],
"reasons": {}
},
{
"tool": "Location Info",
"tags": [],
"reasons": {}
},
{
"tool": "Subscription Status",
"tags": [],
"reasons": {}
},
{
"tool": "Available Mods",
"tags": [],
"reasons": {}
},
{
"tool": "Agent Templates",
"tags": [],
"reasons": {}
},
{
"tool": "Canvas Templates",
"tags": [],
"reasons": {}
},
{
"tool": "RSS Feeds",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
}
],
"surfaceDigest": "96ced2a4b79f8ad1ae7c780d38ff43b826cce354eb1f9b86a860518b122f390c",
"stats": {
"tools": 112,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 0,
"medium": 1,
"low": 0,
"info": 0
}
}
}