mobile-security
Warn
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to fetch reverse-engineering tools from external GitHub repositories, such as
worawit/blutter,rscloura/Doldrums, andImpact-I/reFlutter.\n- [REMOTE_CODE_EXECUTION]: Instructions involve downloading external code and executing it locally, such as runningblutter.pyafter agit clone. The skill also describes an advanced technique for dynamic execution by compiling a custom C harness (loader.c) at runtime to execute and intercept functions from extracted native libraries usingdlopenandLD_PRELOAD.\n- [COMMAND_EXECUTION]: Utilizes multiple shell commands to analyze mobile artifacts, includingunzip,objdump,nm, andpython3.\n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it is designed to ingest and process untrusted mobile application packages and binaries.\n - Ingestion points: Processes compiled artifacts including APK/IPA files, Dart AOT snapshots (
libapp.so), and native shared objects (.so).\n - Boundary markers: No instructions are provided to the agent to treat binary content as untrusted or to ignore instructions embedded within the data.\n
- Capability inventory: The skill allows the agent to execute shell commands, install dependencies via
pip, and compile/run native code.\n - Sanitization: No sanitization or verification steps are specified for the mobile application artifacts before they are analyzed or executed within the harness.
Audit Metadata