Implement, deploy, and index ERC20 and ERC721 tokens in Dojo. Use when adding token contracts, deploying them, or configuring Torii to index balances and transfers.
87
82%
Does it follow best practices?
Impact
99%
2.35xAverage score across 3 eval scenarios
Medium
Suggest reviewing before use
The canonical home for this skill is dojo-token in dojoengine/book
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
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 is explicitly about implementing, deploying, and operating ERC20/ERC721 token contracts. The prompt includes concrete smart-contract functions that mint and transfer tokens (e.g., fn mint(...), fn transfer(...)) and describes deploying those contracts and indexing their balances/transfers. This is specific crypto/blockchain functionality to modify token balances and execute token transfers, which constitutes direct financial execution capability.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.90). The skill's SKILL.md shows configuring Torii to index arbitrary ERC20/ERC721 contract addresses (see the "Indexing Tokens with Torii" section and torii.toml/CLI examples), meaning the agent will ingest public, user-created on-chain token metadata and transfer events from untrusted third-party contracts which could contain instructions or influence behavior.
44466c6
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.