Skip to main content

microservices

Facilitates the design and implementation of microservices architectures for reliable distributed systems and effective service communication.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 116

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
360# within the same namespace: http://payment-service:8080
Scanned on May 21, 2026
View Security Dashboard
Installation guide →