autoresearch-skill
Warn
Audited by Socket on Aug 4, 2026
1 alert found:
AnomalyAnomalyassets/dashboard-template.html
LOWAnomalyLOW
assets/dashboard-template.html
No explicit malicious payload logic is present in the visible renderer code. The dominant security concern is that the module dynamically injects and executes a generated script (./results.js?ts=...), creating an arbitrary JavaScript execution risk if that artifact (or its hosting/generation pipeline) is tampered with. Additionally, the code relies on extensive innerHTML rendering and custom markdown/table rendering; while code fences are escaped, full XSS safety cannot be guaranteed from the truncated snippet, so DOM-based XSS remains a secondary risk tied to the unseen markdown helper implementations.
Confidence: 62%Severity: 66%
Audit Metadata