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
| 282 | async function spawn() { |
high line 283
Direct command execution function call
SourceSKILL.md
| 283 | await client.actions.spawn({ account }); |
medium line 201
Template literal with variable interpolation in command context
SourceSKILL.md
| 201 | console.log(`Player: ${player?.name}, Score: ${player?.score}`); |
medium line 232
Template literal with variable interpolation in command context
SourceSKILL.md
| 232 | console.log(`Player ${player?.id}: ${player?.score} points`); |
low line 97
External URL reference
SourceSKILL.md
| 97 | toriiUrl: "http://localhost:8080", |
Scanned on Mar 7, 2026
View Security DashboardInstall this skill with one command
/learn @dojoengine/dojo-client