developing-backend
Assists in backend API implementation, authentication, caching strategies, and performance optimization for secure and efficient services.
Install this skill
or
89/100
Security score
The developing-backend skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 109
Template literal with variable interpolation in command context
SourceSKILL.md
| 109 | const cached = await redis.get(`user:${userId}`); |
medium line 113
Template literal with variable interpolation in command context
SourceSKILL.md
| 113 | await redis.setex(`user:${userId}`, 3600, JSON.stringify(user)); |
low line 86
Access to .env file
SourceSKILL.md
| 86 | return jwt.sign({ userId }, process.env.JWT_SECRET, { expiresIn: '24h' }); |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry