mobile-security
Warn
Audited by Socket on Aug 23, 2026
1 alert found:
AnomalyAnomalyreferences/security-hardening.md
LOWAnomalyLOW
references/security-hardening.md
The provided code fragment is primarily defensive runtime hardening (jailbreak/debugger detection and bundle hashing) and a custom URLProtocol that forwards network traffic. No clear malware behavior is evident in this module. The main supply-chain/security concern is incomplete or ineffective security enforcement: certificate pinning is not actually implemented in the shown URLProtocol despite a pinnedHashes constant, and bundle integrity checking can be disabled by omitting ExpectedHash from the Info.plist. These issues can create a false sense of protection rather than provide an immediate malicious payload.
Confidence: 66%Severity: 52%
Audit Metadata