Korean Law Alio — 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": "korean-law-alio-mcp",
"source": {
"kind": "package",
"origin": "korean-law-alio-mcp"
},
"server": {
"name": "korean-law-alio-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": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (110 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-SRC-002",
"title": "Shell/command execution in server code (build/lib/alio/docling-fallback.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/lib/alio/docling-fallback.js:22`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "build/lib/alio/docling-fallback.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import fs from \"node:fs/promises\"; import path from \"node:path\"; import os from",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/lib/alio/docling-fallback.js",
"line": 22,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/lib/alio/hwp3-fallback.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/lib/alio/hwp3-fallback.js:28`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "build/lib/alio/hwp3-fallback.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import fs from \"node:fs/promises\"; import path from \"node:path\"; import os from",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/lib/alio/hwp3-fallback.js",
"line": 28,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/lib/alio/xls-fallback.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/lib/alio/xls-fallback.js:21`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "build/lib/alio/xls-fallback.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import fs from \"node:fs/promises\"; import path from \"node:path\"; import os from",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/lib/alio/xls-fallback.js",
"line": 21,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (build/scripts/setup.js)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`build/scripts/setup.js:26`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "build/scripts/setup.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import { Readable } from \"node:stream\"; import { pipeline } from \"node:stream/pr",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/scripts/setup.js",
"line": 26,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "search_law",
"tags": [],
"reasons": {}
},
{
"tool": "get_law_text",
"tags": [],
"reasons": {}
},
{
"tool": "get_article_detail",
"tags": [],
"reasons": {}
},
{
"tool": "search_all",
"tags": [],
"reasons": {}
},
{
"tool": "advanced_search",
"tags": [],
"reasons": {}
},
{
"tool": "suggest_law_names",
"tags": [],
"reasons": {}
},
{
"tool": "search_admin_rule",
"tags": [],
"reasons": {}
},
{
"tool": "get_admin_rule",
"tags": [],
"reasons": {}
},
{
"tool": "compare_admin_rule_old_new",
"tags": [],
"reasons": {}
},
{
"tool": "search_ordinance",
"tags": [],
"reasons": {}
},
{
"tool": "get_ordinance",
"tags": [],
"reasons": {}
},
{
"tool": "get_linked_ordinances",
"tags": [],
"reasons": {}
},
{
"tool": "get_linked_ordinance_articles",
"tags": [],
"reasons": {}
},
{
"tool": "get_delegated_laws",
"tags": [],
"reasons": {}
},
{
"tool": "get_linked_laws_from_ordinance",
"tags": [],
"reasons": {}
},
{
"tool": "compare_old_new",
"tags": [],
"reasons": {}
},
{
"tool": "get_three_tier",
"tags": [],
"reasons": {}
},
{
"tool": "compare_articles",
"tags": [],
"reasons": {}
},
{
"tool": "get_annexes",
"tags": [],
"reasons": {}
},
{
"tool": "get_law_tree",
"tags": [],
"reasons": {}
},
{
"tool": "get_law_system_tree",
"tags": [],
"reasons": {}
},
{
"tool": "get_law_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "get_external_links",
"tags": [],
"reasons": {}
},
{
"tool": "parse_article_links",
"tags": [],
"reasons": {}
},
{
"tool": "get_article_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_law_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_historical_law",
"tags": [],
"reasons": {}
},
{
"tool": "search_historical_law",
"tags": [],
"reasons": {}
},
{
"tool": "search_precedents",
"tags": [],
"reasons": {}
},
{
"tool": "get_precedent_text",
"tags": [],
"reasons": {}
},
{
"tool": "summarize_precedent",
"tags": [],
"reasons": {}
},
{
"tool": "extract_precedent_keywords",
"tags": [],
"reasons": {}
},
{
"tool": "find_similar_precedents",
"tags": [],
"reasons": {}
},
{
"tool": "search_interpretations",
"tags": [],
"reasons": {}
},
{
"tool": "get_interpretation_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_tax_tribunal_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_tax_tribunal_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_customs_interpretations",
"tags": [],
"reasons": {}
},
{
"tool": "get_customs_interpretation_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_constitutional_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_constitutional_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_admin_appeals",
"tags": [],
"reasons": {}
},
{
"tool": "get_admin_appeal_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_ftc_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_ftc_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_pipc_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_pipc_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_nlrc_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_nlrc_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_acr_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_acr_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_school_rules",
"tags": [],
"reasons": {}
},
{
"tool": "get_school_rule_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_public_corp_rules",
"tags": [],
"reasons": {}
},
{
"tool": "get_public_corp_rule_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_public_institution_rules",
"tags": [],
"reasons": {}
},
{
"tool": "get_public_institution_rule_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_appeal_review_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_appeal_review_decision_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_acr_special_appeals",
"tags": [],
"reasons": {}
},
{
"tool": "get_acr_special_appeal_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_treaties",
"tags": [],
"reasons": {}
},
{
"tool": "get_treaty_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_english_law",
"tags": [],
"reasons": {}
},
{
"tool": "get_english_law_text",
"tags": [],
"reasons": {}
},
{
"tool": "search_legal_terms",
"tags": [],
"reasons": {}
},
{
"tool": "search_ai_law",
"tags": [],
"reasons": {}
},
{
"tool": "get_legal_term_kb",
"tags": [],
"reasons": {}
},
{
"tool": "get_legal_term_detail",
"tags": [],
"reasons": {}
},
{
"tool": "get_daily_term",
"tags": [],
"reasons": {}
},
{
"tool": "get_daily_to_legal",
"tags": [],
"reasons": {}
},
{
"tool": "get_legal_to_daily",
"tags": [],
"reasons": {}
},
{
"tool": "get_term_articles",
"tags": [],
"reasons": {}
},
{
"tool": "get_related_laws",
"tags": [],
"reasons": {}
},
{
"tool": "parse_jo_code",
"tags": [],
"reasons": {}
},
{
"tool": "get_law_abbreviations",
"tags": [],
"reasons": {}
},
{
"tool": "get_batch_articles",
"tags": [],
"reasons": {}
},
{
"tool": "get_article_with_precedents",
"tags": [],
"reasons": {}
},
{
"tool": "chain_law_system",
"tags": [],
"reasons": {}
},
{
"tool": "chain_action_basis",
"tags": [],
"reasons": {}
},
{
"tool": "chain_dispute_prep",
"tags": [],
"reasons": {}
},
{
"tool": "chain_amendment_track",
"tags": [],
"reasons": {}
},
{
"tool": "chain_ordinance_compare",
"tags": [],
"reasons": {}
},
{
"tool": "chain_full_research",
"tags": [],
"reasons": {}
},
{
"tool": "chain_procedure_detail",
"tags": [],
"reasons": {}
},
{
"tool": "chain_document_review",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_document",
"tags": [],
"reasons": {}
},
{
"tool": "search_institution",
"tags": [],
"reasons": {}
},
{
"tool": "list_alio_regulations",
"tags": [],
"reasons": {}
},
{
"tool": "get_alio_regulation",
"tags": [],
"reasons": {}
},
{
"tool": "search_alio_regulation_text",
"tags": [],
"reasons": {}
},
{
"tool": "compare_alio_regulations",
"tags": [],
"reasons": {}
},
{
"tool": "get_alio_regulation_history",
"tags": [],
"reasons": {}
},
{
"tool": "suggest_alio_benchmark",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_regulation_delegation",
"tags": [],
"reasons": {}
},
{
"tool": "compare_regulation_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "find_regulations_by_upper_law",
"tags": [],
"reasons": {}
},
{
"tool": "get_alio_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "get_recent_alio_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_alio_institution_profile",
"tags": [],
"reasons": {}
},
{
"tool": "find_similar_regulations",
"tags": [],
"reasons": {}
},
{
"tool": "suggest_alio_regulation_names",
"tags": [],
"reasons": {}
},
{
"tool": "advanced_alio_search",
"tags": [],
"reasons": {}
},
{
"tool": "get_alio_external_links",
"tags": [],
"reasons": {}
},
{
"tool": "get_alio_annexes",
"tags": [],
"reasons": {}
},
{
"tool": "compare_alio_articles",
"tags": [],
"reasons": {}
},
{
"tool": "get_batch_alio_regulations",
"tags": [],
"reasons": {}
},
{
"tool": "parse_alio_article_links",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_alio_regulation",
"tags": [],
"reasons": {}
},
{
"tool": "chain_alio_benchmark",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "e50bd759905e7a2cb3b2a261f69877a41d57138cfbd8cc65395b934a0fa74b1b",
"stats": {
"tools": 110,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 3,
"medium": 0,
"low": 1,
"info": 0
}
}
}