← Back to adoptersCertified
Adopter quickstart
Dify proof path
Private-beta path for adopting Imladri with Dify: initialize the adapter, wrap one risky capability, run the scanner or proof command from the repo, and review the same evidence in Profile.
Certification status
Certified
Alias-aware wrapper-contract and executable Dify hosted-surface checks passed for Python and TypeScript lanes.
4/4 Dify lanes passed; shared batch proof covers metadata.name, actionAliases, strict preflight, and zero blocked-path body calls.
Runtimehosted
Access modePrivate beta
Approved beta starter
imladri init --framework dify --ci-provider githubReference dependencies
npm install @imladri/sdkMinimal wrapper
import { wrapDifyTools } from "@imladri/sdk";
const guardedTools = wrapDifyTools(agent, difyTools, {
strictTools: ["workflow.run.production"],
actionAliases: {
runProductionWorkflow: "workflow.run.production",
exportCustomerData: "customer.data.export",
},
});Terminal proof evidence
imladri sdk certify --real --target dify
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json