Skip to main content

flyte-deployment

Facilitates the deployment and operation of Flyte on Kubernetes, covering Helm installation, backend configuration, and monitoring.

Install this skill

or
68/100

Security score

The flyte-deployment skill was audited on Mar 1, 2026 and we found 10 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 180

Piping content to bash shell

SourceSKILL.md
180curl -sL https://ctl.flyte.org/install | bash
medium line 180

Curl to non-GitHub URL

SourceSKILL.md
180curl -sL https://ctl.flyte.org/install | bash
low line 170

Webhook reference - potential data exfiltration

SourceSKILL.md
170# Or use webhook
low line 171

Webhook reference - potential data exfiltration

SourceSKILL.md
171# type: webhook
low line 172

Webhook reference - potential data exfiltration

SourceSKILL.md
172# webhook:
medium line 213

Access to hidden dotfiles in home directory

SourceSKILL.md
213### Config File (~/.flyte/config.yaml)
low line 48

External URL reference

SourceSKILL.md
48helm repo add flyteorg https://flyteorg.github.io/flyte
low line 119

External URL reference

SourceSKILL.md
119endpoint: https://gpu-cluster.example.com:6443
low line 173

External URL reference

SourceSKILL.md
173# url: https://hooks.slack.com/services/...
low line 180

External URL reference

SourceSKILL.md
180curl -sL https://ctl.flyte.org/install | bash
Scanned on Mar 1, 2026
View Security Dashboard