
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.
@mcoda/agents
Advanced tools
Agent registry, adapter wiring, and invocation helpers for mcoda.
npm i @mcoda/agentsimport { AgentService } from "@mcoda/agents";
const service = await AgentService.create();
const agent = await service.resolveAgent("codex");
const adapter = await service.getAdapter(agent);
const result = await adapter.invoke?.({ input: "Summarize this repo." });
if (result) {
console.log(result.output);
}
await service.close();
MCODA_STREAM_IO=1 to emit adapter I/O lines to stderr.~/.docdex/agents.md exists, AgentService prepends it to every agent invocation.MIT - see LICENSE.
FAQs
Agent registry and capabilities for mcoda.
The npm package @mcoda/agents receives a total of 569 weekly downloads. As such, @mcoda/agents popularity was classified as not popular.
We found that @mcoda/agents 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.