Skip to main content

loki

Provides a comprehensive guide for implementing Grafana Loki, a scalable log aggregation system, including deployment and configuration details.

Install this skill

or
89/100

Security score

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

Categories Tested

Security Issues

medium line 582

Wget to non-GitHub URL

SourceSKILL.md
582kubectl exec -it <loki-pod> -n monitoring -- wget -qO- http://localhost:3100/ready
low line 336

External URL reference

SourceSKILL.md
336endpoint: http://loki-gateway:3100/otlp
low line 377

External URL reference

SourceSKILL.md
377helm repo add grafana https://grafana.github.io/helm-charts
low line 513

External URL reference

SourceSKILL.md
513"http://loki:3100/loki/api/v1/query?query={job=\"app\"}"
low line 582

External URL reference

SourceSKILL.md
582kubectl exec -it <loki-pod> -n monitoring -- wget -qO- http://localhost:3100/ready
low line 637

External URL reference

SourceSKILL.md
637- [Official Loki Documentation](https://grafana.com/docs/loki/latest/)
low line 639

External URL reference

SourceSKILL.md
639- [LogQL Documentation](https://grafana.com/docs/loki/latest/query/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →