android-pentest-environment-setup
Fail
Audited by Snyk on Jun 17, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The guide contains multiple deliberate techniques to gain persistent privileged access (root/Magisk), install a persistent Frida server (remote instrumentation/backdoor), bypass SSL pinning and system trust, hide root/evade detection, and directly read or pull app data (shared prefs, databases) — all of which enable credential theft and unauthorized data exfiltration and remote code execution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches and installs/executes remote code at runtime (e.g., git clone https://gitlab.com/newbit/rootAVD.git followed by ./rootAVD.sh, curl -L -o Magisk.zip https://github.com/topjohnwu/Magisk/releases/download/v28.1/Magisk-v28.1.apk, and wget of Frida/LSPosed/ZygiskNext releases), so those URLs provide required external content that is executed/installed by the skill.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly instructs obtaining root, remounting and writing device/system image files (patching ramdisk.img, pushing files into /system, modifying build.prop and system CAs), and installing Magisk/LSPosed modules that require elevated privileges and alter the host/emulator system state and security posture.
Issues (3)
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata