CtrlK
BlogDocsLog inGet started
Tessl Logo

doppel-erc-8004

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

2.74x
Quality

55%

Does it follow best practices?

Impact

96%

2.74x

Average score across 3 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./public/skills/0xm1kr/doppel-erc-8004/SKILL.md
SKILL.md
Quality
Evals
Security

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
Demerzels-lab/elsamultiskillagent
Audited
Security analysis
Snyk

Is this your skill?

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.