Skip to main content

distributed-tracing

Enables tracking of requests across microservices using Jaeger and Tempo to identify performance bottlenecks and improve debugging.

Install this skill

or
95/100

Security score

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

Categories Tested

Security Issues

low line 80

External URL reference

SourceSKILL.md
80server-urls: http://elasticsearch:9200
low line 171

External URL reference

SourceSKILL.md
171endpoint: 'http://jaeger:14268/api/traces'
low line 217

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
282axios.get('http://downstream-service/api', { headers });
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →