feat: add Maiat trust verification action provider#1031
Open
JhiNResH wants to merge 1 commit intocoinbase:mainfrom
Open
feat: add Maiat trust verification action provider#1031JhiNResH wants to merge 1 commit intocoinbase:mainfrom
JhiNResH wants to merge 1 commit intocoinbase:mainfrom
Conversation
New action provider for pre-transaction trust verification: Actions: - check_trust_score: Check agent/token trust score (0-100) with proceed/caution/avoid verdict. Use before any swap or delegation. - check_token_safety: Detect honeypots, high-tax tokens, unverified contracts. Use before swapping into unknown tokens. - get_agent_reputation: Full agent reputation profile with community sentiment and endorsements. All actions use Maiat's free API (app.maiat.io/api/v1) — no API key required. Data from 18,600+ indexed agents on Base. x402 paid endpoints also available for richer data without rate limits.
🟡 Heimdall Review Status
|
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.
Summary
New action provider for pre-transaction trust verification — check agent reputation and token safety before executing any swap, transfer, or delegation.
Actions
check_trust_scorecheck_token_safetyget_agent_reputationWhy
Agents using AgentKit for DeFi need a way to verify tokens and counterparties are safe before executing transactions. This provider adds a safety check layer:
check_token_safety(TOKEN_X)API
All actions use Maiat's free public API — no API key, no payment required:
app.maiat.io/api/v1/trust?address=...app.maiat.io/api/v1/token-check?token=...x402 paid endpoints also available for richer data without rate limits.
Stats
Implementation
defillama)zod(already in monorepo)