pe-verify
Warn
Audited by Socket on Aug 30, 2026
1 alert found:
AnomalyAnomalyassets/report-template.html
LOWAnomalyLOW
assets/report-template.html
The fragment is a legitimate report-viewer UI and contains no evident malware. It has two security concerns: unsafe direct insertion of the report JSON template and unescaped item IDs used in innerHTML-generated attributes. These should be fixed by safely serializing the data (for example, JSON.stringify with appropriate HTML-safe embedding) and escaping or DOM-constructing all identifier attributes. External media URLs may enable ordinary browser tracking if report data points to third-party hosts.
Confidence: 98%Severity: 62%
Audit Metadata