Raw scan report

Docx — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "docx-mcp-server",
    "source": {
      "kind": "package",
      "origin": "docx-mcp-server"
    },
    "server": {
      "name": "docx-mcp-server"
    }
  },
  "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 (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-SRC-002",
      "title": "Shell/command execution in server code (docx_mcp/document/pdfexport.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`docx_mcp/document/pdfexport.py:43`): 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": "docx_mcp/document/pdfexport.py"
      },
      "evidence": "True) result = subprocess.run( [ lo, \"--headless\",",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "docx_mcp/document/pdfexport.py",
        "line": 43,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"docx-mcp-server\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "docx-mcp-server"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "open_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "close_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_from_markdown",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_document_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_headings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_paragraph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_cell",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_table_row",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_table_row",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "merge_cells",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_header_row",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_column_widths",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "csv_to_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "table_to_csv",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_column_to_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_column_from_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_cell_width",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_cell_vertical_alignment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_row_height",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_table_alignment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_table_borders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_cell_shading",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_table_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_styles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "copy_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_style_to_range",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_headers_footers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "edit_header_footer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_header",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_footer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_custom_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_custom_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_custom_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_images",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_floating_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_image_size",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_image_alt_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_image_border",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_endnotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_endnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_endnotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_footnotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_footnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_footnote_ref",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_footnotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_footnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_footnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_endnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_endnote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_page_break",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_section_break",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_section_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_page_size",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_page_margins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_page_orientation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_sections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_section_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_section_break",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_different_first_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_odd_even_headers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_cross_reference",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_document_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "merge_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_paraids",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_watermark",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_watermark",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "audit_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "replace_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_body_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tracked_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_change",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_change",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_all_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_all_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_formatting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reply_to_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_comment_threads",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scrub_pii",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sanitize_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "diff_to_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_change_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_parts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_part",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "write_part",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "xpath_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_bookmarks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_bookmark",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_bookmark",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bookmarked_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_hyperlinks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_hyperlink",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_internal_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_hyperlink",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_hyperlink",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_date_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_page_number_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_if_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_sequence_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_merge_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_toc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_toc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_list_of_figures",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_list_of_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_tof",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_tot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_content_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_content_controls",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_content_control_value",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "lock_content_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_content_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_content_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_content_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fill_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_template_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_template_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_multilevel_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "restart_numbering",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "suppress_numbering",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_lists",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "promote_list_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "demote_list_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bates_number",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redact_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_redaction_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_privilege_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_equation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_equations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_bar_chart",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_line_chart",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_pie_chart",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_chart_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "merge_review_rounds",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_contracts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_session_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_session_script",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_paragraph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_paragraph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_paragraph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_paragraph_border",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_paragraph_shading",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_paragraph_indentation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_keep_with_next",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_keep_lines_together",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_page_break_before",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_widow_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_blockquote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_code_block",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_line_spacing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_paragraph_format",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_runs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_font",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_color",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_size",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_character_spacing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_character_position",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_highlight",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_strikethrough",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_superscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_subscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_underline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_run_formatting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_run_language",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_text_case",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_markdown",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_theme_colors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_theme_color",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_caption",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_replace_formatted",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "split_document",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "13ec1e8c06484537436628d678bdf1429076cd89454608db9028100b376499cc",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 0,
      "info": 1
    }
  }
}