
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@agentkit-js/core
Advanced tools
Core runtime for agentkit-js — agents, executor, memory, models, tools
Agent runtime — agents, kernels, models, tools, quality runners, evals, checkpoints.
Part of agentkit-js — a TypeScript + WASM agent runtime.
npm install @agentkit-js/core @anthropic-ai/sdk
import { CodeAgent, AnthropicModel, AnthropicModels } from "@agentkit-js/core";
const agent = new CodeAgent({
model: new AnthropicModel(AnthropicModels.SONNET_4_6, { apiKey: process.env.ANTHROPIC_API_KEY }),
});
const result = await agent.run({ task: "What is 12 * 13?" });
console.log(result.finalAnswer);
See the main README for the full surface area: agents, runners, kernels, models, tools, evals, checkpoints, and observability.
Apache-2.0 — © agentkit-js contributors
FAQs
Core runtime for agentkit-js — agents, executor, memory, models, tools
We found that @agentkit-js/core 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
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.