Scan results

    YouTube

    Android

    Get the official YouTube app for Android. Watch videos from creators worldwide, subscribe to channels, create and share content, and enjoy personalized recommendations. Stream seamlessly on any device with YouTube Premium options.

    CITT SCORE
    86
    out of 100
    TRUSTED

    Quick Verdict

    Best for: Video streaming with standard Google analytics

    What It Means For You

    Usage and activity data is collected by Google and shared with Firebase Analytics, Google Play Services, and Privacy Sandbox Ad Services for analytics and ad personalization. User consent controls for ad personalization are integrated via Google Consent Mode v2. Facebook Litho and Yoga are included as UI libraries but do not collect user data independently.

    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 (11)

    Data Security

    1 total
    1 Low

    Network Security

    1 total
    1 Low

    Code Security

    4 total
    1 Low
    3 Info

    Privacy

    2 total
    1 Low
    1 Info

    Third-Party Risk

    2 total
    1 Low
    1 Info

    Permission Usage

    1 total
    1 Info

    Third-Party Services

    Firebase Analytics, Firebase Cloud Messaging, Firebase Installations, Firebase App Indexing, Firebase Data Transport, Google Play Services Auth, Google Play Services Cast, Google Play Services Location, Google Play Services Identity, Google Play Services Wallet, Google Mobile Measurement (GMS), Google Phenotype, Google ML Kit, Google MediaPipe, Google Cardboard SDK, Google Lens, Google Notifications (Chime), Cronet 145.0.7582.0, AndroidX Media3 / ExoPlayer, WebRTC, gRPC, Privacy Sandbox Ad Services, Facebook Litho, Facebook Yoga, Glide (Bumptech), Brotli Decoder

    Security Strengths

    • Hardware-backed EC signing key stored in Android Keystore — private key material never extractable
    • All seven WebView instances disable file and content access, with tapjacking protection on consent WebView
    • Core navigation deep links use verified App Links (autoVerify=true), preventing link hijacking
    • Google Consent Mode v2 integration for user-controlled ad personalization consent
    • No CVEs identified across any of the 28 SDKs in this build
    What changed since the last scan

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

    Context Tags

    video
    location
    camera
    ads
    contacts
    social

    Package

    com.google.android.youtube

    Version

    21.11.487 (versionCode: 1561061176)

    Analysis Date

    Apr 11, 2026

    Classes Analyzed

    47,927

    Was this analysis helpful?

    Feedback helps us improve our analysis

    View on Play Store

    Recommendation: Acceptable with Awareness

    Precise GPS coordinates are sent with every API request, creating a detailed location history. While browser component and cryptographic protections are solid, privacy-conscious users should carefully review location permissions.

    Key Findings

    Data Security - 1 finding (1 low)

    Network Security - 1 finding (1 low)

    Code Safety - 4 findings (1 low, 3 info)

    Privacy - 5 findings (2 low, 3 info)

    Privacy Concerns

    What Data is Collected

    • Personal information: Google account email, display name, account identifiers
    • Device information: device ID, phone state, advertising ID for cross-app tracking
    • Location data: precise GPS coordinates (latitude, longitude, accuracy, timestamp) attached to all server requests when location permission is granted
    • Usage data: video watch history, search queries, subscriptions, app interactions

    Third-Party Data Sharing

    The following third parties may receive your data:

    • Firebase Analytics (Google) - behavioral analytics and usage reporting
    • Firebase Cloud Messaging (Google) - push notification delivery using device identifiers
    • Google Mobile Measurement - ad attribution and conversion measurement
    • Privacy Sandbox Ad Services (Google) - advertising attribution, open to all installed apps on your device
    • Cronet / Google network stack - network telemetry tied to carrier and connectivity diagnostics

    Understanding the Scores

    Security: 92/100
    Privacy: 84/100

    Security Breakdown

    • Data Security: 93/100 - Account information is included in automatic device backups; no session materials are stored
    • Network Security: 88/100 - Primary traffic is encrypted; a broad unencrypted traffic permission exists for local network device communication
    • Code Safety: 97/100 - Strong protections throughout; one OAuth redirect path uses an unverified custom scheme as the active default

    Privacy Breakdown

    • Data Collection: 85/100 - Extensive collection including precise location sent on all requests, contacts, microphone, and camera
    • Data Sharing: 87/100 - Most data stays within Google's ecosystem; advertising attribution framework is open to all apps on device
    • User Control: 85/100 - Google Consent Mode v2 provides ad personalization controls; location collection scope is broad and not scoped to features that need it

    Positive Security Features

    • Signing keys are stored in hardware-backed secure storage on your device, where they cannot be extracted even with physical device access
    • All browser display components in the app disable local file access and protect your consent taps against overlay interference
    • Core YouTube links are protected with verified ownership, preventing other apps from intercepting YouTube navigation
    • Google Consent Mode v2 gives you control over whether ads are personalized based on your activity
    • No known security issues were identified across any of the 28 third-party libraries included in this build

    Areas for Improvement

    GDPR / CCPA Compliance

    The app's privacy practices could be strengthened by:

    1. Location Data Scope
      Precise GPS coordinates should be sent only for features that genuinely require location context, such as local content recommendations, rather than attached to every server request including routine video playback and search.

    2. Advertising Attribution Openness
      The advertising attribution configuration allows all other apps installed on your device to interact with YouTube's attribution context. Restricting this to a named list of trusted apps would reduce unintended exposure.

    Security Enhancements

    1. OAuth Redirect Path Hardening
      The active sign-in redirect path uses a custom app scheme that lacks ownership verification. Enabling the verified HTTPS redirect path as the default would prevent the disambiguation dialog from appearing on Android 12 and newer.

    2. Unencrypted Traffic Scope
      The current configuration permits unencrypted traffic broadly for any domain not explicitly listed. Scoping the unencrypted permission to only the specific local network addresses used for Cast device communication would eliminate the broader permission.

    Technical Context

    App Type: Video streaming and content platform, high data collection sensitivity
    Classes Analyzed: 47,927
    Third-Party Services: 28 identified (22 Google first-party, 6 third-party)
    Context Tags: video, location, camera, ads, contacts, social


    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 Android applications to help users make informed decisions about app security and privacy.

    App Details

    Developer: Google LLC
    Version: 21.11.487 (build 1561061176)
    Analysis Date: 2026-04-11
    Package: com.google.android.youtube

    Analysis Limitations

    • Static analysis only (code review without running the app)
    • Based on APK version 21.11.487 analyzed on 2026-04-11
    • May not reflect server-side security controls
    • Cannot detect all runtime behaviors

    Right of Reply

    Developer not yet contacted