Install
openclaw skills install credenceCheck any MCP server or AI tool against the Credence trust registry before installing it. Scores security, provenance, and behavioral risk on a 0-100 scale.
openclaw skills install credenceCheck MCP servers and AI tools against the Credence trust registry before you install them.
/credenceCredence scans MCP servers and AI tools for security issues, verifies their provenance, and checks behavioral risk. Every scanned tool gets a trust score from 0 to 100 and a verdict:
| Score | Verdict | Meaning |
|---|---|---|
| 90-100 | APPROVED | Safe to install |
| 70-89 | CONDITIONAL | Review the flagged items before installing |
| 40-69 | FLAGGED | Significant concerns — install only if you understand the risks |
| 0-39 | REJECTED | Do not install |
Fetch the Credence registry and look up the server:
curl -s "https://raw.githubusercontent.com/pestafford/credence-registry/main/registry/index.json"
Search the servers array for a match on server_id, server_name, canonical_name, or repo_url. The match does not need to be exact — partial matches on the repo URL or server name are fine.
If found, report:
Credence: <server_name>
Score: <trust_score>/100
Verdict: <thinktank_verdict>
Scanned: <attested_at>
Registry: https://credence.securingthesingularity.com/registry.html
Then give your recommendation:
If not found, say:
This tool has not been scanned by Credence yet.
Submit it for scanning at: https://credence.securingthesingularity.com/#submit
Then let the user decide whether to proceed.
Whenever you are about to install or connect to an MCP server (via claude mcp add, editing claude_desktop_config.json, or any other method), check it against Credence first. If the server is not in the registry, tell the user it hasn't been scanned and ask if they want to proceed anyway.
For more detail on a specific server, fetch its attestation file. The attestation_file path from the index entry is relative to:
https://raw.githubusercontent.com/pestafford/credence-registry/main/registry/
The attestation includes the full score breakdown (security, provenance, behavioral), scan metadata, and the deliberation verdict.
User says: "Add the filesystem MCP server"
modelcontextprotocol/servers/filesystem — score 88, APPROVEDUser says: "Install some-unknown-server"
User says: /credence modelcontextprotocol/servers/memory