markdown
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill renders markdown, math, and diagrams derived from assistant messages, which may include content influenced by untrusted external data.
- Ingestion points: Untrusted data enters the agent context through the
textpart of message primitives (e.g.,part.textinSKILL.md). - Capability inventory: The skill uses
innerHTMLto render Mermaid diagrams and utilizesrehype-katexfor math rendering as described inreferences/latex-mermaid.md. - Sanitization: The
StreamdownTextPrimitivedocumented inreferences/streamdown.mdincludes extensive security configurations:allowedTagsfor HTML whitelisting,securityfor URL/image prefix restrictions, andlinkSafetyfor external link confirmation. - Boundary markers: The skill uses standard markdown syntax to delimit blocks but does not add explicit boundary markers to ignore instructions within the processed text.
Audit Metadata