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 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
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.
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:46
Run 1