android-app-reverse
Audited by Socket on Mar 24, 2026
3 alerts found:
AnomalySecurityx2The code is a Frida inspection toolkit that intentionally exposes sensitive runtime data (cryptographic keys, IVs, cipher inputs/outputs, HTTP headers/bodies, native strings) to console logs and dumps in-memory dex contents to disk. It contains no explicit network exfiltration or backdoor code, nor obfuscated malicious payloads, but it facilitates credential/key harvesting and intellectual property extraction when run. Use of this script on devices/applications by unauthorized parties constitutes a serious security/privacy breach. Treat this as a high-sensitivity disclosure tool; allow only trusted analysts with explicit authorization to run it.
SUSPICIOUS/HIGH-RISK skill. Its behavior is largely consistent with its stated purpose, but that purpose is to equip an AI agent with offensive Android reverse-engineering capabilities: SSL pinning bypass, Frida/ADB control, traffic interception, and extraction of app secrets. The main concern is not hidden malware but the disproportionate power granted to the agent and reliance on non-official MCP wrappers around powerful tooling.
The content provides clear, working methods to disable TLS certificate validation and enable HTTPS interception on Android apps (Frida-based runtime hooks, LSPosed modules for persistent hooking, APK network_security_config edits, and system CA installation via root). These are high-risk, dual-use techniques: valuable for legitimate debugging and security testing under authorization, but easily abused to intercept sensitive data on devices or to create and distribute weakened app builds. No direct data-exfiltration code is present in the snippets, but the overall effect is to remove app and device TLS protections. Recommend using only in controlled, consented environments; do not deploy these changes in production or distribute modified apps. Monitor for such tooling in supply chain processes and prevent unauthorized root/system CA installation or acceptance of repackaged binaries.