datadog
Monitors infrastructure and applications using the Datadog API, enabling metrics querying, dashboard management, and alert creation.
Install this skill
or
63/100
Security score
The datadog skill was audited on Feb 9, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 22
Curl to non-GitHub URL
SourceSKILL.md
| 22 | curl -X POST "https://api.$DD_SITE/api/v2/series" \ |
medium line 38
Curl to non-GitHub URL
SourceSKILL.md
| 38 | curl "https://api.$DD_SITE/api/v1/query?from=$(date -d '1 hour ago' +%s)&to=$(date +%s)&query=avg:system.cpu.user{*}" \ |
medium line 46
Curl to non-GitHub URL
SourceSKILL.md
| 46 | curl "https://api.$DD_SITE/api/v1/monitor" \ |
medium line 54
Curl to non-GitHub URL
SourceSKILL.md
| 54 | curl -X POST "https://api.$DD_SITE/api/v1/monitor" \ |
medium line 69
Curl to non-GitHub URL
SourceSKILL.md
| 69 | curl -X POST "https://api.$DD_SITE/api/v1/events" \ |
medium line 78
Curl to non-GitHub URL
SourceSKILL.md
| 78 | curl "https://api.$DD_SITE/api/v1/dashboard" \ |
low line 22
External URL reference
SourceSKILL.md
| 22 | curl -X POST "https://api.$DD_SITE/api/v2/series" \ |
low line 38
External URL reference
SourceSKILL.md
| 38 | curl "https://api.$DD_SITE/api/v1/query?from=$(date -d '1 hour ago' +%s)&to=$(date +%s)&query=avg:system.cpu.user{*}" \ |
low line 46
External URL reference
SourceSKILL.md
| 46 | curl "https://api.$DD_SITE/api/v1/monitor" \ |
low line 54
External URL reference
SourceSKILL.md
| 54 | curl -X POST "https://api.$DD_SITE/api/v1/monitor" \ |
low line 69
External URL reference
SourceSKILL.md
| 69 | curl -X POST "https://api.$DD_SITE/api/v1/events" \ |
low line 78
External URL reference
SourceSKILL.md
| 78 | curl "https://api.$DD_SITE/api/v1/dashboard" \ |
low line 84
External URL reference
SourceSKILL.md
| 84 | - Dashboard: https://app.datadoghq.com |
Scanned on Feb 9, 2026
View Security Dashboard