html-ppt
Warn
Audited by Socket on Aug 5, 2026
1 alert found:
SecuritySecurityassets/runtime.js
MEDIUMSecurityMEDIUM
assets/runtime.js
No clear indicators of overt malware (e.g., exfiltration, command execution, reverse shells) are present in this fragment. The primary security concern is the repeated assignment of potentially untrusted/persisted rich HTML directly into innerHTML, creating a strong stored DOM XSS risk if note content is not sanitized elsewhere. Additionally, theme changes are driven by BroadcastChannel input and used to build a dynamic CSS URL without visible allowlisting, and inter-frame messaging uses permissive postMessage targeting. Treat this module as security-sensitive and ensure strict sanitization for notes, validate/allowlist theme names, and tighten postMessage/origin handling.
Confidence: 64%Severity: 72%
Audit Metadata