Arya Mahasangh is an educational app promoting Sanatan Dharma principles and cultural organization. It enables community members to connect, organize, and participate in religious and cultural activities while maintaining family records and member profiles.
Quick Verdict
Best for: Members comfortable with basic cloud-connected community
What It Means For You
Location data is looked up via an external service (ipapi.co) and map data is loaded from third-party CDNs, meaning the user's IP and location are shared outside the app. Crash reports are sent to Sentry, and account data is stored on Supabase cloud servers. Several findings suggest stored user information may not be fully protected.
Quick Verdict
Best for: Members comfortable with basic cloud-connected community
What It Means For You
Location data is looked up via an external service (ipapi.co) and map data is loaded from third-party CDNs, meaning the user's IP and location are shared outside the app. Crash reports are sent to Sentry, and account data is stored on Supabase cloud servers. Several findings suggest stored user information may not be fully protected.
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
2 totalNetwork Security
1 totalCode Security
3 totalPrivacy
4 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
com.aryamahasangh
Version
1.0.18 (Build 10018)
Analysis Date
Feb 2, 2026
Classes Analyzed
9,631
Feedback helps us improve our analysis
Data Security - 2 findings (2 critical)
Network Security - 1 finding (1 high)
Code Safety - 0 findings
Privacy - 4 findings (2 high, 1 medium, 1 low)
The user's IP address and approximate location are collected each time the app's map features are used. Account details provided by users are stored on Supabase cloud servers. When the app encounters a problem, diagnostic information about the device and session is transmitted to Sentry for crash reporting.
The user's IP address and derived location are sent to ipapi.co automatically each time the app performs a location lookup. Map tiles and geographic data are fetched from OpenStreetMap Nominatim and unpkg.com CDN servers, which also receive the user's IP address as part of those requests. Google Play Services receives standard usage signals as part of Android platform integration.
| Category | Score |
|---|---|
| Security | 35/100 |
| Privacy | 45/100 |
| Data Security | 25/100 |
| Network Security | 80/100 |
| Code Safety | 40/100 |
| Data Collection | 60/100 |
| Data Sharing | 55/100 |
| User Control | 70/100 |
Independent automated analysis of the app's code and data-handling practices. Results reflect this specific app version and may not capture changes introduced in later releases.
Developer not yet contacted