What problem does it solve?
This Skill simplifies the static inspection of Android APKs when readable Java or Kotlin decompilation is insufficient, helping analysts review application structure without altering the original artifact.
Core Features & Use Cases
- Resource and Manifest Decoding: Inspect decoded resources, application metadata, permissions, components, and configuration values.
- Smali Inspection: Examine low-level Android bytecode when source-level decompilation does not provide enough detail.
- Packaging Triage: Review certificates, packaging structure, and rebuild-related blockers while preserving the original APK.
- Use Case: Analyze an authorized mobile application artifact to identify relevant manifest entries, resource files, smali classes, and static indicators for security assessment.
Quick Start
Use the apktool skill to decode the authorized APK at the provided path into a task-scoped directory and summarize its manifest, resources, smali files, and any analysis blockers.