alertmanager-query
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates interaction with Prometheus-compatible AlertManager APIs via standard CLI tools such as
curlandjq. - [SAFE]: All network operations are directed towards infrastructure defined by environment variables (
VM_ALERTMANAGER_URL,VM_METRICS_URL) provided by the user's environment, which is appropriate for a monitoring tool. - [SAFE]: Authentication is managed through the
VM_AUTH_HEADERenvironment variable, ensuring credentials are not hardcoded or exposed within the skill itself. - [SAFE]: The skill uses
jqto construct JSON payloads for API requests, which prevents potential injection vulnerabilities during data serialization. - [SAFE]: No malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration were identified.
Audit Metadata