Skip to main content

dd-docs

Facilitates quick access to Datadog documentation and limits through an optimized LLM-friendly index for efficient lookup.

Install this skill

or
70/100

Security score

The dd-docs skill was audited on Feb 27, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Curl to non-GitHub URL

SourceSKILL.md
33curl -s https://docs.datadoghq.com/llms.txt | head -100
medium line 41

Curl to non-GitHub URL

SourceSKILL.md
41curl -s https://docs.datadoghq.com/llms.txt | grep -i "monitors"
medium line 42

Curl to non-GitHub URL

SourceSKILL.md
42curl -s https://docs.datadoghq.com/llms.txt | grep -i "apm"
medium line 43

Curl to non-GitHub URL

SourceSKILL.md
43curl -s https://docs.datadoghq.com/llms.txt | grep -i "logs"
medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl -s https://docs.datadoghq.com/monitors.md
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -s https://docs.datadoghq.com/tracing.md
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →