
Security News
AI Has Taken Over Open Source
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain
@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
The npm package @jutech-auth/agent-sdk receives a total of 0 weekly downloads. As such, @jutech-auth/agent-sdk popularity was classified as not popular.
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.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain

Security News
npm invalidated all granular access tokens that bypass 2FA after a fresh Mini Shai-Hulud wave compromised 323 npm packages. Staged publishing also entered public preview.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.