/install arc-trust-verifier
Trust Verifier
Trust, but verify. Assess the trustworthiness of a ClawHub skill by analyzing its publisher, history, dependencies, and consistency.
Why This Exists
Security scanning catches known malicious patterns. But what about skills that are technically clean but published by unknown authors, have inconsistent version histories, or depend on untrusted packages? Trust Verifier fills the gap between "no vulnerabilities detected" and "safe to install."
Commands
Assess trust for a skill directory
python3 {baseDir}/scripts/trust_verifier.py assess --path ~/.openclaw/skills/some-skill/
Generate a trust attestation
python3 {baseDir}/scripts/trust_verifier.py attest --path ~/.openclaw/skills/some-skill/ --output trust.json
Verify an existing attestation
python3 {baseDir}/scripts/trust_verifier.py verify --attestation trust.json --path ~/.openclaw/skills/some-skill/
Check dependency trust chain
python3 {baseDir}/scripts/trust_verifier.py deps --path ~/.openclaw/skills/some-skill/
Trust Signals
- Publisher reputation: Known vs unknown publisher, account age, skill count
- Version consistency: Do updates match expected patterns? Sudden permission changes?
- Content integrity: SHA-256 hashes of all files, reproducible builds
- Dependency chain: Are dependencies from trusted sources?
- Community signals: Moltbook mentions, upvotes, known endorsements
Trust Levels
- VERIFIED — Meets all trust criteria, attestation valid
- TRUSTED — Most signals positive, minor gaps
- UNKNOWN — Insufficient data to assess trust
- SUSPICIOUS — One or more trust signals failed
- UNTRUSTED — Multiple trust failures, do not install
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arc-trust-verifier - After installation, invoke the skill by name or use
/arc-trust-verifier - Provide required inputs per the skill's parameter spec and get structured output
What is Trust Verifier?
Verify skill provenance and build trust scores for ClawHub skills. Checks publisher history, version consistency, dependency trust chains, and generates trus... It is an AI Agent Skill for Claude Code / OpenClaw, with 1487 downloads so far.
How do I install Trust Verifier?
Run "/install arc-trust-verifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trust Verifier free?
Yes, Trust Verifier is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Trust Verifier support?
Trust Verifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Trust Verifier?
It is built and maintained by ArcSelf (@trypto1019); the current version is v1.1.0.