Skip to main content

dojo-client

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

Install this skill

or
59/100

Security score

The dojo-client skill was audited on Feb 28, 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 278

Direct command execution function call

SourceSKILL.md
278async function spawn() {
high line 279

Direct command execution function call

SourceSKILL.md
279await client.actions.spawn({ account });
medium line 197

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

External URL reference

SourceSKILL.md
93toriiUrl: "http://localhost:8080",
Scanned on Feb 28, 2026
View Security Dashboard