← Projects
RU EN

Squirrel Detective

Offline privacy auditor for installed apps

Problem
Apps quietly observe what else is installed on the phone and how the device is used.
What I built
A fully offline Android app: parses manifests, scores risk from permission/receiver combinations, and explains every finding in plain language. Zero network calls, zero analytics.
Result
Open source under MIT. Local-only analysis — no servers, no signature feeds.
Home: quick audit or inspect a single app
Scan results ranked by risk, flagging what changed since last time
Per-app report: what is risky and why, in plain language
Permission wiki: what each Android permission actually grants