
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@kakunin/verify
Advanced tools
Certificate-enforcement middleware for Kakunin AI agents — a thin re-export of @kakunin/sdk/verify so `npm install @kakunin/verify` works standalone.
Certificate-enforcement middleware for services that receive traffic from
Kakunin-certified AI agents. This package is a thin re-export of
@kakunin/sdk/verify —
published standalone so npm install @kakunin/verify works on its own.
npm install @kakunin/verify
// Next.js / Fetch, Express, Fastify, Cloudflare Workers, Hono, Remix
import { kakuninMiddleware } from '@kakunin/verify';
const enforce = kakuninMiddleware();
export async function middleware(req: Request) {
const { agent, reject } = await enforce(req);
if (!agent) return reject('Missing or invalid agent certificate');
}
Installing @kakunin/verify pulls in @kakunin/sdk; the two expose the same
middleware, so use whichever import you prefer. Full docs at
kakunin.ai/docs.
Apache-2.0.
FAQs
Certificate-enforcement middleware for Kakunin AI agents — a thin re-export of @kakunin/sdk/verify so `npm install @kakunin/verify` works standalone.
The npm package @kakunin/verify receives a total of 3 weekly downloads. As such, @kakunin/verify popularity was classified as not popular.
We found that @kakunin/verify 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.