Skip to main content

distributed-tracing

Enables tracking of requests across microservices using Jaeger and Tempo for improved performance and observability.

Install this skill

or
95/100

Security score

The distributed-tracing skill was audited on Mar 8, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 67

External URL reference

SourceSKILL.md
67server-urls: http://elasticsearch:9200
low line 162

External URL reference

SourceSKILL.md
162endpoint: "http://jaeger:14268/api/traces",
low line 206

External URL reference

SourceSKILL.md
206jaeger.WithEndpoint("http://jaeger:14268/api/traces"),
low line 263

External URL reference

SourceSKILL.md
263response = requests.get('http://downstream-service/api', headers=headers)
low line 274

External URL reference

SourceSKILL.md
274axios.get("http://downstream-service/api", { headers });
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →