deploying-kafka-k8s
Facilitates the deployment of Apache Kafka on Kubernetes using Strimzi, enabling efficient event-driven microservices and message queuing.
Install this skill
or
90/100
Security score
The deploying-kafka-k8s skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 47
Curl to non-GitHub URL
SourceSKILL.md
| 47 | curl -L https://strimzi.io/install/latest?namespace=kafka > strimzi-install.yaml |
low line 21
External URL reference
SourceSKILL.md
| 21 | kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka |
low line 27
External URL reference
SourceSKILL.md
| 27 | kubectl apply -f https://strimzi.io/examples/latest/kafka/kraft/kafka-single-node.yaml -n kafka |
low line 39
External URL reference
SourceSKILL.md
| 39 | kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka |
low line 47
External URL reference
SourceSKILL.md
| 47 | curl -L https://strimzi.io/install/latest?namespace=kafka > strimzi-install.yaml |
low line 277
External URL reference
SourceSKILL.md
| 277 | kubectl -n kafka delete -f 'https://strimzi.io/install/latest?namespace=kafka' |
Scanned on Feb 28, 2026
View Security DashboardInstall this skill with one command
/learn @mattnigh/deploying-kafka-k8s