
Research
/Security News
Popular Go Decimal Library Targeted by Long-Running Typosquat with DNS Backdoor
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.
@jutech-auth/agent-sdk
Advanced tools
Modern embeddable AI agent chat widget with voice support and payment integration
Embeddable AI agent chat widget for any website.
```bash npm install @my-org/agent-widget ```
```jsx import { AgentWidget } from '@my-org/agent-widget'
function App() { return (
<AgentWidget
apiKey="ak_your_api_key_here"
agentId="agent_id_here"
baseUrl="https://your-api-server.com"
user={{
id: 'user123',
name: 'John Doe',
email: 'john@example.com'
}}
primaryColor="#3b82f6"
title="Customer Support"
subtitle="How can we help you?"
position="bottom-right"
/>
</div>
) } ```
```html
\`\`\`| Prop | Type | Default | Description |
|---|---|---|---|
| `apiKey` | string | required | API key from your project |
| `agentId` | string | required | ID of the agent to chat with |
| `baseUrl` | string | `http://localhost:3001\` | Base URL of your API server |
| `user` | object | undefined | User information (id, name, email) |
| `theme` | `'light' | 'dark' | 'auto'` | `'light'` | Widget theme |
| `position` | `'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'` | `'bottom-right'` | Widget position |
| `primaryColor` | string | `'#3b82f6'` | Primary color for the widget |
| `title` | string | `'AI Assistant'` | Widget title |
| `subtitle` | string | `'How can I help you today?'` | Widget subtitle |
| `placeholder` | string | `'Type your message...'` | Input placeholder text |
| `allowFileUpload` | boolean | `false` | Enable file upload (future feature) |
| `className` | string | `''` | Additional CSS classes |
```bash
npm install
npm run dev
npm run build ```
MIT ```
FAQs
Modern embeddable AI agent chat widget with voice support and payment integration
We found that @jutech-auth/agent-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.