accessibility-compliance
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes a Python script for accessibility audits that fetches the
axe-corelibrary from Cloudflare's public CDN (cdnjs.cloudflare.com). This is a standard and legitimate practice for incorporating established auditing tools into web automation workflows. - [PROMPT_INJECTION]: The
generate_alt_text_promptfunction creates prompts by interpolating external variables likeheadlineandcaptiondirectly into a template. This lacks sanitization or boundary markers, creating a surface for indirect prompt injection where malicious content in a processed news story could attempt to influence the AI's output. - Ingestion points:
headlineandcaptioncontext variables in the Python helper withinSKILL.md. - Boundary markers: No delimiters or isolation instructions are used for the untrusted data.
- Capability inventory: The skill provides read-only auditing and prompt generation logic, with no direct file-writing or system-level capabilities.
- Sanitization: External strings are used verbatim without escaping or verification.
Audit Metadata