building-accessible-ui
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [Integration of Accessibility Testing Tools]: The skill utilizes
axe-coreandPlaywrightfor automated accessibility verification. It provides patterns to fetch these tools from established, well-known sources such as the npm registry and public CDNs. These are standard practices for accessibility auditing. - [Dynamic Environment Probing]: The testing instructions in
references/testing.mdinclude logic to detect available runtimes (Python, Node.js) and install necessary dependencies if missing. These actions are scoped to the intended function of verifying UI compliance with accessibility standards. - [Use of External CDNs]: The skill retrieves a testing script from a well-known content delivery network. This behavior is consistent with the skill's purpose of providing up-to-date accessibility audits and follows standard development workflows.
- [UI Security and Privacy]: The skill emphasizes that accessibility names must not leak secrets, encouraging a security-conscious approach to labeling interactive elements.
Audit Metadata