Add wallettriage skill — real-time wallet risk check, x402 pay-per-query#558
Open
ederaildo wants to merge 1 commit into
Open
Add wallettriage skill — real-time wallet risk check, x402 pay-per-query#558ederaildo wants to merge 1 commit into
ederaildo wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this skill does
WalletTriage is a real-time wallet risk engine for AI agents: one x402-paid
GET ($0.01 USDC on Base) answers "how risky is this address right now?" —
the wallet's active ERC20 approvals cross-referenced with a live exploit
threat feed, returning a risk_score (0-100), risk_level and worst-first
actionable findings (what to revoke, USD at risk).
Built for the agent use case: an agent checks a counterparty address (or
its own wallet) BEFORE acting. Stateless — no signup, no API key, nothing
stored server-side.
Why it fits the catalog
Same access model as other skills here (zerion, checkr, quicknode):
plain HTTP behind x402, USDC on Base, pay-per-call. It complements Bankr's
built-in Agent Safety: Bankr guards the transaction being signed; this
triages the address itself against live exploit exposure before the action
is composed.
Live & testable
GET https://api.wallettriage.com/scan?address=0x...&chain=ethGET https://api.wallettriage.com/healthhttps://api.wallettriage.com/openapi.yamlwallettriage-mcp) and the official MCP Registry(
io.github.wallettriage/wallettriage-mcp)In production since 2026-07-08 with end-to-end paid queries settling via
the CDP facilitator.