← Back to adopters
Adopter quickstart

Semantic Kernel proof path

Public waitlist preview for adopting Imladri with Semantic Kernel: initialize the adapter, wrap one risky capability, run the local scanner, and review the proof artifacts before a private design-partner workspace is opened.

Certification status

Certified

Certified

Wrapper-contract and executable surface smokes passed for Python and TypeScript lanes.

4/4 Semantic Kernel lanes passed.

Runtimemixed
Public modeWaitlist preview
One-command starter
cli
imladri init --framework semantic-kernel --ci-provider github
Install
dependencies
pip install imladri semantic-kernel
npm install @imladri/sdk
Minimal wrapper
mixed
import { wrapSemanticKernelFunctions } from "@imladri/sdk";

const guardedFunctions = wrapSemanticKernelFunctions(agent, functions, {
  strictTools: ["cloud.deploy", "secrets.read"],
});
Local proof artifacts
local artifacts
imladri sdk certify --real --target semantic-kernel
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json