accessibility-compliance-accessibility-audit
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The implementation playbook provides Javascript code that utilizes Puppeteer to launch and control browser instances.
- Evidence: The
AccessibilityAuditorclass inresources/implementation-playbook.mdusespuppeteer.launch()andpage.goto(url)to interact with web pages. - [EXTERNAL_DOWNLOADS]: The skill references well-known testing libraries and official GitHub Actions for CI/CD integration.
- Evidence: The playbook suggests using
@axe-core/puppeteer,puppeteer, andpa11y. The GitHub Action example inresources/implementation-playbook.mduses officialactions/checkout@v3,actions/setup-node@v3, andactions/upload-artifact@v3workflows. - [INDIRECT_PROMPT_INJECTION]: The skill's primary function involves ingesting and analyzing content from external URLs, which represents a potential attack surface.
- Ingestion points: The
urlparameter in therunFullAuditfunction withinresources/implementation-playbook.mdallows the agent to fetch external web content. - Boundary markers: None identified; the skill does not explicitly instruct the agent to ignore directives embedded in audited web pages.
- Capability inventory: The skill uses Puppeteer for network requests and page interaction, and generates reporting data based on the analysis.
- Sanitization: Content is processed for accessibility violations via
axe-core, but is not sanitized against prompt injection patterns.
Audit Metadata