uiux-toolkit
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches necessary libraries from well-known external sources to support auditing functions.
- Evidence: The script
scripts/run_axe.jsdownloads theaxe-corelibrary from Cloudflare's CDN (cdnjs.cloudflare.com) at runtime. - [REMOTE_CODE_EXECUTION]: The toolkit executes scripts in a browser context to analyze target web pages.
- Evidence:
scripts/run_axe.jsuses Puppeteer to load external URLs and injects theaxe-corescript to perform automated accessibility evaluations. - [COMMAND_EXECUTION]: The skill provides utility scripts to automate design evaluation tasks.
- Evidence: Includes
scripts/check_contrast.pyfor color validation,scripts/generate_report.pyfor compiling audit results, andscripts/run_axe.jsfor scanning web accessibility.
Audit Metadata