Register agents on the zScore ERC-8004 Identity Registry, manage wallets and metadata, and read on-chain state. Use when an agent needs to register on-chain, check fees, read agent info, set metadata, or manage agent wallets on Base Mainnet or Base Sepolia.
90
88%
Does it follow best practices?
Impact
100%
2.17xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.70). The skill fetches and parses arbitrary HTTP tokenURIs returned by the on-chain registry (see lib/get-agent.js which does fetch(agentURI) and uses parsedJson in cmdRead and the post-registration verification in scripts/zscore.ts), so it clearly ingests untrusted/public third-party JSON and displays/interprets it as part of its runtime workflow.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill explicitly performs on-chain transactions that move value and require signing with a private key. It mints an NFT during register (paying a stated registration fee of 0.0025 ETH on mainnet / 0.001 ETH on Sepolia), requires a PRIVATE_KEY to run writes, and exposes commands that call contract methods (register, set-metadata, unset-wallet) which send transactions. Managing wallets and signing transactions on Ethereum (Base) is a direct crypto/blockchain financial execution capability, not a generic tool. Therefore it meets the "Direct Financial Execution" criteria.
02adecb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.