
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@jgalego/teamapi-chat
Advanced tools
Chat as a team or a member, backed by an Anthropic tool-use loop over the resolved org graph
Chat as a team or a specific team member from a
Team API as Code org — backed by a live
Anthropic tool-use loop over
the same ~12 org-graph operations @jgalego/teamapi-mcp-server exposes, so the persona can
accurately answer questions about any team, not just its own.
Normally used via teamapi chat --team <id> [--member <id>] [--debug], which requires
ANTHROPIC_API_KEY.
npm install @jgalego/teamapi-chat @anthropic-ai/sdk
import Anthropic from "@anthropic-ai/sdk";
import { buildChatPersona, buildChatTools, DEFAULT_CHAT_MODEL } from "@jgalego/teamapi-chat";
const persona = buildChatPersona(graph, { teamId: "stream-checkout", memberId: "diego-alves" });
const tools = buildChatTools(graph);
const client = new Anthropic();
const message = await client.beta.messages.toolRunner({
model: DEFAULT_CHAT_MODEL,
max_tokens: 4096,
system: persona.systemPrompt,
tools,
messages: [{ role: "user", content: "is payments overloaded right now?" }],
});
Full docs and a sample transcript: https://github.com/JGalego/TeamAPI
MIT
FAQs
Chat as a team or a member of a Team API as Code org — a provider-neutral tool-use loop over the resolved org graph, for Anthropic or any OpenAI-compatible endpoint
The npm package @jgalego/teamapi-chat receives a total of 344 weekly downloads. As such, @jgalego/teamapi-chat popularity was classified as not popular.
We found that @jgalego/teamapi-chat 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.