skills/datadog/datadog-agent/run-e2e/Gen Agent Trust Hub

run-e2e

Pass

Audited by Gen Agent Trust Hub on Jun 16, 2026

Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [DATA_EXFILTRATION]: The skill accesses a sensitive local configuration file located at ~/.test_infra_config.yaml. This file is required for Pulumi-based infrastructure provisioning as part of the skill's primary function.
  • [COMMAND_EXECUTION]: The skill uses the Bash tool to execute dda inv commands. It dynamically constructs these commands by interpolating variables derived from user input ($ARGUMENTS).
  • [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (specifically command injection). It incorporates untrusted user input from $ARGUMENTS into shell commands without explicit instructions for sanitization or escaping.
  • Ingestion points: User-provided $ARGUMENTS parsed in the instructions.
  • Boundary markers: None specified for the shell command construction, though the skill requires manual user confirmation before execution.
  • Capability inventory: Use of the Bash tool to run constructed strings (SKILL.md).
  • Sanitization: The instructions lack specific validation or escaping requirements for input flags like --configparams or --targets.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 16, 2026, 07:25 PM
Security Audit — agent-trust-hub — run-e2e