Raw scan report

Boostu Teamleader — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "boostu-teamleader-mcp",
    "source": {
      "kind": "package",
      "origin": "boostu-teamleader-mcp"
    },
    "server": {
      "name": "boostu-teamleader-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": [
      "sensitive-source",
      "untrusted-input",
      "external-sink"
    ]
  },
  "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-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: teamleader_files_download → teamleader_files_list → teamleader_webhooks_register. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). 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": "teamleader_files_download → teamleader_files_list → teamleader_webhooks_register"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "teamleader_files_download",
          "teamleader_invoices_download"
        ],
        "sources": [
          "teamleader_files_list"
        ],
        "sinks": [
          "teamleader_webhooks_register",
          "teamleader_webhooks_unregister"
        ],
        "path": [
          "teamleader_files_download",
          "teamleader_files_list",
          "teamleader_webhooks_register"
        ],
        "edges": [
          {
            "from": "teamleader_files_download",
            "to": "teamleader_files_list",
            "kind": "agent-mediated"
          },
          {
            "from": "teamleader_files_list",
            "to": "teamleader_webhooks_register",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "teamleader_files_download",
        "teamleader_invoices_download"
      ],
      "sensitiveSource": [
        "teamleader_files_list"
      ],
      "externalSink": [
        "teamleader_webhooks_register",
        "teamleader_webhooks_unregister"
      ],
      "selfContained": false,
      "path": [
        "teamleader_files_download",
        "teamleader_files_list",
        "teamleader_webhooks_register"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: teamleader_files_download → teamleader_files_list → teamleader_webhooks_register."
    }
  ],
  "capabilities": [
    {
      "tool": "teamleader_calls_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_calls_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_calls_complete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_meetings_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_meetings_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_meetings_complete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_list_companies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_get_company",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_create_company",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_list_contacts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_get_contact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_create_contact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_update_contact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_credit_notes_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_credit_notes_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_custom_field_definitions_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_custom_field_definitions_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_list_deals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_get_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_create_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_update_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_list_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_get_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_create_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_files_list",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "teamleader_files_download",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "teamleader_files_upload",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_list_invoices",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_get_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_create_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_invoices_book",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_invoices_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_invoices_register_payment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_invoices_download",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "teamleader_notes_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_notes_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_users_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_users_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_users_me",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_teams_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_departments_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_products_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_products_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_product_categories_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_price_lists_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_units_of_measure_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_close",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_reopen",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_duplicate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_assign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_unassign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_add_owner",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_remove_owner",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_add_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_remove_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_add_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_remove_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_add_quotation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_projects_remove_quotation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_quotations_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_quotations_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_quotations_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_quotations_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_quotations_accept",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_quotations_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_deal_phases_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_deal_pipelines_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_deal_sources_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_lost_reasons_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_tax_rates_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_payment_terms_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_withholding_tax_rates_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_work_types_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_subscriptions_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_subscriptions_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_subscriptions_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_subscriptions_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_subscriptions_deactivate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_contacts_add_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_contacts_remove_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_companies_add_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_companies_remove_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_list_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_create_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_tickets_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_tickets_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_tickets_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_tickets_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_tickets_add_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_ticket_status_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_time_tracking_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_time_tracking_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_time_tracking_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_timer_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_timer_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_webhooks_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "teamleader_webhooks_register",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "teamleader_webhooks_unregister",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    }
  ],
  "surfaceDigest": "88b83e7fadf330a3366af41c8a01db37b8bbddc25a264227668f9a06c036d48a",
  "stats": {
    "tools": 103,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}