html-ppt
Warn
Audited by Socket on Aug 3, 2026
1 alert found:
AnomalyAnomalyassets/runtime.js
LOWAnomalyLOW
assets/runtime.js
This fragment appears primarily to implement slide navigation and theming for a preview/presenter UI. It does not show clear malware behaviors (e.g., exfiltration, command execution, persistence, or obfuscated payloads). However, it contains a significant client-side security risk: slide notes are rendered using notesBody.innerHTML from slideMeta[n].notes, which can enable DOM-based XSS if notes are not strictly sanitized/escaped upstream. Additional risk comes from permissive cross-window messaging (postMessage with targetOrigin '*', limited incoming validation) and dynamic CSS URL construction from an unvalidated theme name.
Confidence: 64%Severity: 66%
Audit Metadata