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-minidump package globally using the npm package manager.
  • Evidence: npm install -g electron-minidump in 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.log and gh release download are 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-prebuilt and electron/electron repositories.
  • Context: These are official sources for the respective software components, ensuring the integrity of the downloaded symbol files.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 10:34 PM
Security Audit — agent-trust-hub — symbolicate-crash-dump