pptx
Warn
Audited by Socket on Aug 6, 2026
1 alert found:
SecuritySecurityscripts/render-placeholders.js
MEDIUMSecurityMEDIUM
scripts/render-placeholders.js
No overt backdoor, credential theft, or overt malware behavior is evident in this module. The primary security issue is a high-impact DOM XSS vulnerability in the table renderer: untrusted header and cell content from window.__PLACEHOLDERS__ is concatenated into HTML and written via innerHTML. Additionally, the image renderer sets an unvalidated URL directly to img.src, creating tracking/unsafe-URL risk. If an attacker can influence window.__PLACEHOLDERS__, this code is unsafe to use without sanitization/escaping and stricter input validation.
Confidence: 74%Severity: 82%
Audit Metadata