Release build may be debuggable
app/build.gradle.kts:10Remove debuggable behavior from release variants and verify the merged release manifest.
Lite report RiskySample
app/build.gradle.kts:10Remove debuggable behavior from release variants and verify the merged release manifest.
app/src/main/AndroidManifest.xml:2Disable cleartext globally or scope an unavoidable exception to the exact development host.
app/src/main/AndroidManifest.xml:2Define an explicit backup policy and exclude sensitive application data.
app/src/main/java/dev/ship/risky/MainActivity.kt:10Expose a minimal interface to trusted content and validate every navigation.
app/build.gradle.kts:9Enable R8, keep rules focused, and exercise critical flows in a release-like build.