1. XSS Vulnerability Identified in Webchat Adapter: Unsanitized HTML Rendering Allows Script Injection
A cross-site scripting vulnerability has been identified in the webchat channel implementation located at `channels/webchat`. The adapter renders agent responses using `innerHTML` or equivalent methods without applying sanitization, creating a direct pathway for malicious script injection when agent responses incorpora...