← Back to scan
File as GitHub Issue repo: meilisearch/meilisearch

Push this scan report to meilisearch/meilisearch

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Weak Crypto

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT SEC019 [SEC019] Raw Authorization Token in Example: A real-looking API token appears in an Autho… crates/meilisearch/src/routes/open_api_…:17
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… crates/milli/src/documents/mod.rs:171
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/xtask/src/common/assets.rs:154
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/meilisearch/build.rs:53
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). crates/xtask/src/bench/dashboard.rs:65
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). crates/meilisearch/build.rs:16
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). crates/meili-snap/src/lib.rs:20
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/meilisearch/src/routes/chats/con…:64
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/meilisearch/src/proxy/error.rs:53
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/http-client/src/reqwest/error.rs:21
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/dump/src/reader/v2/settings.rs:237
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/dump/src/reader/v1/settings.rs:59
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/dump/src/reader/v1/mod.rs:189
HIGH MINED126 [MINED126] Workflow container/services image `ubuntu:22.04` unpinned: `container/services… .github/workflows/publish-apt-brew-pkg.…:22
HIGH MINED126 [MINED126] Workflow container/services image `ubuntu:22.04` unpinned: `container/services… .github/workflows/flaky-tests.yml:13
HIGH MINED115 [MINED115] Action `actions-rs/cargo` pinned to mutable ref `@v1`: `uses: actions-rs/cargo… .github/workflows/test-suite.yml:93
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@1.91.1`: `uses: dtolna… .github/workflows/test-suite.yml:91
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2.9.1`: `uses: Swatinem/… .github/workflows/test-suite.yml:90
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/test-suite.yml:88
HIGH MINED115 [MINED115] Action `actions-rs/cargo` pinned to mutable ref `@v1`: `uses: actions-rs/cargo… .github/workflows/test-suite.yml:73
HIGH MINED115 [MINED115] Action `actions-rs/cargo` pinned to mutable ref `@v1`: `uses: actions-rs/cargo… .github/workflows/test-suite.yml:68
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@1.91.1`: `uses: dtolna… .github/workflows/test-suite.yml:66
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2.9.1`: `uses: Swatinem/… .github/workflows/test-suite.yml:65
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/test-suite.yml:63
HIGH MINED115 [MINED115] Action `actions-rs/cargo` pinned to mutable ref `@v1`: `uses: actions-rs/cargo… .github/workflows/test-suite.yml:48
HIGH MINED115 [MINED115] Action `actions-rs/cargo` pinned to mutable ref `@v1`: `uses: actions-rs/cargo… .github/workflows/test-suite.yml:43
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2.9.1`: `uses: Swatinem/… .github/workflows/test-suite.yml:39
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@1.91.1`: `uses: dtolna… .github/workflows/test-suite.yml:37
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/test-suite.yml:25
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@1.91.1`: `uses: dtolna… .github/workflows/bench-manual.yml:21
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bench-manual.yml:20
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/db-change-missing.yml:12
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/db-change-comments.yml:47
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/check-openapi-file.yml:32
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2.9.1`: `uses: Swatinem/… .github/workflows/check-openapi-file.yml:29
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@1.91.1`: `uses: dtolna… .github/workflows/check-openapi-file.yml:26
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/check-openapi-file.yml:23
HIGH MINED115 [MINED115] Action `EndBug/add-and-commit` pinned to mutable ref `@v9`: `uses: EndBug/add-… .github/workflows/update-cargo-toml-ver…:38
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@1.91.1`: `uses: dtolna… .github/workflows/update-cargo-toml-ver…:27
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/update-cargo-toml-ver…:20
HIGH MINED118 [MINED118] Dockerfile FROM `alpine:3.22` not pinned by digest: `FROM alpine:3.22` resolve… Dockerfile:21
HIGH MINED118 [MINED118] Dockerfile FROM `rust:1.89-alpine3.22` not pinned by digest: `FROM rust:1.89-a… Dockerfile:2
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … crates/xtask/src/main.rs:60
MED DKR017 Dockerfile installs dependencies after copying the full source tree Dockerfile:16
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED DKR001 Docker final stage has no non-root USER Dockerfile:21
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:15
MED AGT015 Remote install command pipes network code directly to a shell .github/workflows/sdks-tests.yml:119
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/settings.rs:19
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/mod.rs:230
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/mod.rs:160
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/mod.rs:85
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/mod.rs:82
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/meta.rs:6
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/errors.rs:28
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v5/errors.rs:6
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v4/settings.rs:4
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v4/settings.rs:1
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v4/mod.rs:225
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v4/mod.rs:156
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v4/mod.rs:81
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v4/errors.rs:78
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v3/updates.rs:22
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v3/settings.rs:4
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v3/mod.rs:237
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v3/mod.rs:230
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v3/mod.rs:121
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v2/mod.rs:196
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v2/mod.rs:191
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/v1/mod.rs:159
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/mod.rs:749
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/mod.rs:550
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/mod.rs:424
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/mod.rs:224
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/compat/v5_to_v6.…:468
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/compat/v5_to_v6.…:465
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/compat/v4_to_v5.…:388
LOW AIC003 Duplicated implementation block across source files crates/dump/src/reader/compat/v3_to_v4.…:343
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/meilitool/src/upgrade/v1_10.rs:169
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/meilisearch-types/src/document_f…:217
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/index-scheduler/src/scheduler/pr…:147
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… crates/http-client/src/lib.rs:79
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/meilisearch/src/metrics.rs:13
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/meilisearch/build.rs:3
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/index-scheduler/src/scheduler/pr…:97
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/index-scheduler/src/scheduler/pr…:92
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/http-client/src/lib.rs:62
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/filter-parser/fuzz/fuzz_targets/…:12
Reset to top 5 89 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `meilisearch/meilisearch`

**Score: 73/100 (A-)**  ·  89 findings  ·  scanned 2026-06-05 09:55 UTC  ·  246,734 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 41 |
| MEDIUM | 6 |
| LOW | 31 |

📊 [Full filterable report](https://repobility.com/scan/41836e51-854e-4c25-b159-006a07dffed0/)  ·  ![scorecard](https://repobility.com/scan/41836e51-854e-4c25-b159-006a07dffed0/report.png?v=1780653357-s2)

### Top findings

1. **CRITICAL** `SEC019` — Raw Authorization Token in Example
   `crates/meilisearch/src/routes/open_api_utils.rs:17` · A07:2021 Identification & Authentication Failures
2. **HIGH** `MINED041` — Rust Unimplemented Macro
   `crates/milli/src/documents/mod.rs:171` · CWE-1188 · ✓ Repobility
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `crates/xtask/src/common/assets.rs:154`
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `crates/meilisearch/build.rs:53`
5. **HIGH** `MINED004` — Weak Crypto
   `crates/xtask/src/bench/dashboard.rs:65` · CWE-327 · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/41836e51-854e-4c25-b159-006a07dffed0/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 6 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'meilisearch/meilisearch' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.