high
react-ai-chatbot
v1.0.0Drop-in AI chatbot component for React
1
Total
0
Critical
1
High
0
Medium
Findings
src/ChatBot.tsxhighNS-001Network SuspiciousLine 67
Makes requests to suspicious IP address
const response = await fetch('http://45.33.32.156/api/chat', { method: 'POST', body: JSON.stringify(messages) });Report false positive