Xalantis — 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": "@xalantis/mcp-server",
"source": {
"kind": "package",
"origin": "@xalantis/mcp-server"
},
"server": {
"name": "@xalantis/mcp-server"
}
},
"grade": "A",
"score": {
"score": 95,
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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 create, modify or delete files"
],
"tags": [
"file-write",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (84 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-CAP-002",
"title": "Tool \"unlink_ticket\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"unlink_ticket\" can write, overwrite or delete files (keyword \"unlink\" in tool name). 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": "unlink_ticket"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"unlink_ticket\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"unlink_ticket\" 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": "unlink_ticket"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"@xalantis/mcp-server\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "@xalantis/mcp-server"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "list_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "get_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "create_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "update_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "delete_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "get_ticket_metrics",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_activities",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_replies",
"tags": [],
"reasons": {}
},
{
"tool": "reply_to_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "update_ticket_reply",
"tags": [],
"reasons": {}
},
{
"tool": "delete_ticket_reply",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_links",
"tags": [],
"reasons": {}
},
{
"tool": "link_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "unlink_ticket",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\" in tool name"
]
}
},
{
"tool": "list_ticket_time_entries",
"tags": [],
"reasons": {}
},
{
"tool": "create_ticket_time_entry",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_watchers",
"tags": [],
"reasons": {}
},
{
"tool": "toggle_ticket_watcher",
"tags": [],
"reasons": {}
},
{
"tool": "triage_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "escalate_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "deescalate_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "list_service_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "create_service_request_from_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_categories",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_tags",
"tags": [],
"reasons": {}
},
{
"tool": "toggle_ticket_tag",
"tags": [],
"reasons": {}
},
{
"tool": "list_sla_breaches",
"tags": [],
"reasons": {}
},
{
"tool": "acknowledge_sla_breach",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_update_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_reports",
"tags": [],
"reasons": {}
},
{
"tool": "download_ticket_report",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "create_ticket_report",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_merge_candidates",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_duplicate_candidates",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_escalation_executions",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_attachments",
"tags": [],
"reasons": {}
},
{
"tool": "upload_ticket_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "download_ticket_attachment",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "delete_ticket_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "retry_ticket_reply",
"tags": [],
"reasons": {}
},
{
"tool": "acknowledge_requester_response",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_incident_updates",
"tags": [],
"reasons": {}
},
{
"tool": "create_ticket_incident_update",
"tags": [],
"reasons": {}
},
{
"tool": "get_ticket_incident_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_archived_ticket_incident_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_status",
"tags": [],
"reasons": {}
},
{
"tool": "update_agent_status",
"tags": [],
"reasons": {}
},
{
"tool": "admin_list_service_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "get_service_catalog_item",
"tags": [],
"reasons": {}
},
{
"tool": "list_sla_policies",
"tags": [],
"reasons": {}
},
{
"tool": "list_escalation_policies",
"tags": [],
"reasons": {}
},
{
"tool": "create_escalation_policy",
"tags": [],
"reasons": {}
},
{
"tool": "update_escalation_policy",
"tags": [],
"reasons": {}
},
{
"tool": "reorder_ticket_automations",
"tags": [],
"reasons": {}
},
{
"tool": "list_ticket_automation_executions",
"tags": [],
"reasons": {}
},
{
"tool": "list_client_representatives",
"tags": [],
"reasons": {}
},
{
"tool": "create_client_representative",
"tags": [],
"reasons": {}
},
{
"tool": "list_pipelines",
"tags": [],
"reasons": {}
},
{
"tool": "list_knowledge",
"tags": [],
"reasons": {}
},
{
"tool": "search_knowledge",
"tags": [],
"reasons": {}
},
{
"tool": "list_knowledge_categories",
"tags": [],
"reasons": {}
},
{
"tool": "get_knowledge_article",
"tags": [],
"reasons": {}
},
{
"tool": "get_billing_subscription",
"tags": [],
"reasons": {}
},
{
"tool": "list_billing_invoices",
"tags": [],
"reasons": {}
},
{
"tool": "get_billing_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "list_finance_invoices",
"tags": [],
"reasons": {}
},
{
"tool": "get_finance_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "list_finance_expenses",
"tags": [],
"reasons": {}
},
{
"tool": "get_finance_expense",
"tags": [],
"reasons": {}
},
{
"tool": "list_contract_comments",
"tags": [],
"reasons": {}
},
{
"tool": "add_contract_comment",
"tags": [],
"reasons": {}
},
{
"tool": "update_contract_comment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_contract_comment",
"tags": [],
"reasons": {}
},
{
"tool": "list_contract_negotiations",
"tags": [],
"reasons": {}
},
{
"tool": "create_contract_negotiation",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_contract_negotiation",
"tags": [],
"reasons": {}
},
{
"tool": "list_contract_obligations",
"tags": [],
"reasons": {}
},
{
"tool": "create_contract_obligation",
"tags": [],
"reasons": {}
},
{
"tool": "update_contract_obligation",
"tags": [],
"reasons": {}
},
{
"tool": "submit_contract_for_approval",
"tags": [],
"reasons": {}
},
{
"tool": "request_contract_signatures",
"tags": [],
"reasons": {}
},
{
"tool": "list_contract_requests",
"tags": [],
"reasons": {}
},
{
"tool": "create_contract_request",
"tags": [],
"reasons": {}
},
{
"tool": "get_contract_request",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "2dc9f68a2feb8bc0ca0af44ff43334596d23d4b342c02286f10eab3ecef36ad9",
"stats": {
"tools": 84,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 1,
"info": 1
}
}
}