PayPal payment application for secure money transfers, QR code payments, shopping checkout, and account management with two-factor authentication and fraud prevention.
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: Sending money and making payments on the go
What It Means For You
Data shared across PayPal, Honey, and Xoom stays within the developer's own infrastructure, with no third-party ecosystem access to account credentials. Credentials and private keys are stored inside the device's Secure Enclave, not extractable from the device. Usage, crash, and behavioral data is shared with Firebase, Adjust, and Adobe for analytics and diagnostics.
Quick Verdict
Best for: Sending money and making payments on the go
What It Means For You
Data shared across PayPal, Honey, and Xoom stays within the developer's own infrastructure, with no third-party ecosystem access to account credentials. Credentials and private keys are stored inside the device's Secure Enclave, not extractable from the device. Usage, crash, and behavioral data is shared with Firebase, Adjust, and Adobe for analytics and diagnostics.
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.
Network Security
2 totalCode Security
3 totalPermission Usage
1 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
com.yourcompany.PPClient
Version
8.107.2 (build 75)
Analysis Date
Aug 13, 2026
Feedback helps us improve our analysis
Build 8.107.2 combines hardware-backed account protection with a broad third-party SDK footprint. Payment authentication keys are created inside the Secure Enclave and hardware-isolated from all other processes; biometric verification is configured as a prerequisite for releasing those keys. Info.plist is configured to disable HTTPS enforcement globally, meaning third-party SDK connections may reach unencrypted HTTP (not tested at runtime), and the build's privacy manifest declares no data collection while linking analytics and attribution SDKs.
Data Security: 0 findings
Network Security: 2 findings (1 medium, 1 low)
Code Safety: 3 findings (1 medium, 2 low)
Privacy: 1 finding (1 low)
Third parties that may receive data from the app:
Security: 80/100
Privacy: 77/100
Observations about disclosure, each stated against the published guidance so a reader can compare:
Privacy manifest and linked SDK inventory
Apple's App Store privacy guidelines require developers to disclose data collected through third-party SDKs, including analytics and attribution libraries. Build 8.107.2 links Adjust, Firebase Analytics, Sprig, Adobe Experience Platform, Datadog RUM, and Rokt, all services designed to receive behavioral data. The build's privacy manifest declares no data types are collected or tracked. Whether runtime data flows align with the manifest declaration could not be determined from the binary; a reader comparing the linked SDK list to the declared manifest will find a discrepancy.
Background location permission scope
The build declares a background location permission alongside the foreground-only location permission, using identical justification text for both. Apple's guidelines recommend requesting only the minimum location access required. Whether background location authorization is requested at runtime was not verified in this analysis.
In-app web content transport security
Info.plist disables HTTPS enforcement for all in-app web content. Enabling HTTPS enforcement with narrow per-domain exceptions for any required HTTP resources would reduce the exposure of in-app browser sessions to unencrypted content.
In-app browser message handler origin verification
JavaScript files injected into in-app browser sessions register 29 message handlers that respond to calls from any page without checking the page origin. Adding origin verification before processing bridge messages would limit what a compromised or malicious page could trigger.
Deprecated networking library references
Linked frameworks reference networking APIs that Apple deprecated and excluded from public headers in iOS 15+. Updating or replacing the third-party dependencies that introduce these references would remove reliance on unsupported code paths.
App Type: Financial payment platform, high sensitivity level
Classes Analyzed: 0
Third-Party Services: 27
Context Tags: financial, sensitive_data, contacts, location, camera
This security analysis was conducted by CITT (Can I Trust That), an independent security analysis service. The analysis is static code review of iOS applications, intended to help people make informed decisions about app security and privacy.
Developer: Not available
Version: 8.107.2 (build 75)
Analysis Date: 2026-08-13
Package: com.yourcompany.PPClient
Developer not yet contacted