dd-monitors
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the 'pup' utility from the 'datadog-labs' GitHub repository using 'go install'. This is a reference to an official tool from the skill's author.
- [COMMAND_EXECUTION]: The skill utilizes 'pup' and 'jq' for monitor management operations, including listing, creating, and auditing monitor states.
- [PROMPT_INJECTION]: The skill processes external data in the form of monitor configurations and metadata. 1. Ingestion points: Results from 'pup monitors list' and 'pup monitors get' commands (SKILL.md). 2. Boundary markers: None identified. 3. Capability inventory: Commands to create and modify monitor configurations. 4. Sanitization: Not explicitly present in the provided command templates.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill includes commands for authenticating with the Datadog service using 'pup auth login'. No hardcoded credentials or sensitive file access patterns were detected.
Audit Metadata