accessibility-compliance
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection via the processing of untrusted external content.\n
- Ingestion points: The
generate_alt_text_promptfunction inSKILL.mdinterpolates external image metadata (headline,caption) into LLM prompts, andrun_accessibility_auditprocesses third-party webpages via a URL parameter.\n - Boundary markers: Although a robust
## Untrusted content boundarysection is documented inSKILL.mdusing<EXTERNAL_DATA>tags, the provided Python helper function templates do not actively inject or enforce these boundaries within the prompt string.\n - Capability inventory: The skill includes code in
SKILL.mdthat utilizes theplaywrightlibrary to spawn a browser instance, navigate to arbitrary external URLs, and execute automated compliance scripts.\n - Sanitization: No input sanitization or escaping mechanisms are implemented in the Python code snippets to handle untrusted metadata fields or webpage parameters before execution or interpolation.
Audit Metadata