ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to be used by executing a local Python entry point (
scripts/search.py). This script handles all database queries and design system generation logic. - [SAFE]: The tool relies on a collection of local CSV files located in the
data/directory. It does not perform any network operations to fetch data, ensuring all information retrieval is contained within the skill's own environment. - [SAFE]: The skill implements a persistence pattern that writes generated design systems to a
design-system/directory within the project's working directory. This file system interaction is well-defined and restricted to creating documentation files (.md). - [SAFE]: Prerequisite instructions provided to the user for environment setup involve standard package manager commands (e.g.,
brew install,apt install,winget install) for installing the Python runtime. These are legitimate administrative instructions for the user.
Audit Metadata