Skip to main content

dojo-client

Integrates Dojo with various game clients, generating typed bindings and connection code for seamless frontend and game engine integration.

Install this skill

or
59/100

Security score

The dojo-client skill was audited on Mar 7, 2026 and we found 5 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 282

Direct command execution function call

SourceSKILL.md
282async function spawn() {
high line 283

Direct command execution function call

SourceSKILL.md
283await client.actions.spawn({ account });
medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201console.log(`Player: ${player?.name}, Score: ${player?.score}`);
medium line 232

Template literal with variable interpolation in command context

SourceSKILL.md
232console.log(`Player ${player?.id}: ${player?.score} points`);
low line 97

External URL reference

SourceSKILL.md
97toriiUrl: "http://localhost:8080",
Scanned on Mar 7, 2026
View Security Dashboard