ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill uses local CSV files for its knowledge base. Analysis of all 28 files confirms no hardcoded credentials, API keys, or sensitive internal data are present.
- [COMMAND_EXECUTION]: The skill executes local Python scripts (
scripts/search.py,scripts/design_system.py) to process user requests. It does not spawn arbitrary shell commands or use dangerous functions likeeval()orexec(). - [DATA_EXFILTRATION]: No network operations (
curl,requests,fetch) were detected in any of the logic scripts. The skill operates entirely on local data and user-provided queries. - [COMMAND_EXECUTION]: The persistence feature in
scripts/design_system.pywrites design documentation to adesign-system/directory. This is protected by_safe_slug()(input sanitization) and_assert_within()(path traversal prevention), ensuring files cannot be written to sensitive locations. - [INDIRECT_PROMPT_INJECTION]: The skill has a data ingestion surface via the search query. While it processes untrusted user input to filter its local database, it lacks the dangerous capabilities (like network access or administrative shell execution) that would make this surface critical. Findings indicate a standard surface risk with appropriate path-handling safeguards.
Audit Metadata