Skip to main content

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
47curl -L https://strimzi.io/install/latest?namespace=kafka > strimzi-install.yaml
low line 21

External URL reference

SourceSKILL.md
21kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
low line 27

External URL reference

SourceSKILL.md
27kubectl apply -f https://strimzi.io/examples/latest/kafka/kraft/kafka-single-node.yaml -n kafka
low line 39

External URL reference

SourceSKILL.md
39kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
low line 47

External URL reference

SourceSKILL.md
47curl -L https://strimzi.io/install/latest?namespace=kafka > strimzi-install.yaml
low line 277

External URL reference

SourceSKILL.md
277kubectl -n kafka delete -f 'https://strimzi.io/install/latest?namespace=kafka'
Scanned on Feb 28, 2026
View Security Dashboard