Integrate Dojo with game clients for JavaScript, Unity, Unreal, Rust, and other platforms. Generate typed bindings and connection code. Use when connecting frontends or game engines to your Dojo world.
92
92%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
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's "Querying Entities" and "Subscribing to Changes" sections show it fetching entity data via sdk.getEntities and sdk.subscribeEntityQuery (backed by the Torii indexer/world RPC), which ingests untrusted/user-generated third-party world data and processes it in callbacks and UI logic that can influence agent/client actions.
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 integrates blockchain wallet/account tooling and transaction execution. It references Starknet libraries and connectors (e.g., @starknet-react, starknet, ControllerConnector/@cartridge/connector), shows connect/disconnect and useAccount hooks, and demonstrates calling client.actions.spawn({ account }) / "Transaction handling" in engine integrations. These are specific crypto/blockchain wallet and transaction APIs (wallet/account connection and on-chain action execution), not generic tooling — therefore it grants direct financial execution capability.
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.