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
| 224 | client.join(`event:${data.eventId}`); |
medium line 230
Template literal with variable interpolation in command context
SourceSKILL.md
| 230 | this.server.to(`event:${eventId}`).emit('voteUpdate', update); |
medium line 340
Template literal with variable interpolation in command context
SourceSKILL.md
| 340 | this.logger.warn(`Spotify API retry ${attempt}:`, error); |
medium line 352
Template literal with variable interpolation in command context
SourceSKILL.md
| 352 | const cacheKey = `tracks:event:${eventId}`; |
medium line 371
Template literal with variable interpolation in command context
SourceSKILL.md
| 371 | const cacheKey = `spotify:recommendations:${seedGenres.join(',')}`; |
medium line 393
Template literal with variable interpolation in command context
SourceSKILL.md
| 393 | const key = `votes:ratelimit:${sessionId}`; |
medium line 404
Template literal with variable interpolation in command context
SourceSKILL.md
| 404 | throw new VoteRateLimitError(`Try again in ${ttl} seconds`); |
Scanned on Feb 19, 2026
View Security Dashboard