Winforensics MCP Server

winforensics-mcp PyPI v1.4.1

Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

Windows Forensics MCP Server - EVTX parsing, Registry analysis, PE analysis, API Monitor knowledge base, and remote artifact collection for DFIR

Trust grade
B
88/100
Last scanned get badge →
Trust
B · 88/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
Critical
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
B Why this grade threat 100 − adoption risk = 88/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 12 = 88. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−10 capability blast radius (critical) — client exposure if the model is manipulated
−2 publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 4

critical Completed toxic-flow trifecta across toolsMTC-FLOW-002

This server (without client built-ins) exposes a complete data-exfiltration chain: api_search_category → evtx_list_files → pcap_get_http. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.

Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.

Location: flow api_search_category → evtx_list_files → pcap_get_http

high Shell/command execution in server code (winforensics_mcp/parsers/die_analyzer.py)MTC-SRC-002

In the server's implementation (`winforensics_mcp/parsers/die_analyzer.py:72`): 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.

Evidence: try: result = subprocess.run( [_DIEC_PATH, "--version"], capture_output=True,

Fix: 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: server winforensics_mcp/parsers/die_analyzer.py

medium Unconstrained URL/host parameter "url_filter" on "pcap_get_http"MTC-CAP-007

Tool "pcap_get_http" takes a URL/host parameter "url_filter" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool pcap_get_http · inputSchema.properties.url_filter

low Unconstrained path parameter "directory" on "evtx_list_files"MTC-CAP-008

Tool "evtx_list_files" takes a path parameter "directory" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool evtx_list_files · inputSchema.properties.directory

Tools 61

Each tool and what it can reach — statically extracted from the published source.

  • api_search_categoryingests untrusted input
  • evtx_list_filesreads sensitive data
  • pcap_get_httpnetwork egress
  • user_parse_shellbagsingests untrusted input
  • api_analyze_importsno sensitive capability
  • api_detect_patternsno sensitive capability
  • api_lookupno sensitive capability
  • apmx_calls_aroundno sensitive capability
  • apmx_correlate_handlesno sensitive capability
  • apmx_detect_patternsno sensitive capability
Show 51 more tools ↓
  • apmx_get_call_detailsno sensitive capability
  • apmx_get_callsno sensitive capability
  • apmx_injection_infono sensitive capability
  • apmx_parseno sensitive capability
  • apmx_search_paramsno sensitive capability
  • browser_get_historyno sensitive capability
  • build_timelineno sensitive capability
  • die_analyze_fileno sensitive capability
  • die_get_packer_infono sensitive capability
  • die_scan_directoryno sensitive capability
  • disk_parse_amcacheno sensitive capability
  • disk_parse_mftno sensitive capability
  • disk_parse_prefetchno sensitive capability
  • disk_parse_srumno sensitive capability
  • disk_parse_usn_journalno sensitive capability
  • evtx_attack_summaryno sensitive capability
  • evtx_explain_event_idno sensitive capability
  • evtx_get_statsno sensitive capability
  • evtx_searchno sensitive capability
  • evtx_security_searchno sensitive capability
  • file_analyze_peno sensitive capability
  • forensics_list_important_eventsno sensitive capability
  • forensics_list_registry_keysno sensitive capability
  • hunt_iocno sensitive capability
  • hunt_ioc_packno sensitive capability
  • ingest_parsed_csvno sensitive capability
  • investigate_executionno sensitive capability
  • investigate_user_activityno sensitive capability
  • ioc_pack_listno sensitive capability
  • pcap_find_suspiciousno sensitive capability
  • pcap_get_conversationsno sensitive capability
  • pcap_get_dnsno sensitive capability
  • pcap_get_statsno sensitive capability
  • pcap_searchno sensitive capability
  • registry_get_keyno sensitive capability
  • registry_get_networkno sensitive capability
  • registry_get_persistenceno sensitive capability
  • registry_get_system_infono sensitive capability
  • registry_get_usb_historyno sensitive capability
  • registry_get_usersno sensitive capability
  • registry_searchno sensitive capability
  • remote_collect_artifactsno sensitive capability
  • remote_get_system_infono sensitive capability
  • user_parse_lnk_filesno sensitive capability
  • vt_lookup_domainno sensitive capability
  • vt_lookup_fileno sensitive capability
  • vt_lookup_hashno sensitive capability
  • vt_lookup_ipno sensitive capability
  • yara_list_rulesno sensitive capability
  • yara_scan_directoryno sensitive capability
  • yara_scan_fileno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 2

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.4.1 latest B 88/100 4 1.13.0 2026-08-25
v1.4.0 B 88/100 4 1.12.1 2026-07-27

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: B · 88/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/winforensics-mcp/badge.svg)](https://mcptrustchecker.com/registry/winforensics-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/winforensics-mcp"><img src="https://mcptrustchecker.com/registry/winforensics-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/winforensics-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan winforensics-mcp --online --registry pypi

Use the free API → How scoring works

More in Learning & Documentation