dither-laser-dark-mode
Warn
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: MEDIUMOBFUSCATIONDYNAMIC_EXECUTION
Full Analysis
- [OBFUSCATION]: The file
demo/index.htmlcontains a large Base64 encoded string namedencodedHtml. This string decodes to a complete HTML document that includes inline JavaScript and CSS, effectively hiding the demo's source code from plain-text inspection. - [DYNAMIC_EXECUTION]: The loader script in
demo/index.htmlusesatob()to decode the encoded payload andiframe.srcdocto dynamically execute the resulting HTML and its scripts within a sandboxed environment.
Audit Metadata