ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the AI agent to execute local Python scripts (
scripts/search.py) provided within the skill's package. This code performs keyword-based searching on local CSV data to provide design recommendations. - [SAFE]: The script logic is implemented using Python standard libraries only, avoiding dependencies on external or untrusted packages.
- [SAFE]: Data handling is restricted to local CSV files within the skill's directory. No network requests, credential access, or sensitive file operations were detected.
- [SAFE]: File writing logic for persisting design systems in
scripts/design_system.pyincludes sanitization of user-provided filenames via thesafe_slugfunction and targets a dedicateddesign-system/subdirectory, preventing directory traversal.
Audit Metadata