GitHub - finchcode-sudo/SecAudit: Android security audit tool — detect device vulnerabilities and misconfigurations · GitHub
Skip to content
 
 

Repository files navigation

🔒 SecAudit

Android security audit tool

License: MIT API Language Platform

Scan your Android device for potential security vulnerabilities and misconfigurations — no root required.


What it checks

  • 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

Threat levels

Each finding is rated LOW / MEDIUM / HIGH with a plain-language explanation and recommended fix.

Install

Build from source

git clone https://github.com/lpapa1977/SecAudit.git
cd SecAudit
./gradlew assembleDebug
adb install app/build/outputs/apk/debug/app-debug.apk

Privacy

SecAudit runs entirely on-device. No data is sent anywhere — no analytics, no network requests.

No external dependencies

Pure Android SDK + Kotlin stdlib.

Support

Donate via PayPal

License

MIT © Leonardo Papa

About

Android security audit tool — detect device vulnerabilities and misconfigurations

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages