CtrlK
BlogDocsLog inGet started
Tessl Logo

dojo-client

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

Quality

92%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

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

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.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.

Report incorrect finding
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 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.

Repository
steebchen/proof-of-war
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.