Skip to main content

check-ceph-health

Diagnoses and resolves Ceph storage issues in OpenShift clusters, ensuring optimal performance and availability of storage resources.

Install this skill

or
84/100

Security score

The check-ceph-health skill was audited on Jun 8, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 35

Access to .env file

SourceSKILL.md
35MON_ADDR=$(kubectl -n openshift-storage get pod $MON_POD -o jsonpath='{.spec.containers[0].env[?(@.name=="ROOK_CEPH_MON_HOST")].value}' | sed 's/\[//;s/\]//')
medium line 39

Access to system keychain/keyring

SourceSKILL.md
39ceph -m $MON_ADDR --keyring /etc/ceph/keyring-store/keyring status
medium line 120

Access to system keychain/keyring

SourceSKILL.md
120ceph -m $MON_ADDR --keyring /etc/ceph/keyring-store/keyring \
medium line 126

Access to system keychain/keyring

SourceSKILL.md
126ceph -m $MON_ADDR --keyring /etc/ceph/keyring-store/keyring \
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
MikeCheng1208/BattleTree