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.py includes sanitization of user-provided filenames via the safe_slug function and targets a dedicated design-system/ subdirectory, preventing directory traversal.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 22, 2026, 02:56 PM
Security Audit — agent-trust-hub — ui-ux-pro-max