
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@kakunin/mastra
Advanced tools
Kakunin compliance integration for Mastra — X.509 certificate verification, scope checking, risk scoring, and EU AI Act audit trail for AI agents
Kakunin compliance integration for Mastra — give any Mastra agent tools to verify agent certificates, check scopes, read risk scores, and emit EU AI Act audit events.
npm install @kakunin/mastra @mastra/core
import { Agent } from '@mastra/core/agent';
import { KakuninIntegration } from '@kakunin/mastra';
const kakunin = new KakuninIntegration({ apiKey: process.env.KAKUNIN_API_KEY! });
const agent = new Agent({
name: 'compliance-aware-agent',
instructions: 'Verify agent identity before trusting it.',
model,
tools: kakunin.getTools(),
});
getTools() returns Mastra tools for certificate verification, scope checks, risk scoring, and behavioral-event emission. Licensed under Apache-2.0.
FAQs
Kakunin compliance integration for Mastra — X.509 certificate verification, scope checking, risk scoring, and EU AI Act audit trail for AI agents
We found that @kakunin/mastra 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.