Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
115 of your 178 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.83s · analysis 16.39s · 18.5 MB · GitHub API rate-limit (preflight)

paradedb/paradedb

https://github.com/paradedb/paradedb · scanned 2026-06-05 17:11 UTC (4 days, 22 hours ago) · 10 languages

504 raw signals (170 security + 334 graph) 43rd percentile · Rust · large (100-500K LoC) System graph score 84 (lower by 19)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 22 hours ago · v2 · 76 actionable findings from 2 signal sources. 261 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 30.0 0.25 7.50
testing_score 85.0 0.20 17.00
documentation_score 100.0 0.15 15.00
practices_score 75.0 0.15 11.25
code_quality 59.8 0.10 5.98
Overall 1.00 65.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (66/100). Dimensions: security 30, maintainability 60. 170 findings (111 security). 137,987 lines analyzed.

Showing 59 of 76 actionable findings. 337 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
.github/scripts/drizzle_snippet_harness.ts:17
critical Security checks cicd CI/CD security conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
docker/docker-compose.yml:1 CI/CD securitycontainers
critical Security checks security secrets conf 0.95 14 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
2 files, 14 locations
pg_search/tests/pg_regress/expected/numeric_pushdown.out:48, 77, 111, 144, 173, 204, 236, 1255, +5 more (13 hits)
docs/docs.json:548
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
6 files, 25 locations
.github/workflows/benchmark-pg_search-benchmarks.yml:107, 108, 306, 307, 321, 322, 336, 337, +1 more (9 hits)
.github/workflows/benchmark-pg_search-stressgres.yml:228, 229, 230, 239, 240, 241, 250, 251, +1 more (9 hits)
.github/workflows/antithesis-trigger-test-run.yml:289, 376, 377, 403 (4 hits)
.github/workflows/check-typo.yml:36
.github/workflows/test-pg_search-nix.yml:46
.github/workflows/test-pg_search.yml:369
CI/CD securityworkflow secretsGitHub Actions
high Security checks software dependencies conf 0.88 async-std: RUSTSEC-2025-0052
async-std has been discontinued
Cargo.lock
high Security checks software dependencies conf 0.88 bincode: RUSTSEC-2025-0141
Bincode is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 11 occurrences Dockerfile FROM `postgres:18-trixie` not pinned by digest
`FROM postgres:18-trixie` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
11 files, 11 locations
docker/Dockerfile.antithesis-18:2
docker/Dockerfile.official-15:2
docker/Dockerfile.official-16:2
docker/Dockerfile.official-17:2
docker/Dockerfile.official-18:2
docker/Dockerfile.paradedb-15:2
docker/Dockerfile.paradedb-16:2
docker/Dockerfile.paradedb-17:2
high Security checks software dependencies conf 0.88 encoding: RUSTSEC-2021-0153
`encoding` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 fxhash: RUSTSEC-2025-0057
fxhash - no longer maintained
Cargo.lock
high Security checks software dependencies conf 0.88 instant: RUSTSEC-2024-0384
`instant` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 openssl: GHSA-xp3w-r5p5-63rr
rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs
Cargo.lock
high Security checks software dependencies conf 0.88 paste: RUSTSEC-2024-0436
paste - no longer maintained
Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 9 occurrences pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v6.0.0`
`.pre-commit-config.yaml` references `https://github.com/pre-commit/pre-commit-hooks` at `rev: v6.0.0`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine.
lines 5, 36, 42, 47, 52, 57, 66, 73, +1 more
.pre-commit-config.yaml:5, 36, 42, 47, 52, 57, 66, 73, +1 more (9 hits)
high Security checks software dependencies conf 0.88 rsa: RUSTSEC-2023-0071
Marvin Attack: potential key recovery through timing sidechannels
Cargo.lock
high Security checks software dependencies conf 0.88 serde_cbor: RUSTSEC-2021-0127
serde_cbor is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 25 occurrences Workflow container/services image `debian:13-slim` unpinned
`container/services image: debian:13-slim` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
4 files, 25 locations
.github/workflows/publish-pg_search-debian.yml:54, 62, 70, 78, 86, 94, 102, 110, +8 more (16 hits)
.github/workflows/publish-pg_search-rhel.yml:54, 62, 70, 78, 86, 94, 102 (7 hits)
.github/workflows/antithesis-trigger-test-run.yml:118
.github/workflows/publish-pg_search-pgxn.yml:21
medium Security checks cicd CI/CD security conf 0.94 Compose service `paradedb` image uses the latest tag
The latest tag is mutable and can change without a code review, producing different images from the same source.
docker/docker-compose.yml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 10 occurrences Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
10 files, 10 locations
docker/Dockerfile.antithesis-18:2
docker/Dockerfile.official-15:2
docker/Dockerfile.official-16:2
docker/Dockerfile.official-17:2
docker/Dockerfile.official-18:2
docker/Dockerfile.paradedb-15:2
docker/Dockerfile.paradedb-16:2
docker/Dockerfile.paradedb-17:2
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
docker/Dockerfile.stressgres:38 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
docker/Dockerfile.stressgres:53 CI/CD securitycontainers
medium Security checks software dependencies conf 0.88 openssl: GHSA-phqj-4mhp-q6mq
rust-openssl: Potential out-of-bounds write in `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers
Cargo.lock
medium Security checks software dependencies conf 0.88 openssl: GHSA-xv59-967r-8726
rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wrap-with-padding
Cargo.lock
high Security checks software dependencies conf 0.70 3 occurrences Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
3 files, 3 locations
README.md:30
docs/deploy/cloud-platforms/digitalocean.mdx:33
pg_search/README.md:15
medium Security checks software dependencies conf 0.88 tar: GHSA-3pv8-6f4r-ffg2
tar has a PAX header desynchronization issue
Cargo.lock
medium Security checks software dependencies conf 0.88 thrift: GHSA-2f9f-gq7v-9h6m
Apache Thrift has a Memory Allocation with Excessive Size Value Vulnerability
Cargo.lock
medium System graph cicd CI/CD security conf 1.00 63 occurrences GitHub Action is tag-pinned rather than SHA-pinned
antithesishq/[email protected] can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 42 locations
.github/workflows/antithesis-trigger-test-run.yml:136, 273, 285, 294, 304, 329, 337, 348, +2 more (10 hits)
.github/workflows/publish-paradedb-docker.yml:195, 198, 204, 218, 225 (5 hits)
.github/workflows/publish-stressgres-docker.yml:33, 36, 40, 47, 53 (5 hits)
.github/workflows/publish-pg_search-debian.yml:195, 344 (4 hits)
.github/workflows/benchmark-pg_search-benchmarks.yml:105, 208, 224 (3 hits)
.github/workflows/test-pg_search.yml:104, 125, 362 (3 hits)
.github/workflows/antithesis-trigger-bug-report.yml:52 (2 hits)
.github/workflows/benchmark-pg_search-stressgres.yml:177, 196 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium System graph cicd CI/CD security conf 1.00 12 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
12 files, 12 locations
.github/workflows/antithesis-launch-debugger.yml
.github/workflows/benchmark-backfill.yml
.github/workflows/benchmark-pg_search-benchmarks.yml
.github/workflows/benchmark-pg_search-stressgres.yml
.github/workflows/cherry-pick.yml
.github/workflows/publish-paradedb-docker.yml
.github/workflows/publish-pg_search-debian.yml
.github/workflows/publish-pg_search-macos.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in .github/workflows/lint-bash.yml:90
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
.github/workflows/lint-bash.yml:90 Subprocess shell true
medium System graph network Security conf 1.00 Privileged port 288 in use
Port 288 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/pg_search_common.sh Ports
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker/docker-compose.yml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
docker/docker-compose.yml:1 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 6 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
5 files, 6 locations
pg_search/src/postgres/customscan/joinscan/privdat.rs:54, 55 (2 hits)
pg_search/src/api/operator/const_score.rs:166
pg_search/src/api/operator/ororor.rs:65
pg_search/src/postgres/customscan/basescan/privdat.rs:86
pg_search/src/postgres/customscan/joinscan/mpp.rs:31
duplicationquality
low System graph quality Maintenance conf 1.00 81 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: .github/scripts/drizzle_snippet_harness.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: docs/override.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph cicd CI/CD security conf 1.00 86 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 56 locations
.github/workflows/publish-paradedb-docker.yml:77, 83, 190, 236, 252, 258, 332 (14 hits)
.github/workflows/publish-pg_search-debian.yml:184, 246, 321 (6 hits)
.github/workflows/antithesis-trigger-test-run.yml:131, 170, 234, 268, 279 (5 hits)
.github/workflows/test-pg_search.yml:101, 166, 335, 352, 355 (5 hits)
.github/workflows/lint-bash.yml:27, 30 (4 hits)
.github/workflows/test-pg_search-nix.yml:43, 49 (4 hits)
.github/workflows/benchmark-backfill.yml:38, 65, 87 (3 hits)
.github/workflows/benchmark-pg_search-benchmarks.yml:99, 122, 150 (3 hits)
CI/CD securitySupply chainGitHub Actions
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/api/admin.rs (1828 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/index/reader/index.rs (1522 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/aggregatescan/datafusion_build.rs (1431 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/aggregatescan/mod.rs (2157 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/basescan/mod.rs (2669 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/joinscan/build.rs (1579 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/joinscan/mod.rs (2349 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/joinscan/planning.rs (2236 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/joinscan/visibility_filter.rs (1551 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/mpp/transport.rs (1832 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/customscan/qual_inspect.rs (2092 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/storage/fsm.rs (1898 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/types_arrow.rs (1399 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/postgres/utils.rs (1348 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/query/mod.rs (1970 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/query/pdb_query.rs (1989 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pg_search/src/scan/segmented_topk_exec.rs (1492 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/tests/bm25_search.rs (1770 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/tests/documentation.rs (2617 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/tests/qgen.rs (1703 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tokenizers/src/icu.rs (2795 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tokenizers/src/manager.rs (1410 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/b96565f5-3b3b-4e3f-a59b-ebfc749e906f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b96565f5-3b3b-4e3f-a59b-ebfc749e906f/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.