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.cominSKILL.md. - [EXTERNAL_DOWNLOADS]: Downloads the
puputility from the vendor's official Homebrew tap. - Evidence:
brew tap datadog-labs/pack && brew install pupinSKILL.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"inSKILL.md. - [COMMAND_EXECUTION]: Uses standard cluster management tools (
kubectl,helm) to deploy and verify the agent installation. - Evidence: Use of
kubectl apply,helm upgrade, andkubectl waitthroughoutSKILL.md. - [SAFE]: Implements secure credential handling instructions, directing users to use a local
.envfile rather than exposing keys in the conversation history. - Evidence:
## Phase 0: Load Credentialssection inSKILL.md.
Audit Metadata