🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kakunin/mastra

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakunin/mastra

Kakunin compliance integration for Mastra — X.509 certificate verification, scope checking, risk scoring, and EU AI Act audit trail for AI agents

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

@kakunin/mastra

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.

Keywords

kakunin

FAQs

Package last updated on 08 Jul 2026

Did you know?

Socket

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.

Install

Related posts