← 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 modeAccess preview
One-command starter
imladri init --framework semantic-kernel --ci-provider githubPackage access
pip install semantic-kernel
# Imladri SDK package access is provided during approved onboarding.Minimal 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