Skip to main content

backend-development

Facilitates backend API design, database architecture, and microservices patterns for robust application development.

Install this skill

or
85/100

Security score

The backend-development skill was audited on May 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123const cached = await redis.get(`user:${id}`);
medium line 127

Template literal with variable interpolation in command context

SourceSKILL.md
127await redis.setex(`user:${id}`, 3600, JSON.stringify(user));
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134await redis.del(`user:${id}`);
Scanned on May 12, 2026
View Security Dashboard
Installation guide →