Skip to main content

microservices

Facilitates the design and implementation of microservices architectures, enhancing system reliability and scalability.

Install this skill

or
85/100

Security score

The microservices skill was audited on Jun 7, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93const res = await fetch(`http://user-service/users/${userId}`, {
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96if (!res.ok) throw new Error(`upstream error: ${res.status}`);
low line 80

External URL reference

SourceSKILL.md
80f"http://user-service/users/{user_id}",
low line 93

External URL reference

SourceSKILL.md
93const res = await fetch(`http://user-service/users/${userId}`, {
low line 111

External URL reference

SourceSKILL.md
111fmt.Sprintf("http://user-service/users/%s", userID), nil)
low line 336

External URL reference

SourceSKILL.md
336# http://payment-service.payments-ns.svc.cluster.local:8080
low line 337

External URL reference

SourceSKILL.md
337# within the same namespace: http://payment-service:8080
Scanned on Jun 7, 2026
View Security Dashboard