ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a local design intelligence database. All scripts (search.py, core.py, design_system.py) are utility scripts for searching CSV data and formatting output.
- [DATA_EXPOSURE]: No network operations or sensitive file access were found in the Python scripts. The core search engine uses standard Python libraries (math, collections, re, csv) to process local data.
- [COMMAND_EXECUTION]: The file persistence mechanism in
scripts/design_system.pyimplements asafe_slugfunction that filters all input except alphanumeric characters, dashes, and underscores. This robust sanitization prevents path traversal attacks when saving design systems to disk. - [REMOTE_CODE_EXECUTION]: The skill does not download external dependencies or execute remote code. It relies entirely on the provided CSV files and built-in Python modules.
- [DYNAMIC_EXECUTION]: The code uses structured data parsing (JSON and CSV) but does not utilize unsafe functions like
eval()orexec()on any user-provided query or data content.
Audit Metadata