apk-reverse
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes an automated "bootstrap" mechanism in its core scripts (e.g.,
scripts/decode.ps1andscripts/frida-run.ps1) that executes external files likebootstrap-reverse.ps1usingExecutionPolicy Bypassto facilitate tool installation if they are missing. - [EXTERNAL_DOWNLOADS]: The skill is configured to automatically fetch and install dependencies such as
jadx,apktool, andfrida-tools(via pip) from their respective official GitHub repositories and public registries during the self-bootstrapping phase. - [COMMAND_EXECUTION]: The skill facilitates the execution of powerful system-level CLI tools including
adbfor device control,fridafor dynamic process instrumentation, andapktool/jadxfor filesystem modification and decompilation. This is consistent with its intended purpose as a reverse engineering extension. - [PROMPT_INJECTION]: The skill has an indirect prompt injection attack surface (Category 8) because it instructs the agent to read and interpret decompiled source code from potentially untrusted APK files. Maliciously crafted APKs could embed instructions in Smali comments, Java string constants, or manifest fields to trick the AI agent into performing unauthorized actions.
- Ingestion points: Decompiled source files and XML manifests processed by
jadxandapktoolin thejadx/andapktool/task directories. - Boundary markers: Absent; the agent is directed to read the decompiled output directly without specific delimiters or warnings to disregard embedded natural language instructions.
- Capability inventory: The agent has capabilities for broad filesystem access, process injection via
frida, and device-level operations viaadb(shell, install, push/pull). - Sanitization: No sanitization is performed on the decompiled code before it is presented to the agent for logical analysis.
Audit Metadata