Skip to main content

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
109const cached = await redis.get(`user:${userId}`);
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113await redis.setex(`user:${userId}`, 3600, JSON.stringify(user));
low line 86

Access to .env file

SourceSKILL.md
86return jwt.sign({ userId }, process.env.JWT_SECRET, { expiresIn: '24h' });
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →