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 há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
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.
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:46
Run 1