cc-skill-backend-patterns
Provides best practices for backend architecture, API design, and database optimization using Node.js, Express, and Next.js.
Install this skill
or
78/100
Security score
The cc-skill-backend-patterns skill was audited on May 13, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 211
Template literal with variable interpolation in command context
SourceSKILL.md
| 211 | const cached = await this.redis.get(`market:${id}`) |
medium line 222
Template literal with variable interpolation in command context
SourceSKILL.md
| 222 | await this.redis.setex(`market:${id}`, 300, JSON.stringify(market)) |
medium line 229
Template literal with variable interpolation in command context
SourceSKILL.md
| 229 | await this.redis.del(`market:${id}`) |
medium line 238
Template literal with variable interpolation in command context
SourceSKILL.md
| 238 | const cacheKey = `market:${id}` |
low line 353
Access to .env file
SourceSKILL.md
| 353 | const payload = jwt.verify(token, process.env.JWT_SECRET!) as JWTPayload |
low line 596
External URL reference
SourceSKILL.md
| 596 | > **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)** |
Scanned on May 13, 2026
View Security DashboardGitHub Stars 3
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
frontenddesignsupabasereactgitapidatabasetestingbackendbackend-developerdata-engineerproduct-managersupabasedevelopmentproduct
techwavedev/agi-agent-kit