dt-sec-contextualization
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious behaviors were detected. The skill uses standard Dynatrace Query Language (DQL) templates and Smartscape traversal logic to perform its functions.
- [PROMPT_INJECTION]: The skill processes untrusted external data in the form of Indicators of Compromise (IoCs) to enrich security signals.
- Ingestion points:
ioc-enrichment.mdaccepts external IP addresses, domains, and URLs as input for DQL filters to search threat reports. - Boundary markers: The skill relies on DQL's native filtering functions and parameter handling to separate untrusted inputs from the query logic.
- Capability inventory: The skill's capabilities are restricted to analytical read-only operations on security events, Smartscape topology, and Davis problems within the Dynatrace Grail platform.
- Sanitization: Input values are normalized and validated using platform functions such as
ip(),lower(), andtoString()before processing, mitigating the risk of injection.
Audit Metadata