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
| 35 | MON_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
| 39 | ceph -m $MON_ADDR --keyring /etc/ceph/keyring-store/keyring status |
medium line 120
Access to system keychain/keyring
SourceSKILL.md
| 120 | ceph -m $MON_ADDR --keyring /etc/ceph/keyring-store/keyring \ |
medium line 126
Access to system keychain/keyring
SourceSKILL.md
| 126 | ceph -m $MON_ADDR --keyring /etc/ceph/keyring-store/keyring \ |
Scanned on Jun 8, 2026
View Security Dashboard