Static Package Review
This review focuses on what an attacker can discover by unpacking, decompiling, and inspecting the Android package before the app even runs.
What we test
- Manifest entries, permissions, intents, and deep links
- Hardcoded tokens, keys, endpoints, and environment values
- Exported components and insecure configuration
- Risky WebView implementation and dependency exposure
Common risk examples
- Secrets embedded in the package
- Overexposed Android components
- Cleartext traffic settings or debug leftovers
- Third-party SDKs with unnecessary risk