
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@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.
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.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.