ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill's test suite (
scripts/tests/) uses thesubprocessmodule to execute internal Python scripts for verification purposes.\n - The calls in
test_core.py,test_design_system_stack.py, andtest_catalog_refresh.pypass arguments as lists directly to the executable, avoiding shell invocation.\n - These processes are limited to running the skill's own maintainer scripts (
search.py,refresh-google-fonts.py, etc.) using the verified Python interpreter.\n- [INDIRECT_PROMPT_INJECTION]: The skill ingests user-supplied query strings and project names, which are interpolated into search results and generated markdown files.\n - Ingestion points:
queryandproject_namearguments insearch.pyanddesign_system.py.\n - Boundary markers:
SKILL.mdcontains instructions for the agent to treat results as advisory recommendations.\n - Capability inventory: The skill can write files to the project directory via the
persistflag.\n - Sanitization: A
safe_slugfunction sanitizes project and page names (allowing only[a-z0-9_-]), which prevents path traversal or unauthorized file overwrites outside thedesign-system/folder.\n- [EXTERNAL_DOWNLOADS]: The catalog maintenance scripts (referenced in tests) include functionality to fetch data from well-known official sources.\n - Scripts fetch font and icon metadata from Google's and Phosphor's official domains, which are recognized as trusted services.
Audit Metadata