accessibility-compliance-audit
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script
scripts/audit-html.shthat invokes theaxecommand-line tool ornpx @axe-core/clito perform accessibility scans on user-provided HTML files. This is a standard functional requirement for the skill's purpose. - [EXTERNAL_DOWNLOADS]: The audit script references
@axe-core/cli, a well-known and widely used accessibility testing utility. The script suggests downloading it from the official NPM registry, which is a trusted service for developer tools. - [SAFE]: The skill is designed to ingest and analyze user-provided source code (HTML, CSS, JS) to identify accessibility violations. While this is an ingestion surface, the skill is focused on static analysis and reporting without suspicious network or file system activities. Evidence chain: Ingestion points: User-supplied code or file paths; Boundary markers: Not explicitly defined; Capability inventory: Local script execution for auditing; Sanitization: Not applicable to the static analysis context.
Audit Metadata