Skip to main content

dojo-deploy

Facilitates deployment of Dojo worlds to Katana, Sepolia testnet, or Starknet mainnet, streamlining game development workflows.

Install this skill

or
85/100

Security score

The dojo-deploy skill was audited on Feb 28, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 112

Access to hidden dotfiles in home directory

SourceSKILL.md
112keystore_path = "~/.starknet_accounts/mainnet.json"
low line 54

External URL reference

SourceSKILL.md
54- RPC server at `http://localhost:5050`
low line 83

External URL reference

SourceSKILL.md
83rpc_url = "https://api.cartridge.gg/x/starknet/sepolia"
low line 110

External URL reference

SourceSKILL.md
110rpc_url = "https://api.cartridge.gg/x/starknet/mainnet"
low line 159

External URL reference

SourceSKILL.md
159katana --fork.provider https://api.cartridge.gg/x/starknet/mainnet
low line 164

External URL reference

SourceSKILL.md
164katana --fork.provider https://api.cartridge.gg/x/starknet/mainnet --fork.block 1000000
low line 269

External URL reference

SourceSKILL.md
269- `RPC_URL`: Katana endpoint (default: `http://localhost:5050`)
low line 270

External URL reference

SourceSKILL.md
270- `TORII_URL`: Torii endpoint (default: `http://localhost:8080`)
low line 363

External URL reference

SourceSKILL.md
363- Use Sepolia faucet: https://faucet.starknet.io
low line 372

External URL reference

SourceSKILL.md
372- RPC: `http://localhost:5050`
low line 376

External URL reference

SourceSKILL.md
376- RPC: `https://api.cartridge.gg/x/starknet/sepolia`
low line 377

External URL reference

SourceSKILL.md
377- Faucet: https://faucet.starknet.io
low line 378

External URL reference

SourceSKILL.md
378- Explorer: https://sepolia.voyager.online
low line 381

External URL reference

SourceSKILL.md
381- RPC: `https://api.cartridge.gg/x/starknet/mainnet`
low line 382

External URL reference

SourceSKILL.md
382- Explorer: https://voyager.online
Scanned on Feb 28, 2026
View Security Dashboard