Noovichat — 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": "@nooviai/noovichat-mcp",
"source": {
"kind": "package",
"origin": "@nooviai/noovichat-mcp"
},
"server": {
"name": "@nooviai/noovichat-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.13"
},
"capability": {
"level": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service"
],
"tags": [
"external-sink",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (200 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-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([refresh_waha_qr]) co-exist with external-action tools ([create_activity_sequence, update_activity_sequence, activate_activity_sequence, deactivate_activity_sequence, create_pipeline_webhook, update_pipeline_webhook, delete_pipeline_webhook, test_pipeline_webhook, regenerate_webhook_secret, trigger_pipeline_automation_via_webhook, verify_pipeline_automation_webhook, update_waha_webhook_settings]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
"remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
"location": {
"kind": "flow",
"name": "refresh_waha_qr → create_activity_sequence"
},
"evidence": "untrusted [refresh_waha_qr] → sinks [create_activity_sequence, update_activity_sequence, activate_activity_sequence, deactivate_activity_sequence, create_pipeli",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"refresh_waha_qr"
],
"sinks": [
"create_activity_sequence",
"update_activity_sequence",
"activate_activity_sequence",
"deactivate_activity_sequence",
"create_pipeline_webhook",
"update_pipeline_webhook",
"delete_pipeline_webhook",
"test_pipeline_webhook",
"regenerate_webhook_secret",
"trigger_pipeline_automation_via_webhook",
"verify_pipeline_automation_webhook",
"update_waha_webhook_settings"
]
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"create_pipeline_webhook\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_pipeline_webhook\" 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": "create_pipeline_webhook",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"update_pipeline_webhook\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"update_pipeline_webhook\" 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": "update_pipeline_webhook",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"refresh_waha_qr"
],
"sensitiveSource": [],
"externalSink": [
"create_activity_sequence",
"update_activity_sequence",
"activate_activity_sequence",
"deactivate_activity_sequence",
"create_pipeline_webhook",
"update_pipeline_webhook",
"delete_pipeline_webhook",
"test_pipeline_webhook",
"regenerate_webhook_secret",
"trigger_pipeline_automation_via_webhook",
"verify_pipeline_automation_webhook",
"update_waha_webhook_settings"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "list_pipeline_activities",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipeline_activity",
"tags": [],
"reasons": {}
},
{
"tool": "create_pipeline_activity",
"tags": [],
"reasons": {}
},
{
"tool": "update_pipeline_activity",
"tags": [],
"reasons": {}
},
{
"tool": "delete_pipeline_activity",
"tags": [],
"reasons": {}
},
{
"tool": "start_activity",
"tags": [],
"reasons": {}
},
{
"tool": "complete_activity",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_activity",
"tags": [],
"reasons": {}
},
{
"tool": "reschedule_activity",
"tags": [],
"reasons": {}
},
{
"tool": "search_activities",
"tags": [],
"reasons": {}
},
{
"tool": "get_activities_analytics",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_create_activities",
"tags": [],
"reasons": {}
},
{
"tool": "create_activity_from_template",
"tags": [],
"reasons": {}
},
{
"tool": "list_activity_sequences",
"tags": [],
"reasons": {}
},
{
"tool": "get_activity_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "create_activity_sequence",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "update_activity_sequence",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "delete_activity_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "activate_activity_sequence",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "deactivate_activity_sequence",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "duplicate_activity_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "list_activity_templates",
"tags": [],
"reasons": {}
},
{
"tool": "get_activity_template",
"tags": [],
"reasons": {}
},
{
"tool": "create_activity_template",
"tags": [],
"reasons": {}
},
{
"tool": "update_activity_template",
"tags": [],
"reasons": {}
},
{
"tool": "delete_activity_template",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_activity_template",
"tags": [],
"reasons": {}
},
{
"tool": "list_pipeline_automations",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipeline_automation",
"tags": [],
"reasons": {}
},
{
"tool": "create_pipeline_automation",
"tags": [],
"reasons": {}
},
{
"tool": "update_pipeline_automation",
"tags": [],
"reasons": {}
},
{
"tool": "delete_pipeline_automation",
"tags": [],
"reasons": {}
},
{
"tool": "execute_automation",
"tags": [],
"reasons": {}
},
{
"tool": "dry_run_automation",
"tags": [],
"reasons": {}
},
{
"tool": "validate_automation",
"tags": [],
"reasons": {}
},
{
"tool": "validate_automation_flow",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_automation",
"tags": [],
"reasons": {}
},
{
"tool": "export_automation",
"tags": [],
"reasons": {}
},
{
"tool": "import_automations",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_executions",
"tags": [],
"reasons": {}
},
{
"tool": "list_all_automation_executions",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_audit_logs",
"tags": [],
"reasons": {}
},
{
"tool": "list_all_automation_audit_logs",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_stats",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_rate_limit",
"tags": [],
"reasons": {}
},
{
"tool": "list_automation_rate_limits",
"tags": [],
"reasons": {}
},
{
"tool": "get_automations_dashboard",
"tags": [],
"reasons": {}
},
{
"tool": "list_automation_templates",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_template",
"tags": [],
"reasons": {}
},
{
"tool": "list_automation_template_categories",
"tags": [],
"reasons": {}
},
{
"tool": "use_automation_template",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "build_automation_flow",
"tags": [],
"reasons": {}
},
{
"tool": "list_cards",
"tags": [],
"reasons": {}
},
{
"tool": "get_card",
"tags": [],
"reasons": {}
},
{
"tool": "list_discarded_cards",
"tags": [],
"reasons": {}
},
{
"tool": "export_cards",
"tags": [],
"reasons": {}
},
{
"tool": "get_import_template",
"tags": [],
"reasons": {}
},
{
"tool": "create_card",
"tags": [],
"reasons": {}
},
{
"tool": "update_card",
"tags": [],
"reasons": {}
},
{
"tool": "delete_card",
"tags": [],
"reasons": {}
},
{
"tool": "move_card_to_stage",
"tags": [],
"reasons": {}
},
{
"tool": "reorder_cards",
"tags": [],
"reasons": {}
},
{
"tool": "mark_card_won",
"tags": [],
"reasons": {}
},
{
"tool": "mark_card_lost",
"tags": [],
"reasons": {}
},
{
"tool": "reopen_card",
"tags": [],
"reasons": {}
},
{
"tool": "assign_card_owner",
"tags": [],
"reasons": {}
},
{
"tool": "add_card_contact",
"tags": [],
"reasons": {}
},
{
"tool": "remove_card_contact",
"tags": [],
"reasons": {}
},
{
"tool": "add_card_conversation",
"tags": [],
"reasons": {}
},
{
"tool": "remove_card_conversation",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_assign_cards",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_set_card_priority",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_delete_cards",
"tags": [],
"reasons": {}
},
{
"tool": "update_card_qualification_checklist",
"tags": [],
"reasons": {}
},
{
"tool": "get_card_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "recalculate_card_lead_score",
"tags": [],
"reasons": {}
},
{
"tool": "override_card_lead_score",
"tags": [],
"reasons": {}
},
{
"tool": "restore_card",
"tags": [],
"reasons": {}
},
{
"tool": "permanently_delete_card",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipeline_analytics_dashboard",
"tags": [],
"reasons": {}
},
{
"tool": "list_card_sequences",
"tags": [],
"reasons": {}
},
{
"tool": "start_card_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "delete_card_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "pause_card_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "resume_card_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "complete_sequence_step",
"tags": [],
"reasons": {}
},
{
"tool": "external_start_sequence",
"tags": [],
"reasons": {}
},
{
"tool": "get_sequence_analytics",
"tags": [],
"reasons": {}
},
{
"tool": "list_pipeline_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipeline_webhook",
"tags": [],
"reasons": {}
},
{
"tool": "create_pipeline_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "update_pipeline_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\"",
"parameter \"webhook\""
]
}
},
{
"tool": "delete_pipeline_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\"",
"parameter \"webhook\""
]
}
},
{
"tool": "test_pipeline_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\"",
"parameter \"webhook\""
]
}
},
{
"tool": "regenerate_webhook_secret",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\"",
"parameter \"webhook\""
]
}
},
{
"tool": "trigger_pipeline_automation_via_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "verify_pipeline_automation_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "list_pipelines",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipeline_stages",
"tags": [],
"reasons": {}
},
{
"tool": "create_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "update_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "update_pipeline_stage",
"tags": [],
"reasons": {}
},
{
"tool": "add_pipeline_stage",
"tags": [],
"reasons": {}
},
{
"tool": "remove_pipeline_stage",
"tags": [],
"reasons": {}
},
{
"tool": "delete_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "list_appointments",
"tags": [],
"reasons": {}
},
{
"tool": "list_appointment_clients",
"tags": [],
"reasons": {}
},
{
"tool": "get_appointment",
"tags": [],
"reasons": {}
},
{
"tool": "create_appointment",
"tags": [],
"reasons": {}
},
{
"tool": "update_appointment",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_appointment",
"tags": [],
"reasons": {}
},
{
"tool": "confirm_appointment",
"tags": [],
"reasons": {}
},
{
"tool": "complete_appointment",
"tags": [],
"reasons": {}
},
{
"tool": "mark_appointment_no_show",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_appointment_action",
"tags": [],
"reasons": {}
},
{
"tool": "export_appointments_csv",
"tags": [],
"reasons": {}
},
{
"tool": "get_appointments_metrics",
"tags": [],
"reasons": {}
},
{
"tool": "get_appointment_availability",
"tags": [],
"reasons": {}
},
{
"tool": "get_appointment_availability_range",
"tags": [],
"reasons": {}
},
{
"tool": "list_available_professionals",
"tags": [],
"reasons": {}
},
{
"tool": "list_services",
"tags": [],
"reasons": {}
},
{
"tool": "get_service",
"tags": [],
"reasons": {}
},
{
"tool": "create_service",
"tags": [],
"reasons": {}
},
{
"tool": "update_service",
"tags": [],
"reasons": {}
},
{
"tool": "delete_service",
"tags": [],
"reasons": {}
},
{
"tool": "list_professionals",
"tags": [],
"reasons": {}
},
{
"tool": "get_professional",
"tags": [],
"reasons": {}
},
{
"tool": "create_professional",
"tags": [],
"reasons": {}
},
{
"tool": "update_professional",
"tags": [],
"reasons": {}
},
{
"tool": "delete_professional",
"tags": [],
"reasons": {}
},
{
"tool": "get_professional_availability",
"tags": [],
"reasons": {}
},
{
"tool": "list_partners",
"tags": [],
"reasons": {}
},
{
"tool": "get_partner",
"tags": [],
"reasons": {}
},
{
"tool": "create_partner",
"tags": [],
"reasons": {}
},
{
"tool": "update_partner",
"tags": [],
"reasons": {}
},
{
"tool": "delete_partner",
"tags": [],
"reasons": {}
},
{
"tool": "list_followups",
"tags": [],
"reasons": {}
},
{
"tool": "search_followups",
"tags": [],
"reasons": {}
},
{
"tool": "get_followup",
"tags": [],
"reasons": {}
},
{
"tool": "create_followup",
"tags": [],
"reasons": {}
},
{
"tool": "update_followup",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_followup",
"tags": [],
"reasons": {}
},
{
"tool": "retry_send_followup",
"tags": [],
"reasons": {}
},
{
"tool": "count_conversation_followups",
"tags": [],
"reasons": {}
},
{
"tool": "list_followup_templates",
"tags": [],
"reasons": {}
},
{
"tool": "get_followup_template",
"tags": [],
"reasons": {}
},
{
"tool": "create_followup_template",
"tags": [],
"reasons": {}
},
{
"tool": "update_followup_template",
"tags": [],
"reasons": {}
},
{
"tool": "delete_followup_template",
"tags": [],
"reasons": {}
},
{
"tool": "preview_followup_template",
"tags": [],
"reasons": {}
},
{
"tool": "list_followup_template_variables",
"tags": [],
"reasons": {}
},
{
"tool": "list_followup_template_items",
"tags": [],
"reasons": {}
},
{
"tool": "create_followup_template_item",
"tags": [],
"reasons": {}
},
{
"tool": "delete_followup_template_item",
"tags": [],
"reasons": {}
},
{
"tool": "reorder_followup_template_items",
"tags": [],
"reasons": {}
},
{
"tool": "list_followup_automations",
"tags": [],
"reasons": {}
},
{
"tool": "get_followup_automation",
"tags": [],
"reasons": {}
},
{
"tool": "create_followup_automation",
"tags": [],
"reasons": {}
},
{
"tool": "update_followup_automation",
"tags": [],
"reasons": {}
},
{
"tool": "delete_followup_automation",
"tags": [],
"reasons": {}
},
{
"tool": "get_followups_report",
"tags": [],
"reasons": {}
},
{
"tool": "list_broadcasts",
"tags": [],
"reasons": {}
},
{
"tool": "get_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "get_broadcast_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "create_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "update_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "pause_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "resume_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "retry_failed_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "delete_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "export_broadcast",
"tags": [],
"reasons": {}
},
{
"tool": "list_broadcast_blacklist",
"tags": [],
"reasons": {}
},
{
"tool": "add_to_broadcast_blacklist",
"tags": [],
"reasons": {}
},
{
"tool": "remove_from_broadcast_blacklist",
"tags": [],
"reasons": {}
},
{
"tool": "get_uazapi_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_uazapi_settings",
"tags": [],
"reasons": {}
},
{
"tool": "update_uazapi_settings",
"tags": [],
"reasons": {}
},
{
"tool": "connect_uazapi",
"tags": [],
"reasons": {}
},
{
"tool": "reconnect_uazapi",
"tags": [],
"reasons": {}
},
{
"tool": "disconnect_uazapi",
"tags": [],
"reasons": {}
},
{
"tool": "request_uazapi_pairing_code",
"tags": [],
"reasons": {}
},
{
"tool": "reconfigure_uazapi_chatwoot",
"tags": [],
"reasons": {}
},
{
"tool": "get_waha_status",
"tags": [],
"reasons": {}
},
{
"tool": "refresh_waha_qr",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "request_waha_pairing_code",
"tags": [],
"reasons": {}
},
{
"tool": "reconnect_waha",
"tags": [],
"reasons": {}
},
{
"tool": "disconnect_waha",
"tags": [],
"reasons": {}
},
{
"tool": "start_waha_session",
"tags": [],
"reasons": {}
},
{
"tool": "stop_waha_session",
"tags": [],
"reasons": {}
},
{
"tool": "get_waha_settings",
"tags": [],
"reasons": {}
},
{
"tool": "update_waha_chatwoot_app_settings",
"tags": [],
"reasons": {}
},
{
"tool": "update_waha_session_settings",
"tags": [],
"reasons": {}
},
{
"tool": "update_waha_webhook_settings",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "pull_waha_messages",
"tags": [],
"reasons": {}
},
{
"tool": "pull_waha_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "pull_waha_chats",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "3c23832c87a70ca8c4835bb45c55413a669834d95497d8f677aeed40ed0caa02",
"stats": {
"tools": 200,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 3,
"low": 0,
"info": 0
}
}
}