agent-install

Pass

Audited by Gen Agent Trust Hub on Apr 16, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches deployment configurations and the Datadog Operator from the official Datadog Helm repository.
  • Evidence: helm repo add datadog https://helm.datadoghq.com in SKILL.md.
  • [EXTERNAL_DOWNLOADS]: Downloads the pup utility from the vendor's official Homebrew tap.
  • Evidence: brew tap datadog-labs/pack && brew install pup in SKILL.md.
  • [DATA_EXFILTRATION]: Validates credentials by communicating with the official Datadog API validation endpoint.
  • Evidence: curl -s -X GET "https://api.<DD_SITE>/api/v1/validate" -H "DD-API-KEY: $DD_API_KEY" in SKILL.md.
  • [COMMAND_EXECUTION]: Uses standard cluster management tools (kubectl, helm) to deploy and verify the agent installation.
  • Evidence: Use of kubectl apply, helm upgrade, and kubectl wait throughout SKILL.md.
  • [SAFE]: Implements secure credential handling instructions, directing users to use a local .env file rather than exposing keys in the conversation history.
  • Evidence: ## Phase 0: Load Credentials section in SKILL.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 16, 2026, 09:31 PM