Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Language & NLP / Haystack
⬡PipelineLanguage & NLPFree

Haystack

Production-ready NLP pipeline framework for building search, RAG, and question-answering systems with any LLM.

@ai-supply
Installs100k
⟳ upstream v3.0.0 · updated 6d ago
↗ Source repository
← More Language & NLPLanguage & NLP leaderboard →How we grade security →Source ↗
✓ Grade A · 100/100 · SafeSecurity assessment
✓No compromise signals27capabilities surfaced5of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredSuspicious code patternsBroad capability surface
scanned 19h ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Haystack

Haystack by deepset is a production-grade framework for building end-to-end NLP pipelines. It excels at RAG (retrieval-augmented generation), document search, and question answering, with first-class support for pipelines-as-code and a rich component ecosystem.

Key Features

  • Pipeline architecture — DAG-based pipelines connecting components: retrievers, readers, generators, routers
  • RAG out of the box — combine document stores, embedding retrievers, and generative models in minutes
  • 40+ document stores — Elasticsearch, OpenSearch, Qdrant, Weaviate, Chroma, FAISS, and more
  • Multi-modal — text, tables, and images
  • Evaluation — built-in pipeline evaluation with RAGAS and custom metrics
  • REST API — hayhooks turns any pipeline into a deployable HTTP service

Quick Start

pip install haystack-ai
from haystack import Pipeline
from haystack.components.generators import OpenAIGenerator
from haystack.components.builders import PromptBuilder

template = "Answer: {{question}}"
pipe = Pipeline()
pipe.add_component("prompt", PromptBuilder(template=template))
pipe.add_component("llm", OpenAIGenerator(model="gpt-4o-mini"))
pipe.connect("prompt", "llm")
result = pipe.run({"prompt": {"question": "Who invented the telephone?"}})
print(result["llm"]["replies"][0])

Install via ai-supply

npx ai-supply add haystack-nlp-pipeline

Curated mirror of the open-source Haystack project (Apache-2.0). Install upstream from the repository.

Rating rank
#1
of 30 in Language & NLP
Install rank
#11
of 30 in Language & NLP
Security score
100/100 · A
safe
Security rank
#1
of 30 in Language & NLP
Installs
100k
cat avg 145k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Language & NLP leaderboard →
✓ Security: Safe · 100100/100 · grade Ascanned 19h ago
✓ no compromise signals27 risk-surface · 9/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 · high confidence (static)
Tools (4)
weather_toolweathernewsget_weather
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → google.github.io, docs.haystack.deepset.ai, www.conventionalcommits.org, api.cloud.deepset.ai, docs.python.org, pypi.org, docusaurus.io, securitylab.github.com +32
214 steps⚑ uses secretsgoogle.github.iogithub.comactions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97actions/setup-node@820762786026740c76f36085b0efc47a31fe5020peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630ab

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
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · deepset-ai-haystack-757b3e2/SECURITY.md (CWE-77)expected
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: API secret key (sk-) · deepset-ai-haystack-757b3e2/docs-website/docs/concepts/secret-management.mdx (CWE-798)expected
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — OS command execution · deepset-ai-haystack-757b3e2/.github/utils/create_unstable_docs_docusaurus.py (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/agents-1/agent.mdx (CWE-95)risk surface
•Suspicious code patterns — environment/secret exfiltration · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/generators/googleaigeminigenerator.mdx (CWE-200)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · deepset-ai-haystack-757b3e2/.clusterfuzzlite/project.yamlrisk surface
•External endpoints declared — 2 distinct host(s) · deepset-ai-haystack-757b3e2/.github/pull_request_template.mdrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · deepset-ai-haystack-757b3e2/.github/workflows/check_api_ref.yml (CWE-272)risk surface
•External endpoints declared — 5 distinct host(s) · deepset-ai-haystack-757b3e2/.github/workflows/release.ymlrisk surface
•External endpoints declared — 11 distinct host(s) · deepset-ai-haystack-757b3e2/CONTRIBUTING.mdrisk surface
•External endpoints declared — 29 distinct host(s) · deepset-ai-haystack-757b3e2/README.mdrisk surface
•Egress to a private/loopback host — 169.254.169.254 · deepset-ai-haystack-757b3e2/SECURITY.md (CWE-918)risk surface
•External endpoints declared — 3 distinct host(s) · deepset-ai-haystack-757b3e2/docker/README.mdrisk surface
•External endpoints declared — 8 distinct host(s) · deepset-ai-haystack-757b3e2/docs-website/README.mdrisk surface
•External endpoints declared — 4 distinct host(s) · deepset-ai-haystack-757b3e2/docs-website/docs/concepts/document-store/creating-custom-document-stores.mdxrisk surface
•External endpoints declared — 7 distinct host(s) · deepset-ai-haystack-757b3e2/docs-website/docs/development/logging.mdxrisk surface
•External endpoints declared — 6 distinct host(s) · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/audio/remotewhispertranscriber.mdxrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · deepset-ai-haystack-757b3e2/docs-website/reference/haystack-api/tools_api.md (CWE-272)risk surface
•External endpoints declared — 9 distinct host(s) · deepset-ai-haystack-757b3e2/docs-website/reference_versioned_docs/version-2.18/haystack-api/converters_api.mdrisk surface
⚠LLM07System Prompt Leakagehigh
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Embedded credentials — found: API secret key (sk-) · deepset-ai-haystack-757b3e2/docs-website/docs/concepts/secret-management.mdx (CWE-798)expected
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/fetchers/linkcontentfetcher.mdx (CWE-200)risk surface
⚠LLM03Supply Chainlow
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 19 npm dependencies declared · deepset-ai-haystack-757b3e2/docs-website/package.jsonrisk 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.
✓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
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Prompt-injection phrasing — instruction-subversion language detected · deepset-ai-haystack-757b3e2/SECURITY.md (CWE-77)expected
⚠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 · deepset-ai-haystack-757b3e2/.github/utils/create_unstable_docs_docusaurus.py (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/agents-1/agent.mdx (CWE-95)risk surface
•Suspicious code patterns — environment/secret exfiltration · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/generators/googleaigeminigenerator.mdx (CWE-200)risk surface
⚠ML06AI Supply Chainlow
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 19 npm dependencies declared · deepset-ai-haystack-757b3e2/docs-website/package.jsonrisk 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.
✓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 (14) · hygiene / uncategorized
•Unrecognized file type — '.?' is not on the allowlist · deepset-ai-haystack-757b3e2/.clusterfuzzlite/Dockerfilerisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · deepset-ai-haystack-757b3e2/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · deepset-ai-haystack-757b3e2/.gitignorerisk surface
•Unrecognized file type — '.cff' is not on the allowlist · deepset-ai-haystack-757b3e2/CITATION.cffrisk surface
•Suspicious network references — raw IP URL (2 URLs) · deepset-ai-haystack-757b3e2/SECURITY.mdrisk surface
•Unrecognized file type — '.base' is not on the allowlist · deepset-ai-haystack-757b3e2/docker/Dockerfile.baserisk surface
•Unrecognized file type — '.hcl' is not on the allowlist · deepset-ai-haystack-757b3e2/docker/docker-bake.hclrisk surface
•Unrecognized file type — '.mdx' is not on the allowlist · deepset-ai-haystack-757b3e2/docs-website/docs/_templates/component-template.mdxrisk surface
•Suspicious network references — suspicious TLD (10 URLs) · deepset-ai-haystack-757b3e2/docs-website/docs/overview/faq.mdxrisk surface
•Suspicious network references — suspicious TLD (7 URLs) · deepset-ai-haystack-757b3e2/docs-website/docs/overview/migration.mdxrisk surface
•Suspicious network references — URL shortener (3 URLs) · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/connectors/openapiconnector.mdxrisk surface
•Suspicious network references — URL shortener (4 URLs) · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/connectors/openapiserviceconnector.mdxrisk surface
•Suspicious network references — URL shortener (5 URLs) · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/converters/openapiservicetofunctions.mdxrisk surface
•Suspicious network references — suspicious TLD (5 URLs) · deepset-ai-haystack-757b3e2/docs-website/docs/pipeline-components/generators/togetheraichatgenerator.mdxrisk surface
✔ verified source · pinned deepset-ai-haystack-757b3e2
Check against a policy

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

Consume Haystack 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/haystack-nlp-pipeline

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

# CLI
npx ai-supply add haystack-nlp-pipeline

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

# MCP tool
install_listing({ "slug": "haystack-nlp-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

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy