symbolicate-crash-dump
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Package Installation: The skill instructs users to install the
electron-minidumppackage globally using the npm package manager. - Evidence:
npm install -g electron-minidumpin SKILL.md. - Context: This is a standard requirement for the specialized task of processing minidump files and uses a well-known public registry.
- Command Execution: The instructions include various shell commands for local processing, such as symbolicating files, unzipping assets, and using the GitHub CLI.
- Evidence: Commands like
electron-minidump crash-file.dmp > symbolicated-output.logandgh release downloadare used to perform the core functions of the skill. - Context: These commands are intended for manual execution by developers on their local machines as part of a debugging workflow.
- Remote Resource Access: The skill references official GitHub repositories to retrieve debug symbols necessary for resolving method names in crash logs.
- Evidence: References to
microsoft/vscode-electron-prebuiltandelectron/electronrepositories. - Context: These are official sources for the respective software components, ensuring the integrity of the downloaded symbol files.
Audit Metadata