Skip to main content

autogen-guide-dashboard

Generates interactive guides from Grafana dashboard JSON, analyzing panels and data sources to create comprehensive user guides.

Install this skill

or
90/100

Security score

The autogen-guide-dashboard skill was audited on Jun 10, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 205

Curl to non-GitHub URL

SourceSKILL.md
205curl -sf "https://<instance>/api/dashboards/uid/<uid>" | jq '.dashboard' > {guide_dir}/assets/dashboard-source.json
low line 182

External URL reference

SourceSKILL.md
182- **Grafana API URL**: `https://<instance>/api/dashboards/uid/<uid>`
low line 183

External URL reference

SourceSKILL.md
183- **Dashboard URL**: `https://<instance>/d/<uid>/<slug>?...` (derive API URL from this)
low line 188

External URL reference

SourceSKILL.md
188Dashboard URL: https://play.grafana.org/d/vmie2cmWz/bar-gauge?orgId=1&from=now-6h&to=now
low line 191

External URL reference

SourceSKILL.md
191API URL: https://play.grafana.org/api/dashboards/uid/vmie2cmWz
low line 205

External URL reference

SourceSKILL.md
205curl -sf "https://<instance>/api/dashboards/uid/<uid>" | jq '.dashboard' > {guide_dir}/assets/dashboard-source.json
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →