app-updater
Audited by Socket on Feb 24, 2026
1 alert found:
Obfuscated FileThe package is a legitimate updater pattern for self-hosted APK distribution but carries significant supply-chain risk if implemented without hardening. Immediate recommendations: require HTTPS + TLS pinning where possible, publish and verify SHA256 checksums of APKs before install, programmatically verify the APK signing certificate fingerprint with PackageManager prior to invoking the installer, narrow FileProvider paths to least-privilege directories, minimize or avoid WRITE_EXTERNAL_STORAGE by using app-private storage, protect hosting accounts (2FA, limited tokens, restricted CI), and log/record explicit user consent. The code sample itself is not directly malicious, but the documented behavior (download-and-install) can enable severe compromise if remote artifacts or hosting are compromised.