Skip to main content

prometheus-configuration

Configures Prometheus for metric collection and monitoring, enabling effective alerting and infrastructure management.

Install this skill

or
75/100

Security score

The prometheus-configuration skill was audited on Mar 8, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80```yaml
medium line 374

Curl to non-GitHub URL

SourceSKILL.md
374curl http://localhost:9090/api/v1/targets
medium line 380

Curl to non-GitHub URL

SourceSKILL.md
380curl http://localhost:9090/api/v1/status/config
medium line 386

Curl to non-GitHub URL

SourceSKILL.md
386curl 'http://localhost:9090/api/v1/query?query=up'
low line 45

External URL reference

SourceSKILL.md
45helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
low line 351

External URL reference

SourceSKILL.md
351promtool query instant http://localhost:9090 'up'
low line 374

External URL reference

SourceSKILL.md
374curl http://localhost:9090/api/v1/targets
low line 380

External URL reference

SourceSKILL.md
380curl http://localhost:9090/api/v1/status/config
low line 386

External URL reference

SourceSKILL.md
386curl 'http://localhost:9090/api/v1/query?query=up'
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →