scan-code-accessibility-figma
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Node.js script (
scan.mjs) to process HTML content for accessibility scanning. - [EXTERNAL_DOWNLOADS]: Instructs the user to install
axe-coreandjsdomfrom the NPM registry. Both are well-known, trusted, and industry-standard packages for accessibility auditing and DOM simulation. - [DYNAMIC_EXECUTION]: The
scan.mjsscript utilizes JSDOM'srunScripts: "dangerously"configuration. This is a standard requirement for theaxe-coreengine to function within a simulated DOM and to evaluate any dynamic content within the scanned HTML.
Audit Metadata