wallet-guard

Evaluate crypto wallet transactions and BLOCK, WARN, or ALLOW with receipts via Wallet Guard API.

5|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill wallet-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wallet-guard
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/.claude/skills/wallet-guard
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill wallet-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wallet Guard prevents unsafe or suspicious crypto wallet actions by evaluating token, deployer, and contract security signals before any swap, transfer, or approval is executed.

Core Features & Use Cases

  • 3-state decision governance (BLOCK / WARN / ALLOW): Automatically rejects high-risk tokens, pauses uncertain cases for human review, and permits clean, verified interactions.
  • Frozen request/response schemas: Enforces consistent evaluation payloads for token scoring, identity, liquidity depth, and honeypot checks.
  • Receipt-based auditability: Produces an immutable receipt with reasons and timestamps for every evaluated decision, supporting operational governance.

Quick Start

Evaluate a pending wallet action by sending the token address, chain, action, and amount_usd to the Wallet Guard endpoint to get a BLOCK/WARN/ALLOW decision with a receipt.

Frequently Asked Questions about wallet-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I screen crypto wallet transactions for honeypots and rug pulls?

Screen crypto wallet transactions by evaluating token score, deployer identity, liquidity depth, and honeypot checks before executing swaps, transfers, or approvals. This process prevents unsafe actions by returning a BLOCK, WARN, or ALLOW decision.

What is a 3-state decision contract for wallet governance?

A 3-state decision contract for wallet governance automatically blocks high-risk tokens, warns on uncertain cases requiring human approval, and allows verified interactions. It ensures strict transaction screening with receipt logging for auditability.

How do I generate audit receipts for pre-trade crypto screening?

Generate audit receipts for pre-trade crypto screening by evaluating pending wallet actions through a transaction governance API. The evaluation produces an immutable receipt with reasons and timestamps for every BLOCK, WARN, or ALLOW decision.

Does wallet transaction screening work for agent-to-agent transaction flows?

Yes, wallet transaction screening applies to agent-to-agent transaction flows. It evaluates token security signals across swaps, transfers, and approvals to protect automated operations from rug pulls and honeypots.

What data do I need to send for crypto token scoring and transaction screening?

You need to send the token address, chain, action, and amount_usd to the Wallet Guard endpoint. The schema-frozen request evaluates token scoring, identity, liquidity depth, and honeypot checks to return a governance decision.

When should I use a WARN state for human approval in crypto transaction governance?

Use a WARN state for human approval when token scoring, deployer identity, liquidity depth, or honeypot checks return uncertain or borderline results. It pauses suspicious wallet actions for manual review rather than outright blocking them.