blue-cloudy-clean-modern
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [OBFUSCATION]: The demo environment in
demo/index.htmluses Base64 encoding for theencodedHtmlvariable to package the full HTML and CSS content of the design preview. This is used for component isolation and distribution within the demo framework. - [DYNAMIC_EXECUTION]: The script in
demo/index.htmldynamically decodes the packaged demo content and injects it into a sandboxed iframe using thesrcdocproperty. This execution is limited to the local browser context for rendering the visual design. - [EXTERNAL_DOWNLOADS]: The design demo references and fetches resources from well-known services, specifically Tailwind CSS (via local runtime script), Iconify for interface symbols, and Google Fonts for typography. These dependencies are standard for modern web design development.
Audit Metadata