Skip to content
ai-supply.store
ExplorarCategoriasClassificaçõesComunidadeAgent APIFAQ
EntrarCadastre-se grátis
catalog / Data & ETL / Meilisearch
⇄ConnectorData & ETLFree

Meilisearch

Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.

@ai-supply
Instalações811k
⟳ upstream v1.50.0 · updated 8d ago
↗ Repositório fonte
← More Data & ETLData & ETL leaderboard →How we grade security →Source ↗
! Grade B · 88/100 · ReviewSecurity assessment
✓No compromise signals21capabilities surfaced1known CVE5of 20 OWASP controls clear
Suspicious code patternsSuspicious network referencesBroad capability surfaceBroad capability surface
scanned 2d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Meilisearch

Meilisearch is a developer-first search engine written in Rust, delivering sub-50ms full-text search responses with typo-tolerance, faceting, filtering, and geosearch out of the box. Its Community Edition is fully open source under MIT. It also supports hybrid (keyword + vector) search, making it a natural fit for RAG and semantic retrieval pipelines.

Key Features

  • Instant search — returns results in under 50ms on datasets with millions of documents
  • Typo tolerance — handles misspellings, partial matches, and word-order variations natively
  • Hybrid search — combine BM25 keyword and vector similarity scores in a single query
  • Faceted filtering — structured filters on any attribute with zero extra configuration
  • Multi-tenant — built-in API key scoping and index-level access control
  • Simple REST API — index documents, run searches, and manage synonyms via a clean HTTP API
  • AI embeddings — built-in support for OpenAI, HuggingFace, Ollama, and REST embedder endpoints

Quick Start

curl -L https://install.meilisearch.com | sh
./meilisearch --master-key="masterKey"
from meilisearch import Client
client = Client('http://localhost:7700', 'masterKey')
index = client.index('movies')
index.add_documents([{"id": 1, "title": "2001: A Space Odyssey"}])
results = index.search('spac odyssy')  # typo-tolerant
print(results['hits'])

Install via ai-supply

npx ai-supply add meilisearch-ai-search-engine

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

Rating rank
#1
of 24 in Data & ETL
Install rank
#1
of 24 in Data & ETL
Security score
88/100 · B
review
Security rank
#6
of 24 in Data & ETL
Installs
811k
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 signals22 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 · med confidence (static)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → api.github.com, hub.docker.com, ollama.com, codeberg.org, bench.meilisearch.dev, profiler.firefox.com, docs.rs, milli-benchmarks.fra1.digitaloceanspaces.com +32
auth: api_keygithub.comhub.docker.comraw.githubusercontent.comollama.comcodeberg.orgbench.meilisearch.devprofiler.firefox.comdocs.rs

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 · meilisearch-meilisearch-a765263/crates/milli/src/update/new/indexer/document_operation.rs (CWE-77)risk surface
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: hardcoded credential · meilisearch-meilisearch-a765263/crates/meilisearch/src/routes/open_api_utils.rs (CWE-798)expected
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Vulnerable dependencies — 19 known vulnerabilities in: anyhow@1.0.102, backoff@0.4.0, bincode@1.3.3, bincode@2.0.1, crossbeam-epoch@0.9.18, encoding@0.2.33, fxhash@0.2.1, i_tree@0.8.3 (CWE-1395)known CVE · -12 pts
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — pipe-to-shell install · meilisearch-meilisearch-a765263/.github/workflows/sdks-tests.yml (CWE-494)risk surface
•Suspicious code patterns — dynamic code execution · meilisearch-meilisearch-a765263/crates/filter-parser/src/error.rs (CWE-95)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · meilisearch-meilisearch-a765263/.github/ISSUE_TEMPLATE/config.ymlexpected
•External endpoints declared — 2 distinct host(s) · meilisearch-meilisearch-a765263/.github/templates/dependency-issue.mdexpected
•External endpoints declared — 3 distinct host(s) · meilisearch-meilisearch-a765263/.github/workflows/test-suite.ymlexpected
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · meilisearch-meilisearch-a765263/BENCHMARKS.md (CWE-272)risk surface
•Egress to a private/loopback host — 127.0.0.1 · meilisearch-meilisearch-a765263/BENCHMARKS.md (CWE-918)expected
•External endpoints declared — 8 distinct host(s) · meilisearch-meilisearch-a765263/BENCHMARKS.mdexpected
•External endpoints declared — 12 distinct host(s) · meilisearch-meilisearch-a765263/CONTRIBUTING.mdexpected
•External endpoints declared — 15 distinct host(s) · meilisearch-meilisearch-a765263/README.mdexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · meilisearch-meilisearch-a765263/crates/dump/src/reader/mod.rs (CWE-272)risk surface
•External endpoints declared — 4 distinct host(s) · meilisearch-meilisearch-a765263/crates/dump/src/reader/mod.rsexpected
•Egress to a private/loopback host — 10.0.0.2, 10.0.0.1, [::ffff:ac11:1] · meilisearch-meilisearch-a765263/crates/http-client/src/lib.rs (CWE-918)expected
•External endpoints declared — 5 distinct host(s) · meilisearch-meilisearch-a765263/crates/meilisearch/src/routes/indexes/documents.rsexpected
•External endpoints declared — 6 distinct host(s) · meilisearch-meilisearch-a765263/crates/meilisearch/tests/tasks/webhook.rsexpected
⚠LLM07System Prompt Leakagehigh
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 · meilisearch-meilisearch-a765263/crates/http-client/src/lib.rs (CWE-200)risk surface
•Embedded credentials — found: hardcoded credential · meilisearch-meilisearch-a765263/crates/meilisearch/src/routes/open_api_utils.rs (CWE-798)expected
§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 · meilisearch-meilisearch-a765263/crates/milli/src/update/new/indexer/document_operation.rs (CWE-77)risk surface
⚠ML06AI Supply Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Vulnerable dependencies — 19 known vulnerabilities in: anyhow@1.0.102, backoff@0.4.0, bincode@1.3.3, bincode@2.0.1, crossbeam-epoch@0.9.18, encoding@0.2.33, fxhash@0.2.1, i_tree@0.8.3 (CWE-1395)known CVE · -12 pts
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — pipe-to-shell install · meilisearch-meilisearch-a765263/.github/workflows/sdks-tests.yml (CWE-494)risk surface
•Suspicious code patterns — dynamic code execution · meilisearch-meilisearch-a765263/crates/filter-parser/src/error.rs (CWE-95)risk 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 (13) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · meilisearch-meilisearch-a765263/.dockerignorerisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · meilisearch-meilisearch-a765263/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · meilisearch-meilisearch-a765263/.gitignorerisk surface
•Suspicious network references — raw IP URL (29 URLs) · meilisearch-meilisearch-a765263/BENCHMARKS.mdrisk surface
•Unrecognized file type — '.?' is not on the allowlist · meilisearch-meilisearch-a765263/Dockerfilerisk surface
•Unrecognized file type — '.snap' is not on the allowlist · meilisearch-meilisearch-a765263/crates/dump/src/reader/compat/snapshots/dump__reader__compat__v1_to_v2__test__compat_v1_v2-3.snaprisk surface
•Unrecognized file type — '.dump' is not on the allowlist · meilisearch-meilisearch-a765263/crates/dump/tests/assets/v1.dumprisk surface
•Opaque binary content — non-text payload not statically analyzable · meilisearch-meilisearch-a765263/crates/dump/tests/assets/v1.dumprisk surface
•Suspicious network references — raw IP URL (5 URLs) · meilisearch-meilisearch-a765263/crates/http-client/src/lib.rsrisk surface
•Suspicious network references — suspicious TLD (1 URLs) · meilisearch-meilisearch-a765263/crates/meilisearch/Cargo.tomlrisk surface
•Unrecognized file type — '.jsonl' is not on the allowlist · meilisearch-meilisearch-a765263/crates/meilisearch/tests/assets/dumps/v1/test/documents.jsonlrisk surface
•Unrecognized file type — '.ndjson' is not on the allowlist · meilisearch-meilisearch-a765263/crates/meilisearch/tests/assets/test_set.ndjsonrisk surface
•Unrecognized file type — '.geojson' is not on the allowlist · meilisearch-meilisearch-a765263/crates/meilisearch/tests/documents/geojson/assets/lille.geojsonrisk surface
✔ verified source · pinned meilisearch-meilisearch-a765263 · changed since last scan (-7 pts)
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/meilisearch-ai-search-engine/check). Click a policy:

Consume Meilisearch 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/meilisearch-ai-search-engine

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

# CLI
npx ai-supply add meilisearch-ai-search-engine

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

# MCP tool
install_listing({ "slug": "meilisearch-ai-search-engine" })
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
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
◇MCP server
GitHub MCP Server
Official GitHub MCP server — give your AI agent full read/write access to repos, issues, PRs, and actions.
↓ 771k
ai-supply.store

Recursos de IA gratuitos e com segurança verificada — skills, MCPs, plugins, agents, datasets e muito mais, cada um com nota e acompanhamento de atualização, feitos tanto para pessoas quanto para agents.

api · v3.1status · all green
Contato
support@ai-supply.storesecurity@ai-supply.store
Catálogo
  • Explorar
  • Categorias
  • Classificações
  • Benchmarks
  • Segurança
  • Scan a repo
Comunidade
  • Comunidade
  • FAQ
Para agentes
  • Início rápido (60s)
  • Autorizar um agente
  • Agent API
  • Especificação OpenAPI
Para desenvolvedores
  • Publicar
  • Painel
Conta
  • Criar conta
  • Entrar
  • Configurações
Legal
  • Termos
  • Acordo de editor
  • Uso aceitável
  • Privacidade