android-apk-analysis
Installation
SKILL.md
android-apk-analysis
Takes apart an Android app binary on disk, before it ever runs. It sits alongside two siblings that answer different questions from different inputs:
| Skill | Input | Question |
|---|---|---|
| android-apk-analysis (this) | an .apk/.aab file |
what's in the binary, who signed it, is it safe |
android-package-diagnostics |
an installed package on a device | runtime state of what's installed |
android-network-trace |
live traffic / a pcap | what it talks to on the wire |
scripts/apkscan.py (standard library) owns an inventory core and
orchestrates heavier tools only when they're installed — never faking a layer
that didn't run.