ops-monitor
Monitors application performance and health by polling Datadog, New Relic, and OpenTelemetry for alerts and traces.
Install this skill
or
53/100
Security score
The ops-monitor skill was audited on May 29, 2026 and we found 11 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 18
Template literal with variable interpolation in command context
SourceSKILL.md
| 18 | ```bash |
medium line 142
Template literal with variable interpolation in command context
SourceSKILL.md
| 142 | ```bash |
high line 62
Curl to non-GitHub URL
SourceSKILL.md
| 62 | - **Datadog**: `curl -sf -H "DD-API-KEY: $DD_API_KEY" -H "DD-APPLICATION-KEY: $DD_APP_KEY" "https://api.datadoghq.com/api/v1/validate"` → expect `{"valid": true}` |
high line 63
Curl to non-GitHub URL
SourceSKILL.md
| 63 | - **New Relic**: `curl -sf -H "Api-Key: $NR_API_KEY" "https://api.newrelic.com/graphql" -d '{"query":"{ actor { user { name } } }"}'` → expect `data.actor.user` |
low line 52
External URL reference
SourceSKILL.md
| 52 | 1. `otel_endpoint` — Base URL of your OTEL-compatible backend (e.g., https://otlp.grafana.net) |
low line 62
External URL reference
SourceSKILL.md
| 62 | - **Datadog**: `curl -sf -H "DD-API-KEY: $DD_API_KEY" -H "DD-APPLICATION-KEY: $DD_APP_KEY" "https://api.datadoghq.com/api/v1/validate"` → expect `{"valid": true}` |
low line 63
External URL reference
SourceSKILL.md
| 63 | - **New Relic**: `curl -sf -H "Api-Key: $NR_API_KEY" "https://api.newrelic.com/graphql" -d '{"query":"{ actor { user { name } } }"}'` → expect `data.actor.user` |
low line 138
External URL reference
SourceSKILL.md
| 138 | | Datadog | `DD-API-KEY: $key` + `DD-APPLICATION-KEY: $app_key` | https://api.datadoghq.com | /api/v1/validate | |
low line 139
External URL reference
SourceSKILL.md
| 139 | | New Relic | `Api-Key: $key` | https://api.newrelic.com/graphql | POST GraphQL query | |
low line 147
External URL reference
SourceSKILL.md
| 147 | "https://api.datadoghq.com/api/v1/monitor?monitor_tags=*&with_downtimes=false" \ |
low line 155
External URL reference
SourceSKILL.md
| 155 | "https://api.newrelic.com/graphql" |
Scanned on May 29, 2026
View Security Dashboard