What problem does it solve? Manually reverse-engineering an Android APK to understand its monetization model, obfuscation level, and re-signing risks is slow and error-prone. This Skill automates deep static analysis of APK/XAPK packages and produces structured, machine-readable findings for downstream conversion workflows. ## Core Features & Use Cases - Monetization Mapping: Detects ads SDKs (AdMob, AppLovin, Unity Ads, IronSource, Pangle), feature flags, and premium gates with concrete smali evidence for each finding. - Integrity & Auth Risk Detection: Pinpoints self-signature checks, Play Integrity, SafetyNet, App Check, certificate pinning, and Google Sign-In dependencies that break after re-signing. - Structured Dual Output: Generates machine-readable analysis.json and a human-readable REPORT.md covering tech stack, obfuscation level, native libraries, and an edition guess (free vs paid) with confidence. - Use Case: You own an APK and want to know whether it is the free or premium edition and what will break if you re-sign it. Run the analyzer to get a full inventory of ad networks, premium gates, and signature checks before any modification. ## Quick Start Analyze my app.apk file to detect its edition, ads SDKs, premium gates, and re-signing risks, then produce analysis.json and REPORT.md.