android-mobile-security-sandbox-jamboree

Fail

Audited by Snyk on Jun 30, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill includes Frida/Objection hooks and example scripts that explicitly capture, log, and write secrets (tokens, keys, plaintext) verbatim (e.g., console.log of tokens, writing extracted-token.txt), which requires the agent to handle and output secret values directly.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Mixed risk: while ara.so, example.com and the local 192.168.1.100:8080 address are not inherently suspicious, the GitHub repo (hero-mike) is an unknown personal repository that distributes binaries/APKs and scripts that require elevated privileges, and the frida releases URL (a direct release/download path) can be used to host executables — together these are potentially dangerous and warrant caution.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The skill contains multiple deliberate high-risk, dual-use capabilities: explicit credential/data exfiltration (Frida hooks logging plaintext/keys and dumping tokens to /sdcard), persistent system compromise and hiding (Magisk modules, init scripts, remounting/replacing system libraries, modifying build.prop, installing system CA certs), and remote code injection/runtime manipulation (Frida/Objection spawn/attach and dynamic hook deployment) — all of which can be readily abused as backdoors or for theft.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


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 and using root/su (adb root, adb shell su -c), remounting and modifying /system files (installing CA certs, editing build.prop), installing Magisk modules, changing iptables, and other privileged actions that modify the device/emulator system state and bypass security mechanisms.

Issues (5)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 30, 2026, 02:57 PM
Issues
5
Security Audit — snyk — android-mobile-security-sandbox-jamboree