datadog-api

Pass

Audited by Gen Agent Trust Hub on Jul 1, 2026

Risk Level: SAFE
Full Analysis
  • Standard Authentication Practices: The skill relies on runtime-injected environment variables (DD_API_KEY and DD_APP_KEY) for authentication, avoiding hardcoded secrets and following secure configuration patterns.\n- Trusted Network Operations: Communication is performed via curl to *.datadoghq.com subdomains, which are official endpoints for the well-known Datadog monitoring service.\n- Indirect Prompt Injection Mitigation: The documentation proactively warns the agent to treat retrieved content (such as logs or issue descriptions) as untrusted data, advising against following instructions or executing commands found within API results.\n- Secure Scripting Patterns: The included dd_logs.sh script utilizes jq for robust JSON parsing and includes argument validation to ensure parameters like page sizes and limits are within expected bounds.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 1, 2026, 11:17 PM
Security Audit — agent-trust-hub — datadog-api