ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The documentation in
SKILL.mdincludes system-level commands (sudo apt install,brew install,winget install) intended for manual environment setup and Python installation on the host machine by the user. - [EXTERNAL_DOWNLOADS]: The skill references external resources, specifically official OS package managers and Google Fonts repositories (
fonts.googleapis.com) for loading typography assets. These are standard references for design and setup purposes. - [SAFE]: The Python logic implemented in
core.py,search.py, anddesign_system.pyis restricted to standard library modules (csv,json,pathlib,re). The code does not perform network operations, sensitive file access, or dynamic code execution (eval/exec). - [SAFE]: The data files in
data/are static CSV files containing design guidelines, color palettes, and component metadata. No malicious instructions or obfuscated content were detected within the datasets.
Audit Metadata