Add wallet-reputation skill for agent trust scoring#5
Open
jacobsd32-cpu wants to merge 1 commit intoConway-Research:mainfrom
Open
Add wallet-reputation skill for agent trust scoring#5jacobsd32-cpu wants to merge 1 commit intoConway-Research:mainfrom
jacobsd32-cpu wants to merge 1 commit intoConway-Research:mainfrom
Conversation
Adds a new skill that lets Automatons check wallet reputation before x402 payments and external interactions using DJD Agent Score API. - Free tier: 10 calls/day, no key needed - Paid tier: works directly with x402Fetch (same x402 protocol) - Includes decision logic thresholds for autonomous agents - Identity bonus via GitHub verification Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
wallet-reputationskill that lets Automatons check wallet trustworthiness before x402 payments, funding child agents, or trusting unknown counterpartiesWhy this matters for Automatons
When an Automaton pays for an x402 service or interacts with another agent, it currently has no signal about the counterparty's trustworthiness. A fresh sybil wallet looks identical to a 6-month-old legitimate operator.
This skill gives agents a concrete decision framework:
score >= 60 && confidence >= 0.5→ safe to transactscore < 40 || confidence < 0.2→ caution (new/suspicious wallet)Integration highlights
x402Fetch()works directly — no new auth flowconway-cloudskill patternauto-activate: true: Loads automatically when reputation checks are relevantTry it
curl "https://djd-agent-score.fly.dev/v1/score/basic?wallet=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"API Docs · OpenAPI Spec · x402 Discovery · GitHub