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 Mar 7, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 79

External URL reference

SourceSKILL.md
79server-urls: http://elasticsearch:9200
low line 170

External URL reference

SourceSKILL.md
170endpoint: 'http://jaeger:14268/api/traces'
low line 216

External URL reference

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

External URL reference

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

External URL reference

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