datadog
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto query the Datadog Logs API and employs an inlinepython3script to parse and format the JSON response. These operations are restricted to processing data fetched from the legitimate service API. - [EXTERNAL_DOWNLOADS]: The skill retrieves log data from
datadoghq.com. Datadog is a well-known service, and these network operations are necessary for the skill's primary function of log investigation. - [CREDENTIALS_UNSAFE]: The skill correctly handles authentication by instructing the agent to request
DD_API_KEYandDD_APP_KEYfrom the user at runtime. It explicitly prohibits hardcoding or committing these keys, recommending session-based storage instead.
Audit Metadata