ci-crash-dump
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Interaction with External Infrastructure: The skill is designed to communicate with the
helix.dot.netAPI to retrieve job details and download crash artifacts such as dump files and reports. This communication is restricted to official project infrastructure and well-known services. - Diagnostic Tool Management: Instructions are provided for the installation and update of diagnostic utilities like
dotnet-dumpandWinDbg. These are standard tools installed via official package managers such asdotnet toolandwinget. - Processing of External Artifacts: The skill analyzes data received from CI systems, including log files and memory dumps. While this involves processing external data, the analysis is performed using established debugging environments like
cdb,lldb, anddotnet-dumpwhich are designed for this purpose. - Local Script Dependencies: The skill references scripts located in a sibling
ci-analysisdirectory, such asGet-CIStatus.ps1. These scripts are used to query CI status and retrieve logs, following standard project workflows.
Audit Metadata