ecosystem-mobile
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/install_all.pyexecutes system commands to automate the installation of ecosystem dependencies. - Evidence: The script uses
subprocess.run(["skills", "install", skill])to iterate through and install a hardcoded list of required mobile development skills. - [EXTERNAL_DOWNLOADS]: The skill facilitates the automated download and installation of additional mobile-focused skill packages.
- Evidence:
SKILL.mdandscripts/install_all.pyreference several external skill identifiers (e.g.,accessibility-enforcer,mobile-security-auditor) and provide the logic to install them using the localskillsCLI tool.
Audit Metadata