apk-redteam-pipeline
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a wide array of shell commands to perform security analysis. These include
curlfor web scraping and APK acquisition,grepfor secret extraction,unzip/7zfor file extraction,jadxandapktoolfor decompilation,opensslfor certificate analysis, andadb/frida/objectionfor runtime instrumentation. - [EXTERNAL_DOWNLOADS]: The pipeline instructions include downloading APK files from mirrors such as APKPure (
apkpure.net) and APKMirror (apkmirror.com), as well as fetching thejadxdecompiler from GitHub. While these are functional requirements for the skill's purpose, they involve fetching content from external sources. - [INDIRECT_PROMPT_INJECTION]: The skill establishes an attack surface for indirect prompt injection because it ingests and processes untrusted data from external sources, specifically Play Store HTML and decompiled APK files (DEX, resources, manifests).
- Ingestion points: Content is fetched via
curlfrom the Play Store and APK mirrors, then extracted and decompiled usingunzip,7z, andjadx(SKILL.md). - Boundary markers: The skill includes a 'Mandatory confirmation gate' requiring the user to confirm target scope and commands, providing a human-in-the-loop check.
- Capability inventory: The skill uses
curl,grep,unzip,jadx,adb,frida, andobjection(SKILL.md). - Sanitization: No explicit sanitization or filtering is described for the text extracted from APK files before the agent processes it.
Audit Metadata