Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
AnmeldenKostenlos registrieren
catalog / Data & ETL / Weaviate
⇄ConnectorData & ETLFree

Weaviate

Open-source vector database with hybrid search, multi-tenancy, and native ML module integrations.

@ai-supply
Installationen206k
⟳ upstream v1.38.6 · updated 7d ago
↗ Quell-Repository
← More Data & ETLData & ETL leaderboard →How we grade security →Source ↗
! Grade B · 88/100 · ReviewSecurity assessment
✓No compromise signals10capabilities surfaced1known CVE9of 20 OWASP controls clear
Broad capability surfaceBroad capability surfaceInternal host / private infrastructure referenceVulnerable dependencies
scanned 2d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Weaviate

Weaviate is an open-source, cloud-native vector database that stores both objects and their vector representations. It enables semantic search, hybrid search (vector + BM25), Q&A, generative search, and multi-modal search at production scale — with modules for OpenAI, Cohere, Hugging Face, and more built-in.

Key Features

  • Hybrid search: combine vector similarity and keyword (BM25) search with fusion ranking
  • Native ML modules: integrate OpenAI, Cohere, Hugging Face, Google PaLM directly
  • HNSW indexing with optional flat quantization for speed/memory tradeoffs
  • Multi-tenancy: thousands of isolated tenants in a single deployment
  • GraphQL + REST + gRPC APIs
  • Kubernetes-native: Helm chart, horizontal scaling, replication

Quick Start

import weaviate

client = weaviate.connect_to_local()

collection = client.collections.create(
    name="Articles",
    vectorizer_config=weaviate.classes.config.Configure.Vectorizer.text2vec_openai()
)

collection.data.insert({"title": "AI in 2026", "body": "..."})

results = collection.query.near_text(query="machine learning trends", limit=5)

Install via ai-supply

npx ai-supply add weaviate-vector-database

Curated mirror of the open-source Weaviate (BSD-3-Clause). Get it from the source.

Rating rank
#1
of 24 in Data & ETL
Install rank
#6
of 24 in Data & ETL
Security score
88/100 · B
review
Security rank
#6
of 24 in Data & ETL
Installs
206k
cat avg 164k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Data & ETL leaderboard →
! Security: Review · 8888/100 · grade Bscanned 2d ago
✓ no compromise signals11 risk-surface · 4/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⚑ secrets
egress → forum.weaviate.io, weaviate.io, trojansource.codes, www.contributor-covenant.org, img.shields.io, www.semi.technology, www.thapaliya.com, pkg.go.dev +6
auth: api_keyforum.weaviate.iogithub.comweaviate.iotrojansource.codeswww.contributor-covenant.orgimg.shields.iowww.semi.technologypkg.go.dev

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 Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Vulnerable dependencies — 15 known vulnerabilities in: github.com/aws/aws-sdk-go@1.44.298, github.com/docker/docker@28.5.2+incompatible, golang.org/x/crypto@0.52.0, golang.org/x/net@0.55.0, golang.org/x/text@0.37.0 (CWE-1395)known CVE · -12 pts
⚠LLM06Excessive Agencymedium
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · weaviate-weaviate-e0b7833/.github/ISSUE_TEMPLATE/config.ymlexpected
•External endpoints declared — 2 distinct host(s) · weaviate-weaviate-e0b7833/.github/ISSUE_TEMPLATE/create_issue.ymlexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · weaviate-weaviate-e0b7833/.github/actions/security-lint/action.yml (CWE-272)risk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · weaviate-weaviate-e0b7833/.github/workflows/pull_requests.yaml (CWE-272)risk surface
•External endpoints declared — 3 distinct host(s) · weaviate-weaviate-e0b7833/CONTRIBUTING.mdexpected
•External endpoints declared — 12 distinct host(s) · weaviate-weaviate-e0b7833/README.mdexpected
•External endpoints declared — 4 distinct host(s) · weaviate-weaviate-e0b7833/adapters/handlers/rest/doc.goexpected
•External endpoints declared — 8 distinct host(s) · weaviate-weaviate-e0b7833/adapters/handlers/rest/embedded_spec.goexpected
•External endpoints declared — 5 distinct host(s) · weaviate-weaviate-e0b7833/adapters/handlers/rest/server.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 · weaviate-weaviate-e0b7833/adapters/repos/db/defer_empty_shard_integration_test.go (CWE-200)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
✓LLM02Sensitive Information DisclosurePassed
✓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.
✓LLM05Improper Output HandlingPassed
✓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 Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Vulnerable dependencies — 15 known vulnerabilities in: github.com/aws/aws-sdk-go@1.44.298, github.com/docker/docker@28.5.2+incompatible, golang.org/x/crypto@0.52.0, golang.org/x/net@0.55.0, golang.org/x/text@0.37.0 (CWE-1395)known CVE · -12 pts
§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.
◷ML09Output IntegrityRuntime-enforced
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
✓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 (7) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · weaviate-weaviate-e0b7833/.dockerignorerisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · weaviate-weaviate-e0b7833/.gitattributesrisk surface
•Unrecognized file type — '.?' is not on the allowlist · weaviate-weaviate-e0b7833/.github/CODEOWNERSrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · weaviate-weaviate-e0b7833/.gitignorerisk surface
•Unrecognized file type — '.properties' is not on the allowlist · weaviate-weaviate-e0b7833/.sonarcloud.propertiesrisk surface
•Unrecognized file type — '.cff' is not on the allowlist · weaviate-weaviate-e0b7833/CITATION.cffrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · weaviate-weaviate-e0b7833/adapters/handlers/rest/clusterapi/grpc/protocol/file_replication.protorisk surface
✔ verified source · pinned weaviate-weaviate-e0b7833
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/weaviate-vector-database/check). Click a policy:

Consume Weaviate 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/weaviate-vector-database

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

# CLI
npx ai-supply add weaviate-vector-database

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

# MCP tool
install_listing({ "slug": "weaviate-vector-database" })
OpenAPI spec →
vlatest
! Security: Review · 881mo 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

Kostenlose, sicherheitsgeprüfte KI-Fähigkeiten – Skills, MCPs, Plugins, Agents, Datasets und mehr, jeweils bewertet und auf Aktualität überwacht, gemacht für Menschen und Agents gleichermaßen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Katalog
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
  • Sicherheit
  • Scan a repo
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
Konto
  • Konto erstellen
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz