hyperframes-overview
Warn
Audited by Socket on Aug 21, 2026
1 alert found:
AnomalyAnomalytemplate.html
LOWAnomalyLOW
template.html
No definitive malware/backdoor behavior is evident in this fragment (no external exfiltration beyond a same-origin /save call, no eval/Function, no credential theft). However, the code materially increases security risk by (1) enabling contentEditable and capturing raw innerHTML, (2) embedding OLD/NEW HTML verbatim into a patch sent to the server, and (3) writing to toast.innerHTML using both partially-escaped selector content and unescaped server response data (result.applied). These patterns are consistent with a stored/DOM XSS or injection risk pipeline depending on server-side sanitization and how the backend applies the patch.
Confidence: 55%Severity: 62%
Audit Metadata