← Back to adoptersCertified
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
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
imladri init --framework semantic-kernel --ci-provider githubInstall
pip install imladri semantic-kernel
npm install @imladri/sdkMinimal wrapper
import { wrapSemanticKernelFunctions } from "@imladri/sdk";
const guardedFunctions = wrapSemanticKernelFunctions(agent, functions, {
strictTools: ["cloud.deploy", "secrets.read"],
});Local proof artifacts
imladri sdk certify --real --target semantic-kernel
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json