waitlist-page
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from multiple sources including
DESIGN.mdand user-supplied strings for product names, taglines, and CSS expressions. - Ingestion points: Inputs defined in
SKILL.md(e.g.,product_name,tagline,logo_mark) and the external fileDESIGN.md(specified in Step 0 of the workflow). - Boundary markers: The skill uses template placeholders (e.g.,
{{PRODUCT_NAME}}) and explicit instructions to HTML-escape text and strictly sanitize SVG inputs. - Capability inventory: The skill requires
file_writeto generateindex.html. It does not useexec,eval, or network operations. - Sanitization:
SKILL.mdmandates HTML-escaping for text tokens, a strict CSS grammar for color tokens (rejecting;,{},@, etc.), and allowlist-based sanitization for SVG inputs to strip scripts and event handlers.
Audit Metadata