QuickDash takes security seriously. If you discover a security vulnerability, please report it privately before creating a public issue.
- Email: quickdash@balajitechlab.com
- GitHub: Use the Security Advisory form (preferred).
You should receive a response within 48 hours. If not, follow up via email.
- Description of the vulnerability.
- Steps to reproduce.
- Affected versions.
- Any proof of concept (if available).
The following are in scope:
- The Android app (
app/module). - The website and API (
website/directory). - CI/CD workflows (
.github/workflows/). - Build and release scripts.
- Zero Tracking: QuickDash collects no telemetry, no analytics, no user data.
- On-Device Processing: All translations, OCR, and AI features run locally.
- Encrypted Storage: Clipboard data and Wi-Fi passwords use EncryptedSharedPreferences.
- HTTPS Only: All network communication is encrypted. Cleartext traffic is blocked.
- No Root Required: The app works on stock, unmodified Android devices.
| Version | Supported |
|---|---|
| 5.x | ✅ |
| < 5.0 | ❌ |
We follow coordinated disclosure:
- Reporter notifies us privately.
- We confirm and develop a fix.
- Fix is released.
- Public disclosure occurs after users have had time to update.