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