Scan results

    Facebook

    iOS

    Facebook is a social networking app that enables communication with friends and family. The app collects extensive personal data for advertising purposes, including location, contacts, photos, and browsing history.

    CITT SCORE
    71
    out of 100
    TRUSTish

    Quick Verdict

    Best for: Casual users who prioritize social connectivity over privacy and accept extensive ad tracking

    Not For: Privacy-conscious users, those handling sensitive data, or users in regulated professions

    What It Means For You

    7 PII categories (name, email, phone, address) shared with third-party advertisers for tracking

    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.

    How CITT scores an app

    Findings (12)

    Network Security

    3 total
    1 High
    1 Medium
    1 Info

    Code Security

    1 total
    1 Low

    Privacy

    8 total
    3 High
    2 Medium
    1 Low
    2 Info

    Third-Party Services

    Spotify SDK, FFmpeg

    Security Strengths

    • HTTPS enforced by default with global ATS policy
    • Keychain used for access tokens and credentials
    • Biometric authentication (Face ID/Touch ID) properly implemented
    • Modern WKWebView exclusively (no deprecated UIWebView)
    • Encrypted iCloud backups for Messenger data
    What changed since the last scan

    Version diff is on the Developer plan. See developer plans.

    Context Tags

    social
    ads
    location
    contacts
    camera
    financial
    sensitive data
    behavioral profiling
    third party tracking

    Package

    com.facebook.Facebook

    Version

    554.0.0

    Analysis Date

    Mar 27, 2026

    Classes Analyzed

    5,133

    Was this analysis helpful?

    Feedback helps us improve our analysis

    View on App Store

    Recommendation: Use With Caution

    Facebook collects extensive personal data (7 PII categories, location, financial info) explicitly for third-party advertising, with high-severity privacy risks. The app's security foundations are solid, but privacy-conscious users should consider the extensive tracking before use. If you value data minimization and privacy, consider alternative social platforms with stronger privacy protections.

    Key Findings

    High Security Risks (2 issues)

    1. Unencrypted Analytics Connections
      Four analytics domains are configured to bypass security protections and allow unencrypted HTTP connections. On untrusted WiFi networks, attackers can intercept telemetry data including session identifiers and usage patterns.

      At Risk:

      • Session identifiers
      • Device fingerprints
      • Usage patterns and analytics data

      This applies if: You use Facebook on public, untrusted WiFi networks

      For most users: On secure home networks with modern WiFi encryption (WPA2/WPA3), this risk is minimal. Avoid using Facebook on public WiFi without a VPN.

    2. In-App Browser Security Weakened
      The in-app browser is configured to allow unencrypted connections when loading external links and embedded content. Network attackers on untrusted networks can inject malicious scripts, steal session cookies, or modify displayed content.

      At Risk:

      • Session cookies
      • Login credentials on HTTP sites
      • Displayed web content

      This applies if: You click external links or browse embedded content while on public WiFi

      For most users: Using secure home WiFi reduces this risk. Consider opening external links in your main browser (Safari/Chrome) instead of the in-app browser.

    High Privacy Risks (3 issues)

    1. Extensive Personal Information Collection for Advertising
      The app collects seven types of personal information (name, email, phone number, physical address, user ID, device ID, other contact info) and explicitly uses them for third-party advertising. All are linked to your identity and tracked across services.

      At Risk:

      • Real name and contact details
      • Physical address
      • Phone number
      • Email address
      • Device identifiers
    2. Location Tracking for Advertising Purposes
      Location permissions are explicitly tied to advertising purposes according to the app's own descriptions. Your precise GPS coordinates and location patterns are collected to deliver targeted ads based on where you go.

      At Risk:

      • Precise GPS coordinates
      • Location history and patterns
      • Places you visit regularly
    3. Financial Data Used for Ad Targeting
      The app collects your purchase history and other financial information and uses it for third-party advertising purposes. This enables financial profiling for targeted advertising and discriminatory pricing.

      At Risk:

      • Purchase history
      • Financial information
      • Spending patterns

    Medium Privacy Concerns (2 issues)

    1. Device Fingerprinting Through In-App Browser
      The in-app browser exposes over 40 data points to websites you visit, including hardware specs, battery status, network metrics, graphics card details, canvas fingerprinting, and font lists. This creates a unique fingerprint that can track you across websites with 99% accuracy, even without cookies.

      Collected Data:

      • Hardware information (memory, CPU cores)
      • Battery status and level
      • Network connection details
      • Graphics card information
      • Canvas and font fingerprints
    2. Comprehensive Activity Tracking
      The app collects 13 types of behavioral data including search history, browsing history, product interactions, advertising data, photos, videos, and contacts—all linked to your identity and used for third-party advertising. Even crash data and performance data are declared for advertising purposes.

      Tracked Activities:

      • Search and browsing history
      • Product interactions
      • Photo and video content
      • Contact information
      • App performance and crashes

    Low Priority Items (1 issue)

    1. Cross-App Tracking via Vendor Identifier
      The app uses a vendor identifier (IDFV) that tracks you across the Meta family of apps (Facebook, Instagram, Messenger, WhatsApp). This tracking persists even if you deny the advertising identifier (IDFA) permission through App Tracking Transparency.

    Privacy Concerns

    What Data is Collected

    • Personal information: Name, email, phone number, physical address, user ID, device ID
    • Location data: Precise GPS coordinates when using location features
    • Financial information: Purchase history and other financial data
    • Usage data: Search history, browsing history, product interactions, app usage patterns
    • Media: Photos, videos uploaded or viewed
    • Contacts: Contact lists if shared
    • Device information: Device identifiers, hardware specs, battery status, network details
    • Behavioral data: Advertising interactions, crash data, performance data

    Third-Party Data Sharing

    The following third parties may receive your data:

    • Spotify - Integrated music playback functionality
    • FFmpeg - Media processing library

    Note: While only two third-party libraries were identified, the app explicitly declares that collected personal data is used for "third-party advertising," meaning your information is shared with external advertising partners beyond these technical integrations.

    Understanding the Scores

    Security: 88/100
    Privacy: 64/100

    Security Breakdown

    • Data Security: 100/100 - Strong security practices for stored data including Keychain usage for credentials and biometric authentication. Encrypted iCloud backups protect Messenger data.

    • Network Security: 85/100 - HTTPS enforced globally with proper TLS validation, but specific analytics domains allow unencrypted HTTP connections and the in-app browser permits insecure content loading.

    • Code Safety: 99/100 - Modern security practices including exclusive use of WKWebView (no deprecated browsers), proper iOS crypto APIs, and stack protections enabled.

    Privacy Breakdown

    • Data Collection: 66/100 - Extensive data collection across 7 PII categories, location, financial info, and 13 types of behavioral data. All explicitly declared for third-party advertising purposes.

    • Data Sharing: 92/100 - Limited third-party SDK integrations (no external analytics SDKs), but collected data is explicitly used for third-party advertising per the privacy manifest.

    • User Control: 78/100 - Proper App Tracking Transparency implementation with consent flows, but IDFV tracking continues across Meta apps even when IDFA is denied. Full privacy manifest provides transparency.

    Positive Security Features

    • ✓ HTTPS enforced by default across all app communications with strong TLS validation
    • ✓ Keychain used for secure storage of access tokens and credentials
    • ✓ Biometric authentication (Face ID/Touch ID) properly implemented for app access
    • ✓ Modern WKWebView exclusively with no deprecated browser components
    • ✓ Encrypted iCloud backups for Messenger data protection
    • ✓ Standard iOS cryptographic APIs with stack protections enabled
    • ✓ No third-party analytics SDKs (uses proprietary Meta infrastructure only)
    • ✓ Privacy manifest fully compliant with iOS 18.2 requirements
    • ✓ App Tracking Transparency properly implemented with proper consent flow
    • ✓ Global App Transport Security policy prevents accidental insecure connections

    Areas for Improvement

    GDPR / CCPA Compliance

    The app's privacy practices could be strengthened by:

    1. Reduced Data Collection for Advertising
      Consider minimizing the collection of sensitive PII categories (physical address, phone number, financial data) for advertising purposes, or provide opt-out mechanisms beyond standard iOS permissions.

    2. Location Data Separation
      Separate location data collection for core functionality (check-ins, events) from advertising purposes, allowing users to grant location access without automatic enrollment in location-based advertising.

    3. Third-Party Data Sharing Transparency
      Provide more detailed disclosure of which specific third-party advertising partners receive user data, beyond the general "third-party advertising" declaration.

    Security Enhancements

    1. Enforce HTTPS for All Domains
      Remove the HTTP exceptions for analytics domains (od.facebook.com, sb.facebook.com, h.facebook.com, od.fbinfra.net) to ensure all telemetry data is encrypted during transmission.

    2. Strengthen In-App Browser Security
      Disable NSAllowsArbitraryLoadsInWebContent to prevent the in-app browser from loading unencrypted content, or display clear warnings when loading HTTP sites.

    3. Reduce Fingerprinting Exposure
      Limit the device fingerprinting data points exposed through the JavaScript bridge to only what's necessary for functionality, particularly sensitive data like battery status and graphics card details.

    Technical Context

    App Type: Social Networking (Extensive Data Collection)
    Classes Analyzed: 5133
    Third-Party Services: 2 identified (Spotify SDK, FFmpeg)
    Context Tags: social, ads, location, contacts, camera, financial, sensitive_data, behavioral_profiling, third_party_tracking


    About This Analysis

    This security analysis was conducted by CITT (Can I Trust That), an independent security analysis service. We perform static code analysis on mobile applications to help users make informed decisions about app security and privacy.

    App Details

    Developer: Meta Platforms, Inc.
    Version: 554.0.0
    Analysis Date: March 27, 2026
    Package: com.facebook.Facebook

    Analysis Limitations

    • Static analysis only (code review without running the app)
    • Based on iOS app version 554.0.0 analyzed on March 27, 2026
    • May not reflect server-side security controls
    • Cannot detect all runtime behaviors
    • Third-party data sharing may extend beyond identified SDKs

    For questions about this analysis or to report updates, visit canitrustthat.com.

    Right of Reply

    Developer not yet contacted