apk-reverse
Audited by Socket on Sep 1, 2026
3 alerts found:
Securityx2MalwareSUSPICIOUS. The skill is internally consistent with its stated reverse-engineering purpose, but that purpose itself grants offensive capability to an AI agent: app modification, Frida injection, SSL/root-bypass work, and device installation. The main security concern is proportionality and execution risk, plus automatic installation of third-party tools from multiple external sources without strong verification. No clear credential harvesting or covert exfiltration is shown, so this is not confirmed malware, but it is a high-risk offensive skill.
The reviewed fragment does not include the actual Frida script code, but it clearly describes a turnkey runtime bypass kit that can disable root/emulator/anti-debug checks and bypass TLS certificate-chain validation/SSL pinning by hooking TrustManagerImpl methods. This functionality is highly dual-use and materially increases misuse potential, especially due to the claimed certificate-validation bypass. No direct evidence of extra malware behaviors (exfiltration, persistence, etc.) is present in the fragment, but such behaviors cannot be ruled out without inspecting the real script.
This fragment is highly indicative of malicious or at least strongly abuse-capable behavior: it performs live instrumentation to disable TLS certificate pinning/peer verification (OkHttp and native Flutter paths) and to evade root/debug/integrity checks (File.exists and System.getProperty overrides, plus native function replacement). In a supply-chain context, inclusion of such code would represent a severe security risk because it can enable MITM attacks and bypass app integrity controls.