datadog-apm
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, persistence mechanisms, or unauthorized privilege escalation attempts were detected within the skill instructions or metadata.
- [EXTERNAL_DOWNLOADS]: The skill communicates with Datadog's official API endpoints at
datadoghq.com, which is a recognized and well-known service provider. - [PROMPT_INJECTION]: The skill processes external trace data from Datadog logs, creating an ingestion surface for potential indirect instructions. However, the risk is mitigated as the skill lacks high-privilege capabilities such as file system writes, network exfiltration to unknown hosts, or shell command execution.
- Ingestion points: External data enters the agent context via
search_tracesandget_trace_detailstools defined inSKILL.md. - Boundary markers: No explicit delimiters or instructions to ignore embedded content are provided.
- Capability inventory: Capabilities are restricted to read-only informational API queries; no subprocess or dynamic execution tools are available.
- Sanitization: No specific sanitization or filtering of external trace content is implemented.
Audit Metadata