kelly-finance
Warn
Audited by Socket on Aug 25, 2026
1 alert found:
AnomalyAnomalycontent/kelly-finance-app/app/app.js
LOWAnomalyLOW
content/kelly-finance-app/app/app.js
No clear evidence of overt malware (backdoor, credential theft, exfiltration, reverse shell) appears in this snippet. The primary security concern is DOM XSS potential: dynamic content from snapshot()/checks()/error.message is inserted into the DOM using innerHTML/insertAdjacentHTML without visible escaping. If upstream data can be influenced by an attacker, this module could render/expose malicious HTML/JS. Additionally, user-entered review comments/drafts are submitted to an external provider, so provider-side sanitization and authorization are critical.
Confidence: 65%Severity: 63%
Audit Metadata