Mobile banking app from Interbank, a Peruvian financial institution. Provides account access, fund transfers, bill payment, peer-to-peer transfers via PLIN, card management, and biometric authentication.
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: Interbank customers banking on the go
What It Means For You
Core financial data, including account balances, transactions, and card details, is processed on Interbank's own servers and is not passed to any analytics platform. Install and usage data is shared with services including Firebase Analytics, AppsFlyer, Adobe, and Microsoft Clarity. Camera-based features like barcode scanning use on-device processing with no data leaving the device.
Quick Verdict
Best for: Interbank customers banking on the go
What It Means For You
Core financial data, including account balances, transactions, and card details, is processed on Interbank's own servers and is not passed to any analytics platform. Install and usage data is shared with services including Firebase Analytics, AppsFlyer, Adobe, and Microsoft Clarity. Camera-based features like barcode scanning use on-device processing with no data leaving the device.
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
8 totalPrivacy
1 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
pe.com.interbank.mobilebanking
Version
23.1 (versionCode 1843)
Analysis Date
Aug 13, 2026
Classes Analyzed
3,200
Feedback helps us improve our analysis
Build 334 functions as a capable mobile banking client for existing Interbank customers. Core financial account data and transactions are handled on Interbank-controlled infrastructure with HTTPS enforced across those connections. The principal concerns in this build are a payment component that ships with network validation disabled and a debug build configuration, and six analytics, attribution, and session-recording SDKs initialized at launch without an observed consent mechanism, which is inconsistent with the Play Store Data Safety declaration.
Data Security: 1 finding (1 low)
Network Security: 1 finding (1 high)
Code Safety: 8 findings (1 high, 5 medium, 2 low)
Privacy: 1 finding (1 high)
Third parties that may receive data from the app:
Security: 65/100
Privacy: 64/100
Observations about disclosure, each stated against the published guidance so a reader can compare:
Payment SDK build configuration
The bundled IziPay payment SDK ships as a debug build variant with network validation disabled and a sandbox gateway configured. Replacing it with a production-signed release variant that restores network protections would close the gap for payment-flow traffic.
Biometric component access control
The biometric identity component in the build is accessible to other apps on the device without a permission requirement. Adding an explicit permission restriction would limit which applications can invoke it and reduce the risk of cross-app biometric data access.
External link input handling
The build accepts incoming URI parameters for payment and transfer flows without verifying the source. Checking the calling context before processing payment-related parameters would reduce the risk of misdirected transfers or payments.
Development components in production
The production build includes a diagnostics SDK (Adobe Experience Platform Assurance), a UI preview component, and a debug build variant of the payment SDK. Excluding development-only libraries from release builds is standard practice and reduces the accessible surface.
App Type: Mobile banking - high-sensitivity financial application
Classes Analyzed: 3,200
Third-Party Services: 20
Context Tags: financial, sensitive_data, 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 Android applications, intended to help people make informed decisions about app security and privacy.
Developer: Banco Internacional del Peru
Version: 23.1 (Build 1843)
Analysis Date: 2026-08-13
Package: pe.com.interbank.mobilebanking
Developer not yet contacted