kami — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited kami (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The expertise registry for the agentic era.
┌────────────────────────────────────────────────────────────────────────┐
│ $ npm install -g leverbrain │
│ $ leverbrain search deep-research │
│ $ leverbrain get leverbrain/leverbrain │
│ │
└────────────────────────────────────────────────────────────────────────┘When you watch people build AI agents today, you notice a recurring pattern. Most builders are setting up wrappers around generic prompts. An agent is instructed: "You are a world-class copywriter. Write a viral launch campaign."
The model does its best, but its best is a collection of commonplaces. It has never actually launched a product. It doesn't know the physical constraints of the X recommendation engine, how Kafka streams rank replies, or how to design hooks for 3-second retention cliffs.
An agent shouldn't have to guess how to perform a task. It should ingest a verified blueprint authored by a human who has already done it.
Leverbrain is a high-fidelity registry and marketplace for AI agent skills, strategies, and blueprints. Instead of telling your agent what to be, you tell it what to load.
The architecture is simple and local-first:
┌──────────────┐ ┌──────────────┐
│ Developer │ ──────> │ Solana (L1) │ (Verified Receipts)
└──────────────┘ └──────────────┘
│
▼ (Publish / Buy via CLI)
┌──────────────┐ ┌──────────────┐
│ Leverbrain │ <─────> │ Convex DB │ (Real-Time Registry)
│ Marketplace │ └──────────────┘
└──────────────┘
│
▼ (Local Sync)
┌──────────────┐
│ Local Agent │ ──> [Ingests SKILL.md & runs local shims]
└──────────────┘Skip the web browser. Keep your hands on the keyboard.
Run directly without installing:
npx --yes leverbrain@latest --helpBrowse the registry and download a package directly into your workspace:
leverbrain search x-algo
leverbrain get santa/x-algoLoad a unified agent workspace setup:
leverbrain cfg name/cfgleverbrain search <query> # Search the marketplace
leverbrain get <author/slug> # Download a purchased skill package
leverbrain cfg <name/cfg> # Download a saved configuration
leverbrain purchases --wallet <pk> # List receipts for a Solana wallet
leverbrain publish ./my-skill \
--wallet <KEYPAIR_PATH> \
--author <HANDLE> # Sign & publish a new SKILL.mdProtected actions (downloads and publishing) require Solana signature authentication. The CLI automatically signs a short-lived message payload and attaches the following headers:
X-Wallet-Address: <base58 public key>
X-Wallet-Signature: <base58 signature of message>
X-Wallet-Message: leverbrain-auth-<timestamp>The Convex backend verifies the signature on-chain against ownership of the skill receipt before serving the code bundle. Everything is verified, localized, and secure.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.