rust-reverse-engineering
Warn
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/install-dep.shscript utilizessudoto install system dependencies via package managers likeapt,dnf, andpacman, which constitutes a privilege escalation vector. - [COMMAND_EXECUTION]: The
scripts/install-dep.shscript modifies user shell configuration files (.zshrc,.bashrc, or.profile) to persistently add new tool paths to thePATHenvironment variable. - [EXTERNAL_DOWNLOADS]: The installer script fetches external software and libraries from official and well-known registries, including Homebrew, system package repositories, and Cargo.
- [COMMAND_EXECUTION]: The skill scripts perform extensive execution of local system utilities (such as
nm,readelf, andlipo) on user-provided binary files to extract metadata and symbols. - [COMMAND_EXECUTION]: The
scripts/ghidra-job.shscript employs thenohupcommand to launch and manage analysis processes in the background, allowing them to persist beyond the current shell session.
Audit Metadata