Teamleader Focus — 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": "@tailormade/teamleader-focus-mcp",
"source": {
"kind": "package",
"origin": "@tailormade/teamleader-focus-mcp"
},
"server": {
"name": "@tailormade/teamleader-focus-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.8"
},
"capability": {
"level": "high",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"can create, modify or delete files",
"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": [
"file-write",
"untrusted-input",
"sensitive-source",
"external-sink"
]
},
"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-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_download_credit_note → teamleader_list_files → teamleader_reopen_project_task. 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_download_credit_note → teamleader_list_files → teamleader_reopen_project_task"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"teamleader_list_credit_notes",
"teamleader_get_credit_note",
"teamleader_download_credit_note",
"teamleader_list_files",
"teamleader_get_file",
"teamleader_download_file",
"teamleader_download_invoice",
"teamleader_list_orders",
"teamleader_list_project_lines",
"teamleader_get_quotation",
"teamleader_download_quotation"
],
"sources": [
"teamleader_list_files",
"teamleader_upload_file"
],
"sinks": [
"teamleader_upload_file",
"teamleader_update_project_v2",
"teamleader_reopen_project_v2",
"teamleader_reopen_project_task"
],
"path": [
"teamleader_download_credit_note",
"teamleader_list_files",
"teamleader_reopen_project_task"
],
"edges": [
{
"from": "teamleader_download_credit_note",
"to": "teamleader_list_files",
"kind": "agent-mediated"
},
{
"from": "teamleader_list_files",
"to": "teamleader_reopen_project_task",
"kind": "agent-mediated"
}
],
"wired": false
}
},
{
"ruleId": "MTC-FLOW-003",
"title": "Read-and-egress in one tool: \"teamleader_upload_file\"",
"category": "exfiltration",
"severity": "high",
"confidence": "strong",
"description": "Tool \"teamleader_upload_file\" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.",
"remediation": "Separate reading from sending; require explicit user confirmation before egress of file/secret contents.",
"location": {
"kind": "flow",
"name": "teamleader_upload_file"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"tags": [
"sensitive-source",
"external-sink"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"teamleader_unlink_contact_from_company\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"teamleader_unlink_contact_from_company\" can write, overwrite or delete files (keyword \"unlink\"). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "teamleader_unlink_contact_from_company"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"teamleader_list_files\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"teamleader_list_files\" can write, overwrite or delete files (keyword \"delete_file\"). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "teamleader_list_files"
},
"data": {
"tags": [
"untrusted-input",
"sensitive-source",
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"teamleader_get_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"teamleader_get_file\" can write, overwrite or delete files (keyword \"delete_file\"). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "teamleader_get_file"
},
"data": {
"tags": [
"untrusted-input",
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"teamleader_delete_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"teamleader_delete_file\" can write, overwrite or delete files (keyword \"delete_file\"). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "teamleader_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"teamleader_add_project_deal\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"teamleader_add_project_deal\" can write, overwrite or delete files (keyword \"unlink\"). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "teamleader_add_project_deal"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"teamleader_unlink_contact_from_company\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"teamleader_unlink_contact_from_company\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "teamleader_unlink_contact_from_company"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"teamleader_list_files\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"teamleader_list_files\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "teamleader_list_files"
},
"data": {
"tags": [
"untrusted-input",
"sensitive-source",
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"teamleader_get_file\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"teamleader_get_file\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "teamleader_get_file"
},
"data": {
"tags": [
"untrusted-input",
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"teamleader_delete_file\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"teamleader_delete_file\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "teamleader_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"teamleader_add_project_deal\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"teamleader_add_project_deal\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "teamleader_add_project_deal"
},
"data": {
"tags": [
"file-write"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"teamleader_list_credit_notes",
"teamleader_get_credit_note",
"teamleader_download_credit_note",
"teamleader_list_files",
"teamleader_get_file",
"teamleader_download_file",
"teamleader_download_invoice",
"teamleader_list_orders",
"teamleader_list_project_lines",
"teamleader_get_quotation",
"teamleader_download_quotation"
],
"sensitiveSource": [
"teamleader_list_files",
"teamleader_upload_file"
],
"externalSink": [
"teamleader_upload_file",
"teamleader_update_project_v2",
"teamleader_reopen_project_v2",
"teamleader_reopen_project_task"
],
"selfContained": false,
"path": [
"teamleader_download_credit_note",
"teamleader_list_files",
"teamleader_reopen_project_task"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: teamleader_download_credit_note → teamleader_list_files → teamleader_reopen_project_task."
},
{
"id": "flow-2",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"teamleader_upload_file"
],
"externalSink": [
"teamleader_upload_file"
],
"selfContained": true,
"description": "Tool \"teamleader_upload_file\" both reads sensitive data and can send it externally."
}
],
"capabilities": [
{
"tool": "teamleader_list_calls",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_call",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_call",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_call",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_complete_call",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_companies",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_company",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_company",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_company",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_company",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_tag_company",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_untag_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_delete_contact",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_link_contact_to_company",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_unlink_contact_from_company",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\""
]
}
},
{
"tool": "teamleader_update_contact_company_link",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_tag_contact",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_untag_contact",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_credit_notes",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_get_credit_note",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_download_credit_note",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_send_credit_note_peppol",
"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_delete_deal",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_lose_deal",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_win_deal",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_move_deal",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_lost_reasons",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_deal_phases",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_deal_sources",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_deal_pipelines",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_deal_phase",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_deal_phase",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_deal_phase",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_duplicate_deal_phase",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_move_deal_phase",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_deal_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_deal_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_deal_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_duplicate_deal_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_mark_deal_pipeline_default",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_departments",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_department",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_events",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_event",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_event",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_event",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_cancel_event",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_files",
"tags": [
"untrusted-input",
"sensitive-source",
"file-write"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
],
"sensitive-source": [
"keyword \"list_files\""
],
"file-write": [
"keyword \"delete_file\""
]
}
},
{
"tool": "teamleader_get_file",
"tags": [
"untrusted-input",
"file-write"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
],
"file-write": [
"keyword \"delete_file\""
]
}
},
{
"tool": "teamleader_download_file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_delete_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"delete_file\""
]
}
},
{
"tool": "teamleader_upload_file",
"tags": [
"sensitive-source",
"external-sink"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
],
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "teamleader_list_invoices",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_book_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_send_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_send_invoice_peppol",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_booked_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_register_payment",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_remove_payments",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_copy_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_credit_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_credit_invoice_partially",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_download_invoice",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_list_mail_templates",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_payment_methods",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_login",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_activity_types",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_tax_rates",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_payment_terms",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_ticket_statuses",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_product_categories",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_teams",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_expenses",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_work_types",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_bookkeeping_submissions",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_business_types",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_call_outcomes",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_commercial_discounts",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_document_templates",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_price_lists",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_units_of_measure",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_withholding_tax_rates",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_currencies",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_materials",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_assign_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_unassign_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_duplicate_material",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_meetings",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_meeting",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_schedule_meeting",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_meeting",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_complete_meeting",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_meeting",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_meeting_report",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_notes",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_note",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_note",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_orders",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "teamleader_get_order",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_products",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_product",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_product",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_product",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_product",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_projects_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_project_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_project_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_project_v2",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"open_pr\""
]
}
},
{
"tool": "teamleader_list_project_groups",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_project_tasks_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_project_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_close_project_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_reopen_project_v2",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"open_pr\""
]
}
},
{
"tool": "teamleader_delete_project_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_duplicate_project_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_project_customer",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_remove_project_customer",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_project_deal",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\""
]
}
},
{
"tool": "teamleader_remove_project_deal",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_project_owner",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_remove_project_owner",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_assign_project",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_unassign_project",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_project_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_complete_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_reopen_project_task",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"open_pr\""
]
}
},
{
"tool": "teamleader_delete_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_remove_task_from_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_project_task_v2",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_project_lines",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "teamleader_add_project_line_to_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_project_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_assign_project_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_unassign_project_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_duplicate_project_group",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_duplicate_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_assign_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_unassign_project_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_project_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_remove_project_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_quotations",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_quotation",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_create_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_accept_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_send_quotation",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_download_quotation",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "teamleader_find_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_log_time",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_load_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_task_action",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_cache_stats",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_clear_cache",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_subscriptions",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_deactivate_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_complete_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_reopen_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_schedule_task",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_create_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_ticket_messages",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_ticket_message",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_reply_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_internal_message_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_import_ticket_message",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_list_timetracking",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_get_timetracking",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_add_timetracking",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_update_timetracking",
"tags": [],
"reasons": {}
},
{
"tool": "teamleader_delete_timetracking",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "c6dbe5727bb78e23f8ba9152ab35fad435d0501ce04c73c36816bbef7f277367",
"stats": {
"tools": 200,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 1,
"medium": 5,
"low": 5,
"info": 0
}
}
}