mumu-manager-cli
Warn
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The skill is designed to interact with the local file system and execute
MuMuManager.exe. It explicitly supports executing arbitrary shell commands via ADB (adb -c "shell ..."), which presents a risk of command injection if user inputs are not properly sanitized by the agent using this skill. - PRIVILEGE_ESCALATION (MEDIUM): The documentation notes that
driver install / uninstallcommands may require administrator privileges. While consistent with the skill's purpose for emulator management, granting an agent the ability to install drivers is a high-risk operation. - INDIRECT_PROMPT_INJECTION (LOW): The skill acts as a wrapper for the CLI, ingesting instance names, package names, and shell commands. There is an inherent risk that untrusted data passed through these parameters could influence the command construction.
- SAFE (INFO): No hardcoded credentials, remote code downloads, or obfuscation techniques were detected in the provided skill definition.
Audit Metadata