A browser-based Android permission analyzer. Drop an APK and it unpacks the manifest, lists every permission the app requests, classifies the risk, and flags the dangerous combinations that signal spyware, droppers, and OTP theft.
Unzips the package, parses the binary manifest, and lists every requested permission.
Each permission is weighted by protection level and grouped into a single risk score and band.
Flags dangerous combinations: OTP theft, surveillance, overlay abuse, and silent installers.