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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
Description
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 recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:46
Run 1