grafana-platform-dashboard
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides utility scripts (
grafanadashboard_roundtrip.sh,promql_scan_thanos.sh) that utilize the OpenShift CLI (oc) to interact with cluster resources. These operations are restricted to the context and credentials provided by the user/environment. - [COMMAND_EXECUTION]: The
promql_scan_thanos.shscript executes a validation routine usingoc execto runwgetagainst a local Thanos API endpoint (127.0.0.1:9090) within a cluster pod. The script employsjqfor URI encoding of PromQL expressions, which mitigates the risk of command injection within the pod execution context. - [SAFE]: The skill follows security best practices by encouraging validation of dashboard configurations and PromQL queries before applying changes to the cluster environment.
Audit Metadata