Clockify — 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": "clockify-mcp",
"source": {
"kind": "package",
"origin": "clockify-mcp"
},
"server": {
"name": "clockify-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": [
"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 (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-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([download_expense_receipt]) co-exist with external-action tools ([create_webhook, update_webhook, delete_webhook, generate_webhook_token]). 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": "download_expense_receipt → create_webhook"
},
"evidence": "untrusted [download_expense_receipt] → sinks [create_webhook, update_webhook, delete_webhook, generate_webhook_token]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"download_expense_receipt"
],
"sinks": [
"create_webhook",
"update_webhook",
"delete_webhook",
"generate_webhook_token"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"download_expense_receipt"
],
"sensitiveSource": [],
"externalSink": [
"create_webhook",
"update_webhook",
"delete_webhook",
"generate_webhook_token"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "list_approval_requests",
"tags": [],
"reasons": {}
},
{
"tool": "submit_approval_request",
"tags": [],
"reasons": {}
},
{
"tool": "submit_approval_request_for_user",
"tags": [],
"reasons": {}
},
{
"tool": "resubmit_approval_entries",
"tags": [],
"reasons": {}
},
{
"tool": "update_approval_request",
"tags": [],
"reasons": {}
},
{
"tool": "list_clients",
"tags": [],
"reasons": {}
},
{
"tool": "get_client",
"tags": [],
"reasons": {}
},
{
"tool": "create_client",
"tags": [],
"reasons": {}
},
{
"tool": "update_client",
"tags": [],
"reasons": {}
},
{
"tool": "delete_client",
"tags": [],
"reasons": {}
},
{
"tool": "list_workspace_custom_fields",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_custom_fields",
"tags": [],
"reasons": {}
},
{
"tool": "create_workspace_custom_field",
"tags": [],
"reasons": {}
},
{
"tool": "update_workspace_custom_field",
"tags": [],
"reasons": {}
},
{
"tool": "delete_workspace_custom_field",
"tags": [],
"reasons": {}
},
{
"tool": "set_project_custom_field",
"tags": [],
"reasons": {}
},
{
"tool": "remove_project_custom_field",
"tags": [],
"reasons": {}
},
{
"tool": "list_expenses",
"tags": [],
"reasons": {}
},
{
"tool": "get_expense",
"tags": [],
"reasons": {}
},
{
"tool": "list_expense_categories",
"tags": [],
"reasons": {}
},
{
"tool": "download_expense_receipt",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "create_expense",
"tags": [],
"reasons": {}
},
{
"tool": "update_expense",
"tags": [],
"reasons": {}
},
{
"tool": "delete_expense",
"tags": [],
"reasons": {}
},
{
"tool": "create_expense_category",
"tags": [],
"reasons": {}
},
{
"tool": "update_expense_category",
"tags": [],
"reasons": {}
},
{
"tool": "delete_expense_category",
"tags": [],
"reasons": {}
},
{
"tool": "archive_expense_category",
"tags": [],
"reasons": {}
},
{
"tool": "list_user_groups",
"tags": [],
"reasons": {}
},
{
"tool": "list_holidays",
"tags": [],
"reasons": {}
},
{
"tool": "list_holidays_in_period",
"tags": [],
"reasons": {}
},
{
"tool": "create_holiday",
"tags": [],
"reasons": {}
},
{
"tool": "update_holiday",
"tags": [],
"reasons": {}
},
{
"tool": "delete_holiday",
"tags": [],
"reasons": {}
},
{
"tool": "list_invoices",
"tags": [],
"reasons": {}
},
{
"tool": "get_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "get_invoice_payments",
"tags": [],
"reasons": {}
},
{
"tool": "create_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "update_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "change_invoice_status",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "delete_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "add_invoice_item",
"tags": [],
"reasons": {}
},
{
"tool": "import_invoice_items",
"tags": [],
"reasons": {}
},
{
"tool": "add_invoice_payment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_invoice_payment",
"tags": [],
"reasons": {}
},
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "get_project",
"tags": [],
"reasons": {}
},
{
"tool": "create_project",
"tags": [],
"reasons": {}
},
{
"tool": "update_project",
"tags": [],
"reasons": {}
},
{
"tool": "delete_project",
"tags": [],
"reasons": {}
},
{
"tool": "generate_detailed_report",
"tags": [],
"reasons": {}
},
{
"tool": "generate_summary_report",
"tags": [],
"reasons": {}
},
{
"tool": "generate_weekly_report",
"tags": [],
"reasons": {}
},
{
"tool": "generate_attendance_report",
"tags": [],
"reasons": {}
},
{
"tool": "generate_expense_report",
"tags": [],
"reasons": {}
},
{
"tool": "export_report",
"tags": [],
"reasons": {}
},
{
"tool": "list_scheduled_assignments",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_scheduling_totals",
"tags": [],
"reasons": {}
},
{
"tool": "get_user_scheduling_totals",
"tags": [],
"reasons": {}
},
{
"tool": "create_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "update_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "publish_assignments",
"tags": [],
"reasons": {}
},
{
"tool": "copy_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "list_shared_reports",
"tags": [],
"reasons": {}
},
{
"tool": "get_shared_report",
"tags": [],
"reasons": {}
},
{
"tool": "create_shared_report",
"tags": [],
"reasons": {}
},
{
"tool": "update_shared_report",
"tags": [],
"reasons": {}
},
{
"tool": "delete_shared_report",
"tags": [],
"reasons": {}
},
{
"tool": "list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_tag",
"tags": [],
"reasons": {}
},
{
"tool": "create_tag",
"tags": [],
"reasons": {}
},
{
"tool": "update_tag",
"tags": [],
"reasons": {}
},
{
"tool": "delete_tag",
"tags": [],
"reasons": {}
},
{
"tool": "list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "get_task",
"tags": [],
"reasons": {}
},
{
"tool": "create_task",
"tags": [],
"reasons": {}
},
{
"tool": "update_task",
"tags": [],
"reasons": {}
},
{
"tool": "delete_task",
"tags": [],
"reasons": {}
},
{
"tool": "list_time_entries",
"tags": [],
"reasons": {}
},
{
"tool": "get_time_entry",
"tags": [],
"reasons": {}
},
{
"tool": "create_time_entry",
"tags": [],
"reasons": {}
},
{
"tool": "update_time_entry",
"tags": [],
"reasons": {}
},
{
"tool": "delete_time_entry",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_time_entry",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_update_time_entries",
"tags": [],
"reasons": {}
},
{
"tool": "create_time_entry_for_user",
"tags": [],
"reasons": {}
},
{
"tool": "stop_running_timer",
"tags": [],
"reasons": {}
},
{
"tool": "list_time_off_policies",
"tags": [],
"reasons": {}
},
{
"tool": "get_time_off_policy",
"tags": [],
"reasons": {}
},
{
"tool": "list_time_off_balances_by_policy",
"tags": [],
"reasons": {}
},
{
"tool": "list_time_off_balances_by_user",
"tags": [],
"reasons": {}
},
{
"tool": "list_time_off_requests",
"tags": [],
"reasons": {}
},
{
"tool": "create_time_off_policy",
"tags": [],
"reasons": {}
},
{
"tool": "create_time_off_request",
"tags": [],
"reasons": {}
},
{
"tool": "approve_time_off_request",
"tags": [],
"reasons": {}
},
{
"tool": "reject_time_off_request",
"tags": [],
"reasons": {}
},
{
"tool": "withdraw_time_off_request",
"tags": [],
"reasons": {}
},
{
"tool": "list_users",
"tags": [],
"reasons": {}
},
{
"tool": "get_user_member_profile",
"tags": [],
"reasons": {}
},
{
"tool": "find_user_team_manager",
"tags": [],
"reasons": {}
},
{
"tool": "list_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "get_webhook",
"tags": [],
"reasons": {}
},
{
"tool": "get_webhook_logs",
"tags": [],
"reasons": {}
},
{
"tool": "create_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "update_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "delete_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "generate_webhook_token",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "get_current_user",
"tags": [],
"reasons": {}
},
{
"tool": "list_workspaces",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "fcdca3b6e05c97b5dc503ef62cbaec7cd64b313832cb756bbc4be9c0d1cb865f",
"stats": {
"tools": 112,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 0
}
}
}