number-details
Warn
Audited by Socket on Jul 25, 2026
1 alert found:
AnomalyAnomalydemo/index.html
LOWAnomalyLOW
demo/index.html
This module is primarily a client-side sandbox/demo loader that decodes an embedded base64 HTML payload and executes it via iframe.srcdoc. It also fetches local media assets, base64-encodes them, and delivers them to the iframe via postMessage using a wildcard origin. No explicit credential theft or network exfiltration is visible in the snippet alone, but the combination of runtime-decoded HTML injection and wildcard postMessage is a meaningful security risk indicator. To determine whether it is genuinely benign, the decoded contents of encodedHtml and the iframe element attributes/receiver message handlers must be reviewed.
Confidence: 62%Severity: 58%
Audit Metadata