elevenlabs-agents
Warn
Audited by Socket on Sep 15, 2026
1 alert found:
AnomalyAnomalyassets/javascript-sdk-boilerplate.js
LOWAnomalyLOW
assets/javascript-sdk-boilerplate.js
No strong evidence of intentional malware (no eval/Function, no reverse shells, no file/system manipulation, no obvious exfiltration logic in this module). The dominant security issue is DOM-based XSS: transcript and agent output text is inserted into the page via innerHTML without sanitization, allowing arbitrary script execution if the conversation content can contain HTML/JS. A secondary concern is potential API key exposure if process.env is bundled into a browser artifact; this depends on the build/deployment approach, which is not shown here.
Confidence: 72%Severity: 66%
Audit Metadata