time_bomb
Suspicious deferred execution
Line 893Snippets
setInterval(() => {network_call
Outbound network call
Outbound network call
Line 271Snippets
fetch('/support_chat') fetch('/support_chat/mark_read', { method: 'PATCH' }) fetch('/api/support_chat').then(r => r.json()).then(data => { const res = await fetch('/api/support-chat') fetch('/api/support-chat/messages?since=' + lastMessageTime)websocket
WebSocket connection
WebSocket connection
Line 593Snippets
const ws = new WebSocket(`${websocketUrl}?chat_id=${chat.id}`) ws = new WebSocket(`/ws/chat?id=${chat.value?.id}`) const ws = new WebSocket(`${websocketUrl}?chat_id=${chat.id}`) ws = new WebSocket(`/ws/chat?id=${chat.value?.id}`)Trust Score
Updated vor 2 Wochen
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 2 Wochen
Analysiert 31.03.2026, 15:56
Beschreibung
Build a real-time support chat system with a floating widget for users and an admin dashboard for support staff. Use when the user wants live chat, customer support chat, real-time messaging, or in-app support.
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:46
Run 1