ui-ux-pro-max

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses local Python scripts (search.py, core.py, design_system.py) to process design guidelines stored in CSV format. These scripts use Python standard libraries and implement search logic (BM25) with basic input sanitization using regular expressions to filter non-alphanumeric characters from user queries.
  • [DATA_EXPOSURE]: No hardcoded credentials, API keys, or access to sensitive local file paths (such as SSH keys or environment files) were detected. The scripts read from internal data directories provided within the skill folder.
  • [EXTERNAL_DOWNLOADS]: The skill does not perform any network operations, HTTP requests, or external downloads at runtime. It functions as a standalone local database.
  • [REMOTE_CODE_EXECUTION]: No patterns of remote script execution (e.g., piping curl to bash) or dynamic code evaluation of untrusted input were found. The persistence logic simply writes generated design documentation in Markdown format to a local directory.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 06:39 AM