Real Skill packageSource verifiedClawHub registry

WalletPrint

Screen proposed crypto transactions against the sender's behavioral history to return a risk score, band, and reasons before signing.

Identity and source

Publisher attributionLoai Qubtiregistry owner unverified by skillvetai
Functional categoryAwaiting category reviewreview pending · 0% rule confidence
Package forminstruction with code49 recorded files
Canonical sourceClawHub registryclawhub:loai17:walletprint
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/29/2026.claude/skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/29/2026.agents/skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/29/2026skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @loai17/walletprint
clawhub inspect @loai17/walletprint --version 0.1.0

Security evidence

SkillVetAI static result: medium signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
39 / 49 inspected as text
Checked
8/29/2026, 4:46:57 PM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumSKILL.md has no parseable YAML frontmatterSKILL.md:1 · confidence 100%missing frontmatter
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
18 dependency and API indicators
  • npm: @walletprint/sdk ^0.1.0
  • npm: zod ^3.25.67
  • npm: @langchain/core ^0.3.0
  • npm: @solana/web3.js ^1.98.0
  • api: api.example.com
  • api: clawhub.ai
  • api: feross.org
  • api: github.com
  • api: hooks.slack.com
  • api: opencollective.com
  • api: paulmillr.com
  • api: paypal.me
  • api: tidelift.com
  • api: walletprint.up.railway.app
  • api: walletprint.vercel.app
  • api: www.npmjs.com
  • api: www.patreon.com
  • api: your-app.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/29/2026, 11:43:42 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:af8dc91885eb0f7a451142cce9b8f2ea6577416716a01a14fa549382458f6a11
Show up to 30 recorded paths
  • .github
  • .github/workflows
  • .github/workflows/ci.yml
  • .gitignore
  • CHANGELOG.md
  • CONTRIBUTING.md
  • docs
  • docs/api.md
  • docs/approval-flow.md
  • docs/compliance.md
  • docs/getting-started.md
  • examples
  • examples/basic-score
  • examples/basic-score/index.mjs
  • examples/basic-score/package.json
  • examples/basic-score/README.md
  • examples/feedback-label
  • examples/feedback-label/index.mjs
  • examples/feedback-label/package.json
  • examples/feedback-label/README.md
  • examples/langchain-tool
  • examples/langchain-tool/index.mjs
  • examples/langchain-tool/package.json
  • examples/langchain-tool/README.md
  • examples/README.md
  • examples/zerodev-wrapper
  • examples/zerodev-wrapper/index.mjs
  • examples/zerodev-wrapper/package.json
  • examples/zerodev-wrapper/README.md
  • LICENSE

Source changelog

Initial release of WalletPrint: screen crypto transactions for behavioral risk. - Screen proposed crypto transactions before signing, returning a risk score (0–100), band ("low" | "medium" | "high"), and plain-English reason codes. - Fully advisory—never blocks transactions; agent chooses next steps. - Simple SDK install and API key setup (sandbox and production modes). - Integrations: ZeroDev, LangChain, Solana, Coinbase AgentKit. - Pattern guidance for pausing/alerting on high-risk transactions. - Result feedback loop for improving the scoring model. - Comprehensive docs with usage examples and setup instructions.