blue-cloudy-clean-modern
Warn
Audited by Socket on Jul 25, 2026
1 alert found:
AnomalyAnomalydemo/index.html
LOWAnomalyLOW
demo/index.html
Overall, this fragment is best characterized as a dynamic demo/sandbox loader that decodes an embedded Base64 HTML payload and injects it into an iframe via srcdoc, then fetches media assets and delivers them to the iframe via postMessage('*'). While no explicit malware/exfiltration is visible in the provided snippet, the combination of runtime-decoded executable markup (hidden until execution) and wildcard postMessage substantially increases supply-chain/sandbox security risk. Full assurance requires inspecting the decoded HTML payload and verifying iframe sandbox/origin controls and message-handler behavior.
Confidence: 62%Severity: 62%
Audit Metadata