mesh-gradient-dark-blue-clean
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [OBFUSCATION]: The file
demo/index.htmlcontains a large Base64-encoded HTML document within theencodedHtmlvariable. This encoding is used to package the demo's source code for sandboxed execution rather than to conceal malicious activity. - [DYNAMIC_EXECUTION]: The skill uses dynamic execution in
demo/index.htmlby decoding the Base64 string and injecting it into an iframe using thesrcdocattribute. This execution is restricted by a granular Content Security Policy that limits script and style sources to trusted providers and unsafe-inline usage required for the demo. - [EXTERNAL_DOWNLOADS]: The sandboxed demo references external font assets from well-known and trusted services, including Google Fonts (fonts.googleapis.com) and Fontshare (api.fontshare.com). These resources are intended for UI rendering and do not pose a security risk.
Audit Metadata