dd-logs
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
pupCLI tool to perform log searches, manage archives, and list metrics. It also demonstrates the use ofjqfor processing log search results in the shell. - [EXTERNAL_DOWNLOADS]: The skill references installation instructions and documentation from official vendor sources, including
docs.datadoghq.comand thedatadog-labsGitHub repository. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process log data, which originates from external and potentially untrusted sources.
- Ingestion points: Log data retrieved via the
pup logs searchcommand. - Boundary markers: None explicitly specified in the example command snippets.
- Capability inventory: Shell command execution via the
pupandjqutilities. - Sanitization: The skill provides proactive remediation guidance, including examples of grok-parsers, remappers for sensitive data, and Python-based regex sanitization logic to redact credit card numbers and Social Security numbers.
Audit Metadata