exercise_cluster
Tests and validates MultigresCluster configurations by deploying fixtures and running mutation scenarios to ensure cluster health.
Install this skill
or
79/100
Security score
The exercise_cluster skill was audited on May 21, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 27
Curl to non-GitHub URL
SourceSKILL.md
| 27 | KUBECONFIG=$(pwd)/kubeconfig.yaml kubectl exec -n multigres-operator deploy/multigres-observer -- curl -sf "http://localhost:9090$1" |
medium line 13
Webhook reference - potential data exfiltration
SourceSKILL.md
| 13 | - **Every post-grace-period error is potentially a real bug.** NEVER dismiss errors — operator logs, RBAC warnings, webhook warnings, kubectl output. Investigate everything, report everything, includi |
medium line 40
Webhook reference - potential data exfiltration
SourceSKILL.md
| 40 | 2. Deploy the cluster. **Read the kubectl output** — webhook warnings mean real problems. Stop and fix before proceeding. |
medium line 151
Webhook reference - potential data exfiltration
SourceSKILL.md
| 151 | | **full** | All applicable scenarios including concurrent, webhooks, negatives | Thorough testing | |
low line 27
External URL reference
SourceSKILL.md
| 27 | KUBECONFIG=$(pwd)/kubeconfig.yaml kubectl exec -n multigres-operator deploy/multigres-observer -- curl -sf "http://localhost:9090$1" |
Scanned on May 21, 2026
View Security Dashboard