decompile
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute a local Python script,decompile.py, which performs the core decompilation logic. It also usesBashto check for the installation of theangrlibrary viapip show. - [EXTERNAL_DOWNLOADS]: The skill's instructions suggest installing the
angrpackage throughpipif it is missing.angris a well-established and legitimate open-source binary analysis framework used by the security research community. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill accesses the target binary file on disk as part of the decompilation process. This is the expected behavior for a static analysis tool, and no unauthorized data exfiltration or credential access was observed.
Audit Metadata