victorialogs-query
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Bash commands (curl and jq) to query log data. These operations are scoped to the VictoriaLogs API and are necessary for the skill's intended purpose.
- [SAFE]: Sensitive information such as authentication headers and API base URLs are handled via environment variables ($VM_AUTH_HEADER, $VM_LOGS_URL), avoiding hardcoded credentials.
- [SAFE]: The skill correctly uses --data-urlencode for query parameters, which prevents potential injection issues when handling special characters in log queries.
Audit Metadata