CtrlK
BlogDocsLog inGet started
Tessl Logo

erc-8004

Register AI agents on Ethereum mainnet using ERC-8004 (Trustless Agents). Use when the user wants to register their agent identity on-chain, create an agent profile, claim an agent NFT, set up agent reputation, or make their agent discoverable. Handles bridging ETH to mainnet, IPFS upload, and on-chain registration.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

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

The skill explicitly performs on-chain crypto operations: it provides contract addresses (identity/reputation registries), scripts to register on-chain and bridge ETH, and an SDK that requires a PRIVATE_KEY and RPC URL to create an agent and call register(agentURI). These are direct blockchain transaction capabilities (wallet signing/bridging/registering), which qualify as Direct Financial Execution (crypto/blockchain).

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

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

In `scripts/get-agent.sh`, the workflow reads first-party on-chain `tokenURI`/agentURI for a provided agentId and then fetches that URI’s content from IPFS (Pinata/`ipfs.io`) or arbitrary HTTPS at runtime, ingesting outsider-authored registration JSON/text.

Repository
BankrBot/skills
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.