Official Mastodon Android app. Follow anyone across the fediverse in chronological order with no algorithms, ads, or clickbait. Blazing fast and beautiful, designed to be powerful yet easy to use.
This app has an open trust check or a verdict held for review.
The five trust checks
Quick Verdict
Best for: People who keep social activity on their own Mastodon server
What It Means For You
The binary bundles no third-party analytics, advertising, or tracking SDKs, and static analysis finds no data-broker or ad-network endpoints. Network traffic in the binary is directed only to the user's chosen Mastodon instance and the developer's own infrastructure. Push notification content is encrypted on-device before delivery, so Google's notification service receives only routing metadata.
Quick Verdict
Best for: People who keep social activity on their own Mastodon server
What It Means For You
The binary bundles no third-party analytics, advertising, or tracking SDKs, and static analysis finds no data-broker or ad-network endpoints. Network traffic in the binary is directed only to the user's chosen Mastodon instance and the developer's own infrastructure. Push notification content is encrypted on-device before delivery, so Google's notification service receives only routing metadata.
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
1 totalNetwork Security
1 totalCode Security
4 totalPrivacy
1 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
org.joinmastodon.android
Version
2.13.2 (versionCode 189)
Analysis Date
Aug 13, 2026
Classes Analyzed
2,288
Feedback helps us improve our analysis
CITT assesses this build as very secure: no third-party tracking SDKs are present, social data flows only to the user's chosen Mastodon server, and push notification payloads are end-to-end encrypted. Account session storage on the device could be strengthened by adding backup exclusion rules and scoping certificate trust to system-installed certificates only; per-instance two-factor authentication is recommended for accounts where security is a priority.
Data Security: 1 finding (1 medium)
Network Security: 1 finding (1 medium)
Code Safety: 4 findings (4 low)
Privacy: 1 finding (1 low)
Third parties that may receive data from the app:
No other third-party data sharing was identified in this analysis.
Security: 88/100
Privacy: 95/100
Observations about disclosure, each stated against the published guidance so a reader can compare:
Cloud Backup Scope
The build's backup configuration does not define rules to exclude the account session database from cloud backups. Adding backup exclusion rules for sensitive database files would limit what is included when device backups are created.
Network Certificate Trust Scope
The build's network security configuration extends certificate trust to user-installed certificates for all connections in production. Scoping this trust to debug builds only would align with Android's default behavior for apps targeting API 24 and above.
Diagnostic Logging in Release Build
The release build retains diagnostic logging statements that emit internal operational details. These are accessible only via a physical USB connection or on a modified device, but removing diagnostic logging from release builds is a standard hardening step.
Authorization Flow on Older Servers
When connecting to older Mastodon servers that do not support PKCE, the build falls back to a simpler authorization flow. Encouraging use of PKCE-capable server versions, or removing the plain-secret fallback, would close this gap for users on older instances.
App Type: Decentralized social networking
Classes Analyzed: 2,288
Third-Party Services: 8
Context Tags: social, messaging, federated, privacy
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: Mastodon GmbH
Version: 2.13.2 (Build 189)
Analysis Date: 2026-08-13
Package: org.joinmastodon.android
Developer not yet contacted