
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@aibind/react
Advanced tools
AI SDK bindings for React — hooks for streaming, structured output, and agents
Low-level React hooks for AI streaming. If you're using Next.js, use @aibind/nextjs instead — it wraps this package with sensible defaults and server handlers.
npm install @aibind/react ai react
Using Next.js? Install
@aibind/nextjsinstead — it includes this package and adds API route handlers and default endpoints.
This package requires you to specify an endpoint for every hook. For Next.js projects, @aibind/nextjs provides defaults automatically.
"use client";
import { useStream } from "@aibind/react";
function Chat() {
const { text, loading, send } = useStream({
endpoint: "/api/stream", // required
system: "You are a helpful assistant.",
});
return <p>{text}</p>;
}
| Entry | Exports |
|---|---|
@aibind/react | useStream, useStructuredStream, defineModels |
@aibind/react/agent | useAgent |
@aibind/react/markdown | StreamMarkdown |
@aibind/react/history | ChatHistory, MessageTree |
@aibind/react/project | Project |
Full documentation: aibind.dev
MIT
FAQs
AI SDK bindings for React — hooks for streaming, structured output, and agents
The npm package @aibind/react receives a total of 5 weekly downloads. As such, @aibind/react popularity was classified as not popular.
We found that @aibind/react 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.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.