A free, fully-offline Android app that helps non-technical people find and safely remove scam/spyware apps from their phone — in Hindi or English.
In India (and increasingly elsewhere), scam APKs spread over WhatsApp disguised as wedding invitations, courier updates, KYC notices, or electricity bills. Installing one sideloads banking spyware from the SpyNote / SpyMax family, which abuses **Accessibility + Device Admin
- SMS** access to steal OTPs and drain bank accounts — and actively resists being removed.
Cleaning an infected phone for a non-technical relative today means 30–40 minutes of panicked digging through Settings. Saavdhan makes it calm and fast: it detects the dangerous apps, explains the risk in plain language, and takes the user one tap to the exact screen where they can fix it.
⚠️ Disclaimer. Saavdhan is a defensive aid, not a guarantee. It uses behavioural heuristics (not a malware database) to flag apps that look dangerous; it can produce false alarms and can miss brand-new threats. It guides you — it never silently changes or deletes anything. Provided as is, with no warranty (see LICENSE). If money has already been stolen, contact your bank and local cyber-crime authorities (in India, call 1930 / cybercrime.gov.in).
| Detect | Explain | Guide |
|---|---|---|
Fully bilingual (हिन्दी / English), chosen on first launch. More in docs/screenshots.
- Fully offline. The app does not hold the
INTERNETpermission, so the operating system makes any network call impossible. Your data has nowhere to go. - Detective + guide, not enforcer. Android only lets you turn off another app's powers, so Saavdhan takes you straight to the right screen and coaches the final tap — it never fakes an "auto-fix."
- Explainable, not magic. Every verdict lists its reasons in plain words. No black-box AI.
- Calm under panic. Big buttons, simple language, one clear step at a time.
- Honest about limits. When Android blocks something, the app says so.
It reads public, no-root signals about each installed app — whether it holds Accessibility, is a Device Admin, can read SMS, was sideloaded (including traced straight back to a WhatsApp/Telegram chat), hides its icon, or impersonates a system app — and a small, deterministic, point-based rule engine turns those into a risk level with the exact reasons, ranked most-damning-first. App signatures are checked against a set of trusted keys so legitimate apps are never second-guessed.
The full design — architecture, the detection rules and the threats behind them, the OS constraints, the security/privacy model, and a decision record for every important choice — lives in docs/.
# Requires Android Studio (bundles the SDK). Then, from the project root:
export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home" # macOS
export ANDROID_HOME="$HOME/Library/Android/sdk"
./gradlew testDebugUnitTest # run the detection-engine tests (fast, no phone needed)
./gradlew assembleDebug # build the appOr open the folder in Android Studio and press ▶ Run. New to Android development? The beginner-friendly build guide explains every term.
v0.6.0 released. Phases 1–5 are functionally complete: bilingual detect → explain → reactive guided cleanup, a WorkManager background watchdog, a point-based explainable risk engine with signature verification, detection of scam APKs delivered straight through WhatsApp/Telegram, an offline "send result to family" receipt, OEM-aware Settings deep links with graceful per-maker fallback chains, and 13 detection signals (up from 10) covering the 2026 wedding-invite / e-challan / bill-update / KYC sideload campaigns. See the roadmap and the changelog for the full detail.
Tested on the Android emulator. Help wanted: real-device testing across phone makers. Android's deep-links to system screens differ between makers (Samsung, Xiaomi, Oppo, Vivo…), so if a "fix" button lands on the wrong screen on your phone, please open an issue — that feedback is gold.
Contributions are very welcome — especially new detection signals, translations, and real-world testing across phone makes. Please read CONTRIBUTING.md first; it covers the five non-negotiable principles above and how to build/test. Be kind: we follow a Code of Conduct. To report a security concern, see SECURITY.md.
Using an AI coding assistant? Point it at AGENTS.md — it's the single, tool-agnostic brief that orients any agent (rules, build commands, project map). The living project state and session history live in context/ so work can continue across chats and tools without losing the thread.
Native Android · Kotlin · Jetpack Compose · Material 3 · WorkManager · minSdk 24 / targetSdk 35 · no network permission.
MIT © 2026 Kalpit Tiwari and the Saavdhan contributors. Use it, fork it, ship it — help keep people safe.