rev-dex-dumper
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various shell commands through the Android Debug Bridge (ADB) to interact with an external device. This includes pushing files to the device, modifying file permissions with
chmod +x, and executing a local binary on the Android shell. - [COMMAND_EXECUTION]: The agent is instructed to resolve and execute a bundled binary named
panda-dex-dumperlocated within the skill's directory (skills/rev-dex-dumper/panda-dex-dumper). - [DATA_EXFILTRATION]: The skill uses
adb pullto transfer files from the Android device's storage (/data/local/tmp/panda/) to the host computer's current working directory. This behavior is consistent with the skill's stated purpose of extracting application data for analysis. - [EXTERNAL_DOWNLOADS]: The skill references a binary that is bundled with the installation. It does not perform any remote downloads from the internet during runtime.
Audit Metadata