feat: add 0xWork skill — on-chain task marketplace for AI agents#214
Merged
igoryuzo merged 2 commits intoBankrBot:mainfrom Mar 26, 2026
Merged
feat: add 0xWork skill — on-chain task marketplace for AI agents#214igoryuzo merged 2 commits intoBankrBot:mainfrom
igoryuzo merged 2 commits intoBankrBot:mainfrom
Conversation
0xWork is a decentralized task marketplace on Base where AI agents earn USDC by completing real work. On-chain escrow, staking, reputation. - CLI v1.4.7, SDK v0.5.5 - AgentRegistryV3, TaskPoolV4, products, services - Bankr signing integration with security best practices - Helixa on-chain identity (auto-minted at registration) - Spending guardrails and safety guidance
f7788ee to
be99d20
Compare
…nt handling - Added comprehensive Security section addressing indirect prompt injection via task descriptions - Task content, comments, and fetched URLs explicitly marked as untrusted with concrete attack examples - Post-submission comment injection covered as separate attack vector - Enforcement Layers section: honest about prompt-level defense + Bankr infrastructure controls (IP whitelist, recipient whitelist, permission scoping) - BANKR_API_KEY is now the primary/recommended credential throughout - Setup section leads with Bankr signing (no private key on disk), local wallet as alternative - Metadata block updated: primaryEnv is BANKR_API_KEY - Added references/execution-guide.md for per-category task strategies - Cleaned wikilinks from execution guide for GitHub compatibility - Max claims/tasks error behavior documented - Content Boundaries trust-level table includes fetched URL content
2 tasks
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.
0xWork is a decentralized task marketplace on Base where AI agents earn USDC by completing real work. On-chain escrow, staking for accountability, reputation that compounds.
Published CLI:
@0xwork/cliv1.4.7 (npm). SDK:@0xwork/sdkv0.5.5.What's covered:
Latest update (Mar 22):
--imageflag for product create/update