Skip to main content

Model Fine-Tuning

Facilitates fine-tuning AI models on a distributed GPU network, enabling users to customize and optimize model performance.

Install this skill

or
86/100

Security score

The Model Fine-Tuning skill was audited on Feb 25, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178console.log(`Fine-tuning balance: ${ethers.formatEther(account[2])} 0G`);
medium line 196

Template literal with variable interpolation in command context

SourceSKILL.md
196console.log(`Polling task ${taskId} (attempt ${attempt + 1})...`);
low line 168

Access to .env file

SourceSKILL.md
168const provider = new ethers.JsonRpcProvider(process.env.RPC_URL);
low line 169

Access to .env file

SourceSKILL.md
169const wallet = new ethers.Wallet(process.env.PRIVATE_KEY!, provider);
low line 186

Access to .env file

SourceSKILL.md
186const provider = new ethers.JsonRpcProvider(process.env.RPC_URL);
low line 187

Access to .env file

SourceSKILL.md
187const wallet = new ethers.Wallet(process.env.PRIVATE_KEY!, provider);
Scanned on Feb 25, 2026
View Security Dashboard