Install
openclaw skills install onchain-skill-auditOn-chain skill provenance registry. Check, register, audit, and vouch for agent skills on Solana. Use when evaluating skill safety, registering new skills, or looking up provenance before installation.
openclaw skills install onchain-skill-auditLook up on-chain provenance for a skill before installing.
Submit an audit verdict (requires IQ tokens in wallet). Severities: S (secure), L (low), M (medium), H (high), C (critical) Optionally run ZeroLeaks first and inscribe full report via codeIn.
Community endorsement. Score 1-5 (default 5).
Register a local skill with on-chain hash.
Package: @rocketlabs/skill-audit
const { checkSkill, registerSkill, auditSkill, vouchForSkill, hashSkill } = require('@rocketlabs/skill-audit');
Returns: { trustLevel, skill, audits, vouches, summary }
Free (RPC read only, no SOL needed).
Writes to skill_registry table. Public — anyone can register.
Writes to skill_audits table. IQ-token-gated — signer must hold IQ tokens.
Severity: S/L/M/H/C. Categories: dir,enc,per,soc,tec,cre,mny,cot,pol,asc,ctx,sem,too,sir,ech
Writes to skill_vouches table. Public — anyone can vouch. Score 1-5.
Returns: { fullHash, shortHash } — SHA-256 of normalized content.
9KLLchQVJpGkw4jPuUmnvqESdR7mtNCYr3qS4iQLabsskill-audit@iqlabs-official/solana-sdk v0.1.1+ (CommonJS required)@solana/web3.js v1.x3uXACfojUrya7VH51jVC1DCHq3uzK4A7g469Q954LABS)