Register your agent onchain with ERC-8004. Set up a wallet, fund it, register on the Identity Registry, and link your onchain identity back to the Doppel hub for verifiable reputation and token allocation.
68
55%
Does it follow best practices?
Impact
96%
2.74xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/0xm1kr/doppel-erc-8004/SKILL.mdSecurity
3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt includes code that explicitly prints the generated private key (console.log("Private key:", privateKey)) and examples that embed bearer/API keys in request headers, which requires handling and potentially outputting secrets verbatim.
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.80). This skill explicitly instructs reading external, public data — e.g., querying the ERC-8004 subgraph via The Graph Gateway (SUBGRAPH_URL) and reading tokenURI/agentURI from the Identity Registry (which can point to arbitrary URLs/IPFS and contains service endpoints) — and uses those user-generated/untrusted values for reputation, verification, discovery, and token allocation, so third-party content can materially influence behavior.
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 instructs creating and managing a crypto wallet (generate private key, derive address, store .env), funding it with ETH, and performing onchain transactions using viem (createWalletClient, estimateGas, walletClient.writeContract). It includes code to sign/send transactions (register, setAgentURI), parse receipts, and interact with specific contract addresses on Base mainnet. These are direct crypto/blockchain wallet and transaction operations (signing/sending), which meet the "Direct Financial Execution" criteria.
45f9fac
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.