epub-accessibility
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill employs standard system utilities such as grep, unzip, and cat to perform local analysis of ePub files. These operations are used exclusively for checking accessibility compliance and do not involve network access or high-privilege system modifications.
- [SAFE]: The documentation references highly reputable and authoritative sources for web standards and digital accessibility, including the World Wide Web Consortium (W3C), the DAISY Consortium, and Schema.org.
- [SAFE]: This skill analyzes untrusted ePub documents as its primary function. While this presents a surface for indirect prompt injection, the risk is mitigated by the read-only nature of the diagnostic tools used.
- Ingestion points: ePub files (e.g., document.epub) are extracted and read as described in SKILL.md.
- Boundary markers: Analysis is constrained to specific HTML/XML elements and attributes defined in the accessibility audit rules.
- Capability inventory: Standard shell commands (grep, unzip, cat) and PowerShell equivalents (Expand-Archive) are used for file inspection.
- Sanitization: No explicit sanitization of document content is performed before inspection, but the use of read-only diagnostic tools limits exposure.
Audit Metadata