Tilda — 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": "@theyahia/tilda-mcp",
"source": {
"kind": "package",
"origin": "@theyahia/tilda-mcp"
},
"server": {
"name": "@theyahia/tilda-mcp"
}
},
"grade": "C",
"score": {
"score": 73,
"threatScore": 77,
"grade": "C",
"band": "C",
"categorySubtotals": {
"injection": 23.1,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-UNI-009",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 15.4
},
{
"kind": "threat",
"ruleId": "MTC-UNI-009",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.5,
"appliedPenalty": 7.7
},
{
"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.8"
},
"capability": {
"level": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)"
],
"tags": [
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (7 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-UNI-009",
"title": "Mixed-script (homoglyph) text in description",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "A single token mixes multiple scripts (Latin, Cyrillic). This is the signature of a homoglyph attack — visually identical characters from another script used to impersonate a trusted name or slip past keyword filters.",
"remediation": "Restrict metadata to a single script, or normalize confusables before display.",
"location": {
"kind": "tool",
"name": "get_page_body",
"field": "description"
},
"evidence": "Получить только тело страницы Tilda (HTML без <head>; ссылки на Tilda CDN) — для быстрого чтения/preview. metadata_only=",
"owasp": "LLM01:2025 Prompt Injection",
"references": [
"https://unicode.org/reports/tr39/"
],
"data": {
"scripts": [
"Latin",
"Cyrillic"
]
}
},
{
"ruleId": "MTC-UNI-009",
"title": "Mixed-script (homoglyph) text in description",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "A single token mixes multiple scripts (Latin, Cyrillic). This is the signature of a homoglyph attack — visually identical characters from another script used to impersonate a trusted name or slip past keyword filters.",
"remediation": "Restrict metadata to a single script, or normalize confusables before display.",
"location": {
"kind": "tool",
"name": "get_page_export_body",
"field": "description"
},
"evidence": "Экспорт тела страницы Tilda с локализованными ассетами {from,to} (без <head>) — для вставки в свой шаблон/CMS. metadata_",
"owasp": "LLM01:2025 Prompt Injection",
"references": [
"https://unicode.org/reports/tr39/"
],
"data": {
"scripts": [
"Latin",
"Cyrillic"
]
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "get_projects",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_info",
"tags": [],
"reasons": {}
},
{
"tool": "get_pages",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get_page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get_page_body",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get_page_export",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get_page_export_body",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
}
],
"surfaceDigest": "0aedd5055c23161f67b150169a228103d95e32a5b4019f729edc4c1db5dc7245",
"stats": {
"tools": 7,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 0,
"info": 0
}
}
}