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

Prompt flow

Microsoft's open-source toolkit for building, evaluating, and deploying high-quality LLM applications end-to-end.

@ai-supply
Установки167k
⟳ upstream promptflow_1.17.1 · updated 1y ago
↗ Исходный репозиторий
← More OrchestrationOrchestration leaderboard →How we grade security →Source ↗
✓ Grade A · 100/100 · SafeSecurity assessment
✓No compromise signals31capabilities surfaced7of 20 OWASP controls clear
Broad capability surfaceSuspicious network referencesSuspicious network referencesSuspicious network references
scanned 18d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Prompt flow

Prompt flow is a suite of development tools designed to streamline the entire LLM application development lifecycle — from ideation and prototyping to testing, evaluation, and production deployment. It provides a visual graph of flow nodes, built-in evaluators, and CI/CD integration.

Key Features

  • Visual DAG editor: Build LLM flows as connected nodes (LLM calls, Python functions, tools) with a drag-and-drop graph
  • Flex flows: Python-first authoring with full control and no YAML required
  • Batch evaluation: Run your flow over datasets and compute quality metrics automatically
  • Built-in evaluators: Groundedness, relevance, coherence, fluency, and custom metric support
  • Tracing: OpenTelemetry-compatible distributed tracing for debugging complex multi-step flows
  • CI/CD ready: CLI + SDK for integrating quality gates into GitHub Actions or Azure Pipelines

Quick Start

pip install promptflow promptflow-tools

# Create a new flow
pf flow init --flow my-chat-flow --type chat

# Run the flow
pf flow test --flow my-chat-flow --inputs question="What is LLM?"

# Batch evaluate
pf run create --flow my-chat-flow --data data.jsonl

Add to ai-supply

npx ai-supply add promptflow-llm-pipeline

Curated mirror of the open-source Prompt flow (MIT). Get it from the source.

Rating rank
#1
of 16 in Orchestration
Install rank
#4
of 16 in Orchestration
Security score
100/100 · A
safe
Security rank
#1
of 16 in Orchestration
Installs
167k
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: Safe · 100100/100 · grade Ascanned 18d ago
✓ no compromise signals31 risk-surface · 8/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)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → codespaces.new, code.visualstudio.com, dev.azure.com, eng.ms, msdata.visualstudio.com, azuremlschemas.azureedge.net, my-foundry.services.ai.azure.com, management.azure.com +32
2195 steps⚑ uses secretsconda-incubator/setup-miniconda@v2actions/setup-python@v5snok/install-poetry@v1actions/download-artifact@v3EnricoMi/publish-unit-test-result-action@v2irongut/CodeCoverageSummary@v1.3.0github.comdev.azure.com

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
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: hardcoded credential · microsoft-promptflow-3928a72/.github/pipelines/promptflow-csharp-e2e-test.yml (CWE-798)expected
•Low-confidence secret match — 1 possible: generic-api-key · microsoft-promptflow-3928a72/src/promptflow-core/promptflow/core/_serving/static/index.js (CWE-798)risk surface
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — OS command execution · microsoft-promptflow-3928a72/.github/skills/maf-online-endpoint/references/troubleshooting.md (CWE-78)expected
•Suspicious code patterns — pickle deserialization · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf-maf/chat_with_pdf/utils/index.py (CWE-502)expected
•Suspicious code patterns — dynamic code execution · microsoft-promptflow-3928a72/examples/flows/standard/autonomous-agent-maf/python_repl.py (CWE-95)expected
•Suspicious code patterns — unsafe yaml.load · microsoft-promptflow-3928a72/examples/tools/tool-package-quickstart/my_tool_package/tools/utils.py (CWE-502)expected
•Suspicious code patterns — pipe-to-shell install · microsoft-promptflow-3928a72/scripts/installer/curl_install_pypi/README.md (CWE-494)expected
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 3 distinct host(s) · microsoft-promptflow-3928a72/.devcontainer/README.mdexpected
•External endpoints declared — 1 distinct host(s) · microsoft-promptflow-3928a72/.github/PULL_REQUEST_TEMPLATE.mdexpected
•External endpoints declared — 2 distinct host(s) · microsoft-promptflow-3928a72/.github/pipelines/compliance_check.ymlexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · microsoft-promptflow-3928a72/.github/skills/maf-online-endpoint/SKILL.md (CWE-272)risk surface
•External endpoints declared — 12 distinct host(s) · microsoft-promptflow-3928a72/README.mdexpected
•External endpoints declared — 4 distinct host(s) · microsoft-promptflow-3928a72/SECURITY.mdexpected
•External endpoints declared — 6 distinct host(s) · microsoft-promptflow-3928a72/benchmark/promptflow-serve/README.mdexpected
•External endpoints declared — 7 distinct host(s) · microsoft-promptflow-3928a72/docs/README.mdexpected
•External endpoints declared — 9 distinct host(s) · microsoft-promptflow-3928a72/docs/dev/documentation_guidelines.mdexpected
•External endpoints declared — 5 distinct host(s) · microsoft-promptflow-3928a72/docs/how-to-guides/deploy-a-flow/deploy-using-kubernetes.mdexpected
•External endpoints declared — 11 distinct host(s) · microsoft-promptflow-3928a72/docs/how-to-guides/develop-a-dag-flow/quick-start.mdexpected
•Egress to a private/loopback host — 127.0.0.1 · microsoft-promptflow-3928a72/docs/how-to-guides/develop-a-prompty/index.md (CWE-918)expected
•External endpoints declared — 10 distinct host(s) · microsoft-promptflow-3928a72/examples/tutorials/e2e-development/chat-with-pdf.mdexpected
•Egress to a private/loopback host — fdnpromptflow.azureedge.net · microsoft-promptflow-3928a72/scripts/tool/utils/repo_utils.py (CWE-918)expected
⚠LLM07System Prompt Leakagehigh
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Embedded credentials — found: hardcoded credential · microsoft-promptflow-3928a72/.github/pipelines/promptflow-csharp-e2e-test.yml (CWE-798)expected
•Low-confidence secret match — 1 possible: generic-api-key · microsoft-promptflow-3928a72/src/promptflow-core/promptflow/core/_serving/static/index.js (CWE-798)risk surface
⚠LLM10Unbounded Consumptionmedium
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.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · microsoft-promptflow-3928a72/docs/media/how-to-guides/how-to-enable-streaming-mode/scripts/chat_app.py (CWE-835)risk surface
⚠LLM03Supply Chainlow
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 2 pip requirements declared · microsoft-promptflow-3928a72/.devcontainer/requirements.txtrisk surface
•Dependency manifest — 6 pip requirements declared · microsoft-promptflow-3928a72/benchmark/promptflow-serve/pf_flows/flex_async/requirements.txtrisk surface
•Dependency manifest — 5 pip requirements declared · microsoft-promptflow-3928a72/benchmark/promptflow-serve/pf_flows/static_sync/requirements.txtrisk surface
•Dependency manifest — 3 pip requirements declared · microsoft-promptflow-3928a72/docs/media/how-to-guides/how-to-enable-streaming-mode/scripts/requirements.txtrisk surface
•Dependency manifest — 13 pip requirements declared · microsoft-promptflow-3928a72/examples/dev_requirements.txtrisk surface
•Dependency manifest — 1 pip requirements declared · microsoft-promptflow-3928a72/examples/flex-flows/chat-async-stream/requirements.txtrisk surface
•Dependency manifest — 4 pip requirements declared · microsoft-promptflow-3928a72/examples/flex-flows/eval-criteria-with-langchain/requirements.txtrisk surface
•Dependency manifest — 9 pip requirements declared · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf-maf/requirements.txtrisk surface
•Dependency manifest — 8 pip requirements declared · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/requirements.txtrisk surface
•Dependency manifest — 12 pip requirements declared · microsoft-promptflow-3928a72/migration-guide/PromptFlow-to-MAF/requirements.txtrisk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓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
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — OS command execution · microsoft-promptflow-3928a72/.github/skills/maf-online-endpoint/references/troubleshooting.md (CWE-78)expected
•Suspicious code patterns — pickle deserialization · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf-maf/chat_with_pdf/utils/index.py (CWE-502)expected
•Suspicious code patterns — dynamic code execution · microsoft-promptflow-3928a72/examples/flows/standard/autonomous-agent-maf/python_repl.py (CWE-95)expected
•Suspicious code patterns — unsafe yaml.load · microsoft-promptflow-3928a72/examples/tools/tool-package-quickstart/my_tool_package/tools/utils.py (CWE-502)expected
•Suspicious code patterns — pipe-to-shell install · microsoft-promptflow-3928a72/scripts/installer/curl_install_pypi/README.md (CWE-494)expected
⚠ML06AI Supply Chainlow
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 2 pip requirements declared · microsoft-promptflow-3928a72/.devcontainer/requirements.txtrisk surface
•Dependency manifest — 6 pip requirements declared · microsoft-promptflow-3928a72/benchmark/promptflow-serve/pf_flows/flex_async/requirements.txtrisk surface
•Dependency manifest — 5 pip requirements declared · microsoft-promptflow-3928a72/benchmark/promptflow-serve/pf_flows/static_sync/requirements.txtrisk surface
•Dependency manifest — 3 pip requirements declared · microsoft-promptflow-3928a72/docs/media/how-to-guides/how-to-enable-streaming-mode/scripts/requirements.txtrisk surface
•Dependency manifest — 13 pip requirements declared · microsoft-promptflow-3928a72/examples/dev_requirements.txtrisk surface
•Dependency manifest — 1 pip requirements declared · microsoft-promptflow-3928a72/examples/flex-flows/chat-async-stream/requirements.txtrisk surface
•Dependency manifest — 4 pip requirements declared · microsoft-promptflow-3928a72/examples/flex-flows/eval-criteria-with-langchain/requirements.txtrisk surface
•Dependency manifest — 9 pip requirements declared · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf-maf/requirements.txtrisk surface
•Dependency manifest — 8 pip requirements declared · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/requirements.txtrisk surface
•Dependency manifest — 12 pip requirements declared · microsoft-promptflow-3928a72/migration-guide/PromptFlow-to-MAF/requirements.txtrisk surface
§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 (33) · hygiene / uncategorized
•Unrecognized file type — '.?' is not on the allowlist · microsoft-promptflow-3928a72/.devcontainer/Dockerfilerisk surface
•Suspicious network references — suspicious TLD (1 URLs) · microsoft-promptflow-3928a72/.github/workflows/build_msi_installer.ymlrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · microsoft-promptflow-3928a72/.gitignorerisk surface
•Unrecognized file type — '.env' is not on the allowlist · microsoft-promptflow-3928a72/benchmark/promptflow-serve/test_runner/settings.envrisk surface
•Suspicious network references — raw IP URL (1 URLs) · microsoft-promptflow-3928a72/docs/how-to-guides/chat-with-a-flow/index.mdrisk surface
•Suspicious network references — raw IP URL (6 URLs) · microsoft-promptflow-3928a72/docs/how-to-guides/quick-start.mdrisk surface
•Suspicious network references — raw IP URL (5 URLs) · microsoft-promptflow-3928a72/docs/how-to-guides/tracing/trace-ui.mdrisk surface
•Unrecognized file type — '.jsonl' is not on the allowlist · microsoft-promptflow-3928a72/examples/flex-flows/basic/data.jsonlrisk surface
•Unrecognized file type — '.jinja2' is not on the allowlist · microsoft-promptflow-3928a72/examples/flex-flows/basic/hello.jinja2risk surface
•Unrecognized file type — '.prompty' is not on the allowlist · microsoft-promptflow-3928a72/examples/flex-flows/chat-async-stream/chat.promptyrisk surface
•Unrecognized file type — '.faiss' is not on the allowlist · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/chat_with_pdf/.index/.pdfs/https___arxiv.org_pdf_1810.04805.pdf.pdf.index_1024_64/index.faissrisk surface
•Very high entropy — 7.35 bits/byte suggests packed or encrypted content · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/chat_with_pdf/.index/.pdfs/https___arxiv.org_pdf_1810.04805.pdf.pdf.index_1024_64/index.faissrisk surface
•Opaque binary content — non-text payload not statically analyzable · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/chat_with_pdf/.index/.pdfs/https___arxiv.org_pdf_1810.04805.pdf.pdf.index_1024_64/index.faissrisk surface
•Unrecognized file type — '.pkl' is not on the allowlist · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/chat_with_pdf/.index/.pdfs/https___arxiv.org_pdf_1810.04805.pdf.pdf.index_1024_64/index.pklrisk surface
•Suspicious network references — suspicious TLD (3 URLs) · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/data/bert-paper-qna-3-line.jsonlrisk surface
•Unrecognized file type — '.multi-node' is not on the allowlist · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/flow.dag.yaml.multi-noderisk surface
•Unrecognized file type — '.single-node' is not on the allowlist · microsoft-promptflow-3928a72/examples/flows/chat/chat-with-pdf/flow.dag.yaml.single-noderisk surface
•Unrecognized file type — '.amlignore' is not on the allowlist · microsoft-promptflow-3928a72/examples/flows/standard/customer-intent-extraction/.amlignorerisk surface
•Unrecognized file type — '.in' is not on the allowlist · microsoft-promptflow-3928a72/examples/tools/tool-package-quickstart/MANIFEST.inrisk surface
•Disallowed file type — '.ps1' executables are not permitted · microsoft-promptflow-3928a72/examples/tutorials/flow-deploy/azure-app-service/deploy.ps1 (CWE-434)risk surface
•Unrecognized file type — '.example' is not on the allowlist · microsoft-promptflow-3928a72/examples/tutorials/generate-test-data/config.yml.examplerisk surface
•Suspicious network references — raw IP URL (4 URLs) · microsoft-promptflow-3928a72/examples/tutorials/tracing/README.mdrisk surface
•Suspicious network references — raw IP URL (2 URLs) · microsoft-promptflow-3928a72/migration-guide/PromptFlow-to-MAF/phase-2-rebuild/README.mdrisk surface
•Unrecognized file type — '.rst_t' is not on the allowlist · microsoft-promptflow-3928a72/scripts/docs/api_doc_templates/package.rst_trisk surface
•Suspicious network references — suspicious TLD (4 URLs) · microsoft-promptflow-3928a72/scripts/installer/windows/README.mdrisk surface
•Unrecognized file type — '.wxs' is not on the allowlist · microsoft-promptflow-3928a72/scripts/installer/windows/product.wxsrisk surface
•Unrecognized file type — '.wixproj' is not on the allowlist · microsoft-promptflow-3928a72/scripts/installer/windows/promptflow.wixprojrisk surface
•Unrecognized file type — '.rtf' is not on the allowlist · microsoft-promptflow-3928a72/scripts/installer/windows/resources/CLI_LICENSE.rtfrisk surface
•Disallowed file type — '.bat' executables are not permitted · microsoft-promptflow-3928a72/scripts/installer/windows/scripts/pf.bat (CWE-434)risk surface
•Disallowed file type — '.vbs' executables are not permitted · microsoft-promptflow-3928a72/scripts/installer/windows/scripts/promptflow_service.vbs (CWE-434)risk surface
•Unrecognized file type — '.j2' is not on the allowlist · microsoft-promptflow-3928a72/scripts/tool/templates/MANIFEST.in.j2risk surface
•Unrecognized file type — '.cfg' is not on the allowlist · microsoft-promptflow-3928a72/setup.cfgrisk surface
•Unrecognized file type — '.typed' is not on the allowlist · microsoft-promptflow-3928a72/src/promptflow-azure/promptflow/azure/_restclient/flow/py.typedrisk surface
✔ verified source · pinned microsoft-promptflow-3928a72
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/promptflow-llm-pipeline/check). Click a policy:

Consume Prompt flow 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/promptflow-llm-pipeline

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

# CLI
npx ai-supply add promptflow-llm-pipeline

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

# MCP tool
install_listing({ "slug": "promptflow-llm-pipeline" })
OpenAPI spec →
vlatest
✓ Security: Safe · 1001mo 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
Для разработчиков
  • Опубликовать
  • Панель управления
Аккаунт
  • Создать аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность