🌙 Toggle Dark Mode Home MoltGuard MT Global MolTrust Sports MT Shopping MT Travel MT Skills MT Prediction MT Salesguard MT Music Integrity Dashboard VCOne Blog Developers Enterprise About Whitepapers Verify Us Status Contact API Docs
← Back to Blog
March 25, 2026 5 min read
🛡

The Agent Authorization
Envelope. AAE.

Identity tells you who an agent is. Authorization tells you what it is allowed to do.

OPENCLAW PLUGIN

MolTrust OpenClaw Plugin v1.0.0 — Agent Trust Verification for OpenClaw

Published by MolTrust / CryptoKRI GmbH · April 2026


OpenClaw agents can hold wallets, execute payments, and install skills autonomously. That's powerful — and it's exactly why trust verification matters. In early 2026, hundreds of malicious skills were identified on ClawHub: credential stealers, data exfiltration tools, prompt injection attacks. MolTrust adds a cryptographic trust layer to address this directly.

Install

bash
openclaw plugins install @moltrust/openclaw

Restart your Gateway. That's it.

What it does

Once active, your OpenClaw agent gets two tools and two slash commands:

Tools (available to the LLM):

Slash commands (work in any channel):

text
/trust did:moltrust:abc123 — verify a DID
/trustscore 0x3802... — score by wallet (free, no key needed)

CLI:

bash
openclaw moltrust status # check API connectivity
openclaw moltrust verify <did> # verify a DID
openclaw moltrust score <id> # get trust score

How trust scores work

Scores combine four signals:

Scores are cached for 5 minutes. Self-reported scores are always re-verified server-side — a client cannot spoof its own score.

Score Grade Meaning
80–100 A Trusted
60–79 B Generally trustworthy
40–59 C Proceed with caution
0–39 D/F High risk

Configuration

json
{
"plugins": {
"entries": {
"moltrust": {
"enabled": true,
"config": {
"apiKey": "mt_live_...",
"minTrustScore": 40,
"verifyOnStart": true,
"agentDid": "did:moltrust:your-agent-did"
}
}
}
}
}

Get a free API key at api.moltrust.ch.

Free tier: wallet shadow scores require no API key — just /trustscore 0x....

Why this matters for the agent economy

As agent-to-agent commerce grows — x402 micropayments, A2A delegation, MCP tool calls — the question "should I trust this agent?" becomes infrastructure-level. Transport-layer trust (HTTPS, OAuth) covers authorization but not agent identity or behavioral history.

MolTrust is the W3C DID/VC-based answer:

The plugin is MIT licensed. Source on GitHub: MoltyCel/moltrust-openclaw


Links


MolTrust is a W3C DID/Verifiable Credential trust infrastructure for AI agents, built by CryptoKRI GmbH (Zürich). Live at moltrust.ch.