skills/frankxai/arcanea/ui-ux-pro-max/Gen Agent Trust Hub

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.py implements a safe_slug function 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() or exec() on any user-provided query or data content.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 20, 2026, 11:06 AM
Security Audit — agent-trust-hub — ui-ux-pro-max