Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ВойтиБесплатная регистрация
catalog / Orchestration / Flyte
⌬WorkflowOrchestrationFree

Flyte

Kubernetes-native ML and data workflow orchestrator with first-class type safety, reproducibility, and multi-cloud support.

@ai-supply
Установки87k
⟳ upstream v2.0.30 · updated 5d ago
↗ Исходный репозиторий
← More OrchestrationOrchestration leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals21capabilities surfaced1known CVE7of 20 OWASP controls clear
Broad capability surfaceInternal host / private infrastructure referenceSuspicious network referencesBroad capability surface
scanned 2d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Flyte

Flyte is a production-grade workflow orchestration platform built by Lyft, Union.ai, and the open-source community. It models ML pipelines as strongly-typed Directed Acyclic Graphs (DAGs), with each task running as a containerized Kubernetes pod — giving full reproducibility, scalability, and multi-cloud portability.

Key Features

  • Type-safe workflows — Python type hints on task inputs/outputs enforced at compile time and runtime
  • Kubernetes-native — every task runs in its own pod; leverage GPU, TPU, Spark, Ray, or MPI backends
  • Versioned artifacts — all executions, inputs, outputs, and code are stored and retrievable for reproducibility
  • Dynamic workflows — fan-out, map tasks, and conditional branching in pure Python (no YAML required)
  • Plugins — Spark, Ray, Dask, SageMaker, BigQuery, Snowflake, and 50+ integrations via flytekit-plugins
  • UI — rich console with execution graphs, logs, and artifact lineage
  • Multi-cloud — runs on AWS, GCP, Azure, and on-premises Kubernetes

Quick Start

pip install flytekit
flytectl demo start
from flytekit import task, workflow

@task
def say_hello(name: str) -> str:
    return f"Hello, {name}!"

@workflow
def my_workflow(name: str = "world") -> str:
    return say_hello(name=name)

Install via ai-supply

npx ai-supply add flyte-ml-workflow-orchestration

Curated mirror of the open-source Flyte (Apache-2.0). Get it from the source.

Rating rank
#1
of 16 in Orchestration
Install rank
#11
of 16 in Orchestration
Security score
75/100 · B
review
Security rank
#9
of 16 in Orchestration
Installs
87k
cat avg 126k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Orchestration leaderboard →
! Security: Review · 7575/100 · grade Bscanned 2d ago
✓ no compromise signals22 risk-surface · 7/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · med confidence (static)
⚑ network⚑ secretsinstall: script:flyteorg-flyte-081e22c/flytestdlib/godownloader.sh
egress → www.git-town.com, flyteorg.github.io, registry.npmjs.org, test.pypi.org, upload.pypi.org, api.github.com, buf.build, semver.org +32
487 steps⚑ uses secretsactions/setup-python@v5astral-sh/setup-uv@v6actions/checkout@v4depot/setup-action@v1docker/login-action@v3docker/metadata-action@v5depot/build-push-action@v1actions/github-script@v7

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM03Supply Chaincritical
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 2 npm dependencies declared · flyteorg-flyte-081e22c/flyteidl2/gen_utils/ts/package.jsonrisk surface
•Vulnerable dependencies — 59 known vulnerabilities in: github.com/aws/aws-sdk-go@1.44.2, go.opentelemetry.io/otel@1.43.0, golang.org/x/crypto@0.51.0, golang.org/x/net@0.55.0, golang.org/x/text@0.37.0, stdlib@1.26.3, protobuf@6.32.1, github.com/aws/aws-sdk-go@1.55.8 (CWE-1395)known CVE · -25 pts
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · flyteorg-flyte-081e22c/.github/workflows/devbox.yml (CWE-78)expected
•Suspicious code patterns — pipe-to-shell install; PowerShell download-exec · flyteorg-flyte-081e22c/flytestdlib/README.md (CWE-494)expected
•Suspicious code patterns — pipe-to-shell install · flyteorg-flyte-081e22c/flytestdlib/godownloader.sh (CWE-494)expected
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · flyteorg-flyte-081e22c/gen.Dockerfile (CWE-78)expected
⚠LLM06Excessive Agencymedium
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · flyteorg-flyte-081e22c/.github/PULL_REQUEST_TEMPLATE.mdexpected
•External endpoints declared — 2 distinct host(s) · flyteorg-flyte-081e22c/.github/workflows/publish-python.ymlexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · flyteorg-flyte-081e22c/.github/workflows/v1-create_release.yml (CWE-272)risk surface
•External endpoints declared — 6 distinct host(s) · flyteorg-flyte-081e22c/CONTRIBUTING.mdexpected
•External endpoints declared — 11 distinct host(s) · flyteorg-flyte-081e22c/README.mdexpected
•External endpoints declared — 4 distinct host(s) · flyteorg-flyte-081e22c/charts/flyte-devbox/Chart.yamlexpected
•External endpoints declared — 5 distinct host(s) · flyteorg-flyte-081e22c/charts/flyte-devbox/README.mdexpected
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · flyteorg-flyte-081e22c/docker/devbox-bundled/manifests/complete.yaml (CWE-272)risk surface
•External endpoints declared — 12 distinct host(s) · flyteorg-flyte-081e22c/docker/devbox-bundled/manifests/complete.yamlexpected
•External endpoints declared — 3 distinct host(s) · flyteorg-flyte-081e22c/docs/BACKEND_README.mdexpected
•External endpoints declared — 7 distinct host(s) · flyteorg-flyte-081e22c/flyteidl2/gen_utils/ts/buf/validate/validate_pb.tsexpected
•External endpoints declared — 10 distinct host(s) · flyteorg-flyte-081e22c/flyteplugins/go/tasks/logs/logging_utils_test.goexpected
⚠LLM07System Prompt Leakagemedium
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · flyteorg-flyte-081e22c/dataproxy/README.md (CWE-200)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · flyteorg-flyte-081e22c/buf.yaml (CWE-798)risk surface
⚠LLM02Sensitive Information Disclosurelow
Secrets, credentials or PII shipped inside the artifact.
•Low-confidence secret match — 1 possible: generic-api-key · flyteorg-flyte-081e22c/buf.yaml (CWE-798)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
◷LLM10Unbounded ConsumptionRuntime-enforced
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
✓LLM01Prompt InjectionPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 2 npm dependencies declared · flyteorg-flyte-081e22c/flyteidl2/gen_utils/ts/package.jsonrisk surface
•Vulnerable dependencies — 59 known vulnerabilities in: github.com/aws/aws-sdk-go@1.44.2, go.opentelemetry.io/otel@1.43.0, golang.org/x/crypto@0.51.0, golang.org/x/net@0.55.0, golang.org/x/text@0.37.0, stdlib@1.26.3, protobuf@6.32.1, github.com/aws/aws-sdk-go@1.55.8 (CWE-1395)known CVE · -25 pts
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · flyteorg-flyte-081e22c/.github/workflows/devbox.yml (CWE-78)expected
•Suspicious code patterns — pipe-to-shell install; PowerShell download-exec · flyteorg-flyte-081e22c/flytestdlib/README.md (CWE-494)expected
•Suspicious code patterns — pipe-to-shell install · flyteorg-flyte-081e22c/flytestdlib/godownloader.sh (CWE-494)expected
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · flyteorg-flyte-081e22c/gen.Dockerfile (CWE-78)expected
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (17) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · flyteorg-flyte-081e22c/.dockerignorerisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · flyteorg-flyte-081e22c/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · flyteorg-flyte-081e22c/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · flyteorg-flyte-081e22c/CODEOWNERSrisk surface
•Unrecognized file type — '.template' is not on the allowlist · flyteorg-flyte-081e22c/boilerplate/flyte/flyte_golang_compile/flyte_golang_compile.Templaterisk surface
•Unrecognized file type — '.mod' is not on the allowlist · flyteorg-flyte-081e22c/boilerplate/flyte/golang_support_tools/go.modrisk surface
•Unrecognized file type — '.sum' is not on the allowlist · flyteorg-flyte-081e22c/boilerplate/flyte/golang_support_tools/go.sumrisk surface
•Unrecognized file type — '.helmignore' is not on the allowlist · flyteorg-flyte-081e22c/charts/flyte-binary/.helmignorerisk surface
•Unrecognized file type — '.tpl' is not on the allowlist · flyteorg-flyte-081e22c/charts/flyte-binary/templates/_helpers.tplrisk surface
•Unrecognized file type — '.gpu' is not on the allowlist · flyteorg-flyte-081e22c/docker/devbox-bundled/Dockerfile.gpurisk surface
•Unrecognized file type — '.tmpl' is not on the allowlist · flyteorg-flyte-081e22c/docker/devbox-bundled/containerd-config.toml.tmplrisk surface
•Suspicious network references — URL shortener (189 URLs) · flyteorg-flyte-081e22c/docker/devbox-bundled/manifests/complete.yamlrisk surface
•Suspicious network references — URL shortener (185 URLs) · flyteorg-flyte-081e22c/docker/devbox-bundled/manifests/dev.yamlrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · flyteorg-flyte-081e22c/flyteidl2/actions/actions_service.protorisk surface
•Suspicious network references — suspicious TLD (3 URLs) · flyteorg-flyte-081e22c/flytestdlib/flytestdlib.jsonrisk surface
•Unrecognized file type — '.dockerfile' is not on the allowlist · flyteorg-flyte-081e22c/gen.Dockerfilerisk surface
•Unrecognized file type — '.pyi' is not on the allowlist · flyteorg-flyte-081e22c/gen/python/buf/validate/validate_pb2.pyirisk surface
✔ verified source · pinned flyteorg-flyte-081e22c
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/flyte-ml-workflow-orchestration/check). Click a policy:

Consume Flyte programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/flyte-ml-workflow-orchestration

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/flyte-ml-workflow-orchestration/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add flyte-ml-workflow-orchestration

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/flyte-ml-workflow-orchestration/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "flyte-ml-workflow-orchestration" })
OpenAPI spec →
vlatest
! Security: Review · 751mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Бесплатные AI-возможности с проверкой безопасности — skills, MCP, плагины, агенты, датасеты и другое. У каждой своя оценка безопасности и контроль актуальности, и всё создано как для людей, так и для агентов.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Каталог
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
  • Безопасность
  • Scan a repo
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
Аккаунт
  • Создать аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность