Scenic motorcycle navigation app with route planning, turn-by-turn GPS, offline maps, ride tracking, and community features for over 3 million riders.
This app did not meet two or more trust checks, has a critical issue in one, or carries a red flag.
The five trust checks
Quick Verdict
Best for: Motorcycle riders wanting GPS routes off ad networks
What It Means For You
GPS location data is not passed to analytics or advertising services and remains within the app's own systems. Usage and device data flow to Firebase, AppsFlyer, CleverTap, Mixpanel, and Facebook for analytics and ad attribution. Mixpanel data is routed to EU-resident servers.
Quick Verdict
Best for: Motorcycle riders wanting GPS routes off ad networks
What It Means For You
GPS location data is not passed to analytics or advertising services and remains within the app's own systems. Usage and device data flow to Firebase, AppsFlyer, CleverTap, Mixpanel, and Facebook for analytics and ad attribution. Mixpanel data is routed to EU-resident servers.
Method and Limitations
Static analysis only. CITT reviewed the code of this build without running the app, so runtime behavior was not observed. The findings below describe the analyzed build and may not reflect server-side controls or later versions. CITT makes no determination about compliance with any law or platform policy; it reports what the artifacts contain and cites the published guidance so a reader can compare.
Data Security
3 totalCode Security
7 totalPrivacy
1 totalThird-Party Risk
1 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
com.calimoto.calimoto
Version
2026.08.1 (versionCode 624)
Analysis Date
Aug 12, 2026
Feedback helps us improve our analysis
Build 2026.08.1 routes GPS data through calimoto's own backend rather than passing location to advertising or analytics services, which is a meaningful strength for a navigation app. The Play Store data safety label states no third-party sharing, while the binary links multiple services that initialize at startup, a gap riders should be aware of. For everyday navigation this is a capable and well-structured app; those who want full advance disclosure of data handling practices should review the privacy policy directly.
Data Security: 3 findings (1 high, 2 medium)
Network Security: 0 findings
Code Safety: 7 findings (2 high, 1 medium, 4 low)
Privacy: 2 findings (1 high, 1 medium)
Third parties that may receive data from the app:
Security: 72/100
Privacy: 75/100
Observations about disclosure, each stated against the published guidance so a reader can compare:
Data Safety Label and Third-Party SDK Presence
The Google Play Data Safety label for com.calimoto.calimoto (retrieved 2026-08-11) states: "No data shared with third parties." Google Play's published Data Safety guidance defines third parties as companies independent of the developer. Build 2026.08.1 links AppsFlyer (an independent attribution company headquartered separately from calimoto GmbH) and the Facebook SDK (Meta Platforms), both with startup initialization code present in the binary. Readers can compare the label statement against Google's published Data Safety guidance and the binary contents and reach their own conclusion.
Advertising Permission Suite
The build's manifest declares the full Android Privacy Sandbox advertising permission set, including permissions for OS-derived interest-category profiling (Topics API) and remarketing cohort targeting (Custom Audience API). These capabilities were not described in the Play Store data safety label as retrieved. Google's published Privacy Sandbox guidance recommends disclosing these capabilities to users.
MQTT Transport Configuration
The build's MQTT client configuration references port 1883, which corresponds to unencrypted MQTT transport. Industry guidance recommends configuring MQTT over TLS (port 8883) to protect data in transit. If the server enforces a TLS upgrade on port 1883, adding explicit TLS configuration in the client would make that protection visible and verifiable.
Compiled Server Access Keys in the Release Build
Authentication details for both production and test backend environments are compiled into the release binary as string constants. Industry best practice is to provision short-lived, scope-limited access keys from a secure server-side endpoint at runtime rather than embedding long-lived values in the distributed package.
Pre-Consent SDK Initialization
AppsFlyer and Facebook attribution SDKs are initialized in the application startup sequence. Deferring initialization until after the user responds to a consent prompt aligns with published guidance from Google Play and major app store privacy frameworks.
GPX File Import Over HTTP
The build's manifest registers HTTP (unencrypted) alongside HTTPS for GPX file imports from external URLs. Restricting the GPX import path to HTTPS-only sources would reduce exposure to content substitution when riders import routes from external hosts.
App Type: Maps & Navigation, location-aware community platform
Classes Analyzed: 0
Third-Party Services: 15
Context Tags: location, navigation, ads, third_party_risk
This security analysis was conducted by CITT (Can I Trust That), an independent security analysis service. The analysis is static code review of Android applications, intended to help people make informed decisions about app security and privacy.
Developer: calimoto GmbH
Version: 2026.08.1 (Build 624)
Analysis Date: 2026-08-12
Package: com.calimoto.calimoto
Developer not yet contacted