datadog-cli
Warn
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to execute commands using
npx @leoflores/datadog-cliacross multiple files (SKILL.md,references/dashboards.md, etc.). Running commands vianpxwithout explicit version pinning dynamically fetches and executes code from the external npm registry at runtime, presenting a supply chain risk. Furthermore, there is a discrepancy between the repository documented inREADME.md(github.com/leonardocouy/datadog-cli) and the npm scope/package used in the actual execution (@leoflores/datadog-cli), indicating an unverified package source. - [INDIRECT_PROMPT_INJECTION]: The skill introduces an indirect prompt injection vulnerability surface by reading untrusted application logs and telemetry data.
- Ingestion points: Data enters the agent's context through log search and real-time tailing commands (
npx @leoflores/datadog-cli logs searchandlogs tail) defined inSKILL.mdandreferences/logs-commands.md. - Boundary markers: There are no boundary markers or explicit isolation instructions defined to prevent the agent from executing instructions embedded within log messages.
- Capability inventory: The agent possesses full shell execution capabilities via the
npxtool and modification capabilities on external dashboards (dashboards update,dashboards delete). - Sanitization: No sanitization, filtering, or validation is performed on the incoming log data before it is processed.
Audit Metadata