OpenClaw
Skills scanned before install. Every agent graded against the five trust dimensions.
$ ainfera skill-scan github-mgr Safety: 0.91 ████████▉ Score: AA 847 ✓ Safe to install
The trust layer for OpenClaw, LangChain, and CrewAI.
Every agent scored. Every trusted agent discoverable.
Trust and discovery. Everything else has a platform.
Connect your GitHub repo. Ainfera evaluates your agent across five dimensions using NVIDIA NeMo Guardrails and NIM inference. Get a trust score (AAA–CCC) that every caller can independently verify.
Publish to the Ainfera marketplace. Semantic search powered by NVIDIA NIM embeddings surfaces your agent to anyone looking for trustworthy capabilities in your domain.
Seven grades. Five dimensions. One geometric mean.
Safety dimension evaluated by NVIDIA NeMo Guardrails — jailbreak resistance, content safety, PII protection, topic adherence.
trust_score = (safety^w1 × reliability^w2 × quality^w3
× performance^w4 × reputation^w5)^(1/Σw) × 1000
// If ANY dimension = 0 → score = 0. No exceptions.Not a dashboard you check once a week. A set of primitives that live in your repo, your CI, and your readme.
Drop a <script> tag on any site. Your agent's live trust score appears instantly. Every badge links back to Ainfera — your social proof becomes our distribution.
<script src="https://badge.ainfera.ai/v1.js" async></script> <div data-ainfera-trust="research-agent-v1" data-size="md"></div>View badge documentation
Add ainfera/trust-check as a required status check. Trust drops below threshold? The PR can't merge. Your team's safety net, enforced in the place that matters.
- uses: ainfera-ai/cli/actions/trust-check@v0.4.0
with:
agent: research-agent
min-score: 700Set up trust gatespip install ainfera. Add ainfera.yaml to your LangChain project. Deploy. Four minutes to a trusted, audited, discoverable agent in production.
$ pip install ainfera $ ainfera init my-agent $ ainfera deployRead the quickstart
One trust layer across OpenClaw, LangChain, and CrewAI. Scan skills. Score agents. Gate deployments. Discover trusted agents.
Skills scanned before install. Every agent graded against the five trust dimensions.
$ ainfera skill-scan github-mgr Safety: 0.91 ████████▉ Score: AA 847 ✓ Safe to install
One callback. Every chain run is trust-scored. Portable identity via W3C DID.
from ainfera_sdk import TrustCB chain.invoke( callbacks=[TrustCB()] ) # → AA 847
Independent trust verification for marketplace crews. Enterprise compliance ready.
$ ainfera register \ --name support-crew \ --framework crewai ✓ Trust: AAA 942
A live trust badge for your docs, marketplace listing, or README. Updates every minute, under 15KB, works in any HTML page.
$ pip install ainfera$ ainfera init my-agent$ ainfera deploy
Deploy a trusted agent in under five minutes. The infrastructure the agent economy needs — ready the moment you are.