observability-stack-setup
Automates the deployment of an observability stack for Claude Code, enhancing monitoring and performance analysis with pre-configured dashboards.
Install this skill
or
88/100
Security score
The observability-stack-setup skill was audited on Feb 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 234
Curl to non-GitHub URL
SourceSKILL.md
| 234 | curl -X POST http://localhost:3000/api/dashboards/db \ |
low line 148
External URL reference
SourceSKILL.md
| 148 | - Alloy: `http://localhost:12345/metrics` |
low line 149
External URL reference
SourceSKILL.md
| 149 | - Loki: `http://localhost:3100/ready` |
low line 150
External URL reference
SourceSKILL.md
| 150 | - Tempo: `http://localhost:3200/ready` |
low line 151
External URL reference
SourceSKILL.md
| 151 | - Prometheus: `http://localhost:9090/-/healthy` |
low line 152
External URL reference
SourceSKILL.md
| 152 | - Grafana: `http://localhost:3000/api/health` |
low line 234
External URL reference
SourceSKILL.md
| 234 | curl -X POST http://localhost:3000/api/dashboards/db \ |
low line 246
External URL reference
SourceSKILL.md
| 246 | 3. **View dashboards**: Open http://localhost:3000, explore pre-built dashboards |
Scanned on Feb 12, 2026
View Security Dashboard