Skip to main content

promql-cli

Facilitates querying and analyzing Prometheus metrics using a CLI, enabling users to troubleshoot performance and visualize time series data.

Install this skill

or
89/100

Security score

The promql-cli skill was audited on May 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 68

Access to hidden dotfiles in home directory

SourceSKILL.md
68> "Please create `~/.promql-cli.yaml` manually with your Prometheus host (and credentials if needed). See `references/installation.md` for the exact format. Let me know once it's ready."
low line 82

Access to hidden dotfiles in home directory

SourceSKILL.md
82promql --config ~/.promql-cli-prod.yaml 'up' # target a specific host
medium line 92

Access to hidden dotfiles in home directory

SourceSKILL.md
926. **Store credentials in `~/.promql-cli.yaml` and `~/.promql_token`, chmod 600** — passing tokens as CLI args exposes them in shell history and process listings.
Scanned on May 12, 2026
View Security Dashboard
Installation guide →