masked-reveal
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [OBFUSCATION]: The
demo/index.htmlfile contains a large Base64 encoded string (encodedHtml) that bundles a complete HTML document, including a Content Security Policy and asset loading scripts. This technique obscures the source code of the demo from direct inspection. - [INDIRECT_PROMPT_INJECTION]: The
splitMaskedRevealfunction inSKILL.mdreads text directly from the document usingelement.textContent.trim(). This ingested data is then manipulated to create animation elements. - Ingestion points:
element.textContent.trim()inSKILL.md. - Boundary markers: Absent.
- Capability inventory: DOM manipulation (innerHTML) and animation (GSAP).
- Sanitization: Employs
escapeHTMLto escape HTML special characters. - [EXTERNAL_DOWNLOADS]: The
demo/source.jsonanddemo/index.htmlfiles reference external resources from well-known and trusted providers, including Google Fonts, Cloudflare, and Iconify. These references facilitate the retrieval of necessary styles and scripts for the demonstration.
Audit Metadata