debug-crash-dump
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Privileged Installation Procedures: The skill utilizes PowerShell commands with elevated privileges (
Verb RunAs) to install the Windows SDK Debugging Tools. While administrative access is a sensitive operation, it is a prerequisite for installing system-level debugging components on the Windows platform. - External Software Acquisition: The skill automates the download of the Windows SDK installer from Microsoft's official infrastructure and uses standard package managers (NuGet and Pip) to obtain Python and the
mcp-windbgutility. These downloads originate from reputable sources and are necessary for the skill's functionality. - Network Operations for Debugging: The instructions include commands to connect to Microsoft's public symbol servers and GitHub's artifact repository. These network connections are standard practices in software debugging to resolve stack traces and retrieve crash data for analysis.
Audit Metadata