jamboree-android-security-sandbox
Fail
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill clones a repository from an untrusted source (
hero-mike/Android-Mobile-Security-Sandbox-Testing) and executes several shell scripts found within it during the setup phase, includingdeploy-magisk.sh,setup-burp-proxy.sh, andinstall-objection.sh. - [EXTERNAL_DOWNLOADS]: Fetches external binaries and modules, including the Frida server from GitHub releases and various Magisk modules such as
busybox.zipandssl-unpinning.zipfrom local paths intended to be populated from the external repository. - [COMMAND_EXECUTION]: Performs extensive high-privilege operations on connected Android devices, such as enabling root access (
adb root), remounting system partitions (adb remount), and modifying system certificate stores and build properties (build.prop). - [COMMAND_EXECUTION]: The provided automation scripts
discover-apis.shandextract-databases.shinterpolate user-provided package names directly into shell commands (e.g.,adb shell "run-as ${PACKAGE} ...") without sanitization or boundary markers. This creates a vulnerability surface where a malicious package name could execute arbitrary commands with the capabilities of theadbshell.
Recommendations
- AI detected serious security threats
Audit Metadata