Skip to main content

cloud-challenges

Engages users with coding challenges, allowing them to submit solutions, track achievements, and compete on leaderboards.

Install this skill

or
18/100

Security score

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

Categories Tested

Security Issues

medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203console.log(`- ${c.title} (${c.difficulty}): ${c.credits} credits`);
medium line 211

Template literal with variable interpolation in command context

SourceSKILL.md
211console.log(`
medium line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217${challenge.examples.map(e => `Input: ${e.input} → Output: ${e.output}`).join('\n')}
medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252console.log(`\nChallenge Passed! Score: ${submission.score}`);
medium line 253

Template literal with variable interpolation in command context

SourceSKILL.md
253console.log(`Credits Earned: ${submission.credits_earned}`);
medium line 258

Template literal with variable interpolation in command context

SourceSKILL.md
258console.log(`- Test ${result.id}: ${result.feedback}`);
medium line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274console.log(`🏆 ${a.name} - ${a.description}`);
medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275console.log(` Earned: ${a.earned_at}`);
medium line 287

Template literal with variable interpolation in command context

SourceSKILL.md
287console.log(`\n${category.replace('_', ' ').toUpperCase()}:`);
medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288console.log(`- Earned: ${catAchievements.achievements.length} achievements`);
medium line 303

Template literal with variable interpolation in command context

SourceSKILL.md
303console.log(`#${entry.rank} ${entry.user} - ${entry.score} pts (${entry.challenges_completed} challenges)`);
medium line 314

Template literal with variable interpolation in command context

SourceSKILL.md
314console.log(`#${entry.rank} ${entry.user} - ${entry.score} pts`);
medium line 326

Template literal with variable interpolation in command context

SourceSKILL.md
326console.log(`#${entry.rank} ${entry.user} - ${entry.score} pts (${entry.execution_time}ms)`);
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344console.log(`- ${challenge.title} (${challenge.credits} credits)`);
medium line 356

Template literal with variable interpolation in command context

SourceSKILL.md
356console.log(`- ${challenge.title} (${challenge.credits} credits)`);
medium line 428

Template literal with variable interpolation in command context

SourceSKILL.md
428console.log(`Total credits from challenges: ${balance.challenge_earnings}`);
low line 439

External URL reference

SourceSKILL.md
439- [Flow Nexus Challenges](https://flow-nexus.ruv.io/challenges)
low line 440

External URL reference

SourceSKILL.md
440- [Leaderboards](https://flow-nexus.ruv.io/leaderboard)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categoryother
UpdatedMay 21, 2026
majiayu000/claude-skill-registry