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

@kakunin/ai-sdk

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/ai-sdk

Kakunin compliance tools for the Vercel AI SDK — verify agent certificates, check scope, read risk scores, emit audit events

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
11
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

@kakunin/ai-sdk

Kakunin compliance tools for the Vercel AI SDK — verify agent certificates, check scopes, read risk scores, and emit EU AI Act audit events as AI SDK tools.

npm install @kakunin/ai-sdk ai
import { generateText } from 'ai';
import { createKakuninTools } from '@kakunin/ai-sdk';

const tools = createKakuninTools({ apiKey: process.env.KAKUNIN_API_KEY! });

const { text } = await generateText({
  model,
  tools,
  prompt: 'Verify agent agt-123 before delegating the trade.',
});

createKakuninTools() returns AI SDK 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