Skip to main content

build-grafana-dashboards

Creates production-ready Grafana dashboards with reusable panels and version control for effective data visualization and monitoring.

Install this skill

or
34/100

Security score

The build-grafana-dashboards skill was audited on Mar 11, 2026 and we found 6 security issues across 3 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341```json
high line 353

Template literal with variable interpolation in command context

SourceSKILL.md
353- `${__field.labels.instance}`: Label value from clicked data point
high line 354

Template literal with variable interpolation in command context

SourceSKILL.md
354- `${__from}`, `${__to}`: Current dashboard time range
high line 470

Template literal with variable interpolation in command context

SourceSKILL.md
470- **Missing data links**: Data links require exact label names. Use `${__field.labels.labelname}` carefully, verify label exists in query result.
high line 445

Curl to non-GitHub URL

SourceSKILL.md
445- Validate provisioning config: `curl http://localhost:3000/api/admin/provisioning/dashboards/reload -X POST -H "Authorization: Bearer $GRAFANA_API_KEY"`
low line 445

External URL reference

SourceSKILL.md
445- Validate provisioning config: `curl http://localhost:3000/api/admin/provisioning/dashboards/reload -X POST -H "Authorization: Bearer $GRAFANA_API_KEY"`
Scanned on Mar 11, 2026
View Security Dashboard