Skip to main content

Votebox Development Skill

Provides best practices for developing Votebox, a cloud-native SaaS platform for democratic music voting in venues.

Install this skill

or
65/100

Security score

The Votebox Development Skill skill was audited on Feb 19, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 224

Template literal with variable interpolation in command context

SourceSKILL.md
224client.join(`event:${data.eventId}`);
medium line 230

Template literal with variable interpolation in command context

SourceSKILL.md
230this.server.to(`event:${eventId}`).emit('voteUpdate', update);
medium line 340

Template literal with variable interpolation in command context

SourceSKILL.md
340this.logger.warn(`Spotify API retry ${attempt}:`, error);
medium line 352

Template literal with variable interpolation in command context

SourceSKILL.md
352const cacheKey = `tracks:event:${eventId}`;
medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371const cacheKey = `spotify:recommendations:${seedGenres.join(',')}`;
medium line 393

Template literal with variable interpolation in command context

SourceSKILL.md
393const key = `votes:ratelimit:${sessionId}`;
medium line 404

Template literal with variable interpolation in command context

SourceSKILL.md
404throw new VoteRateLimitError(`Try again in ${ttl} seconds`);
Scanned on Feb 19, 2026
View Security Dashboard