storage-analyzer
Warn
Audited by Socket on Sep 9, 2026
1 alert found:
AnomalyAnomalyassets/report_template.html
LOWAnomalyLOW
assets/report_template.html
This fragment appears to be a legitimate cleanup/management UI that triggers server-side delete/open operations. It does not show clear stealthy malware or third-party exfiltration. However, it embeds a DELETE authorization token in browser-side code and uses app.innerHTML to render large template strings; if escaping is imperfect elsewhere in the app or any interpolated field is not context-safely escaped, XSS could enable token reuse for destructive actions. Secondary concerns include clipboard writes and reliance on deprecated escape/unescape decoding for embedded parameters.
Confidence: 62%Severity: 57%
Audit Metadata