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 Bash tool to execute a local Python script, decompile.py, which performs the core decompilation logic. It also uses Bash to check for the installation of the angr library via pip show.
  • [EXTERNAL_DOWNLOADS]: The skill's instructions suggest installing the angr package through pip if it is missing. angr is 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
Risk Level
SAFE
Analyzed
Sep 16, 2026, 09:51 PM
Security Audit — agent-trust-hub — decompile