Skip to main content

k8s-operator

Guides users in building production-ready Kubernetes operators using Go and best practices for managing custom resources.

Install this skill

or
45/100

Security score

The k8s-operator skill was audited on Feb 12, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Webhook reference - potential data exfiltration

SourceSKILL.md
515. **Add Webhooks (if needed)**
medium line 52

Webhook reference - potential data exfiltration

SourceSKILL.md
52- Validation webhook
medium line 53

Webhook reference - potential data exfiltration

SourceSKILL.md
53- Defaulting webhook
medium line 54

Webhook reference - potential data exfiltration

SourceSKILL.md
54- Conversion webhook (for multiple versions)
medium line 60

Webhook reference - potential data exfiltration

SourceSKILL.md
60- Test webhook handlers
medium line 198

Webhook reference - potential data exfiltration

SourceSKILL.md
198### When user asks to "add a webhook"
medium line 200

Webhook reference - potential data exfiltration

SourceSKILL.md
2001. Create webhook directory and files
medium line 202

Webhook reference - potential data exfiltration

SourceSKILL.md
2023. Add markers: `//+kubebuilder:webhook`
medium line 203

Webhook reference - potential data exfiltration

SourceSKILL.md
2034. Update main.go to wire up webhooks
medium line 337

Webhook reference - potential data exfiltration

SourceSKILL.md
3374. Use webhook conversions for multiple versions
medium line 341

Webhook reference - potential data exfiltration

SourceSKILL.md
341- Use conversion webhooks to convert between versions
Scanned on Feb 12, 2026
View Security Dashboard