Skip to main content

dojo-setup

Facilitates the setup of dojo.js SDK in frontend projects, enabling configuration and integration with React components.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

low line 49

Access to .env file

SourceSKILL.md
49rpcUrl: process.env.VITE_RPC_URL || "http://localhost:5050",
low line 50

Access to .env file

SourceSKILL.md
50toriiUrl: process.env.VITE_TORII_URL || "http://localhost:8080",
low line 52

Access to .env file

SourceSKILL.md
52masterAddress: process.env.VITE_MASTER_ADDRESS || "0x...",
low line 53

Access to .env file

SourceSKILL.md
53masterPrivateKey: process.env.VITE_MASTER_PRIVATE_KEY || "",
low line 29

External URL reference

SourceSKILL.md
29toriiUrl: "http://localhost:8080",
low line 49

External URL reference

SourceSKILL.md
49rpcUrl: process.env.VITE_RPC_URL || "http://localhost:5050",
low line 50

External URL reference

SourceSKILL.md
50toriiUrl: process.env.VITE_TORII_URL || "http://localhost:8080",
low line 74

External URL reference

SourceSKILL.md
74VITE_TORII_URL=http://localhost:8080
low line 75

External URL reference

SourceSKILL.md
75VITE_RPC_URL=http://localhost:5050
low line 84

External URL reference

SourceSKILL.md
84| `toriiUrl` | Torii indexer URL (default: `http://localhost:8080`) |
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →