S/ ShipSentry

Lite report RiskySample

High2
Medium4
Low2
Total8
High

Release build may be debuggable

app/build.gradle.kts:10

Remove debuggable behavior from release variants and verify the merged release manifest.

High

Cleartext network traffic is enabled

app/src/main/AndroidManifest.xml:2

Disable cleartext globally or scope an unavoidable exception to the exact development host.

Medium

Application backup is enabled

app/src/main/AndroidManifest.xml:2

Define an explicit backup policy and exclude sensitive application data.

Medium

WebView exposes a JavaScript bridge

app/src/main/java/dev/ship/risky/MainActivity.kt:10

Expose a minimal interface to trusted content and validate every navigation.

Medium

Release shrinking appears disabled

app/build.gradle.kts:9

Enable R8, keep rules focused, and exercise critical flows in a release-like build.