Skip to main content

docker-databricks-lab-ops

Facilitates local Docker CDC lab operations, managing PostgreSQL load generators and Databricks notebook executions efficiently.

Install this skill

or
20/100

Security score

The docker-databricks-lab-ops skill was audited on Jun 1, 2026 and we found 6 security issues across 1 threat category, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 26

Ngrok tunnel reference

SourceSKILL.md
26- If Kafka must be reachable from Databricks through an internal network boundary, first use `scripts/prepare_ngrok_kafka.py` and then start Compose with the discovered `KAFKA_EXTERNAL_HOST` and `KAFK
high line 71

Ngrok tunnel reference

SourceSKILL.md
71- For dynamic Kafka exposure, pass `--notebook-param KAFKA_BOOTSTRAP=<ngrok-host:port>` so the current tunnel endpoint is used at run time instead of a stale static value.
medium line 79

Ngrok tunnel reference

SourceSKILL.md
79--notebook-param KAFKA_BOOTSTRAP=0.tcp.eu.ngrok.io:12345
high line 110

Ngrok tunnel reference

SourceSKILL.md
110- It discovers or starts an ngrok tunnel, restarts Docker with the correct advertised Kafka listener, registers the connector, runs bounded load generators, triggers the Databricks job, and waits for
high line 128

Ngrok tunnel reference

SourceSKILL.md
128- `scripts/prepare_ngrok_kafka.py`: discover or start an ngrok TCP tunnel for Kafka and print the current public bootstrap
high line 133

Ngrok tunnel reference

SourceSKILL.md
133- `scripts/smoke_test_notebooks.py`: run the end-to-end smoke test with dynamic ngrok bootstrap handling
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →