ICUICU
high

react-ai-chatbot

v1.0.0

Drop-in AI chatbot component for React

npmhelpful-dev-99First seen Jan 1, 2026d63fc0aeea8e6432...

1

Total

0

Critical

1

High

0

Medium

Findings

src/ChatBot.tsx
highNS-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