Android security audit tool
Scan your Android device for potential security vulnerabilities and misconfigurations — no root required.
- Developer options — USB debugging, ADB over network, mock locations enabled
- Screen lock — no PIN/pattern/biometric configured
- Encryption — device storage encryption status
- Unknown sources — installation from unknown APK sources enabled
- Outdated OS — Android security patch level
- Backup settings — ADB backup enabled
- Network — open WiFi connections, VPN status
Each finding is rated LOW / MEDIUM / HIGH with a plain-language explanation and recommended fix.
git clone https://github.com/lpapa1977/SecAudit.git
cd SecAudit
./gradlew assembleDebug
adb install app/build/outputs/apk/debug/app-debug.apkSecAudit runs entirely on-device. No data is sent anywhere — no analytics, no network requests.
Pure Android SDK + Kotlin stdlib.
MIT © Leonardo Papa
