← Back to scan
File as GitHub Issue repo: langflow-ai/openrag

Push this scan report to langflow-ai/openrag

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

Database service has no persistent data volume

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 DKC007 Compose service contains a literal secret environment value src/tui/_assets/docker-compose.yml:144
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:144
HIGH DKR001 Docker final stage runs as root Dockerfile.langflow:14
HIGH DKR006 Dockerfile pipes a remote script into a shell Dockerfile.backend:11
HIGH DKC013 Database service has no persistent data volume src/tui/_assets/docker-compose.yml:35
HIGH DKC013 Database service has no persistent data volume docker-compose.yml:35
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… src/services/chat_service.py:334
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… kubernetes/operator/internal/controller…:209
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… frontend/components/cloud-picker/sharep…:165
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… frontend/components/cloud-picker/provid…:285
HIGH DKC011 Database service publishes a host port src/tui/_assets/docker-compose.yml:35
HIGH DKC011 Database service publishes a host port src/tui/_assets/docker-compose.yml:1
HIGH DKC011 Database service publishes a host port docker-compose.yml:35
HIGH DKC011 Database service publishes a host port docker-compose.yml:1
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. sdks/typescript/src/chat.ts:172
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/agent.py:517
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… warm_up_docling.py:25
MED DKR003 Dockerfile base image uses the latest tag Dockerfile:41
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKC015 Database service has no healthcheck src/tui/_assets/docker-compose.yml:35
MED DKC015 Database service has no healthcheck docker-compose.yml:35
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/users…:18
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/s3-se…:37
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/s3-se…:79
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/opena…:66
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/opena…:30
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/ollam…:89
MED AIC003 Duplicated implementation block across source files frontend/app/settings/_components/inges…:53
MED AIC003 Duplicated implementation block across source files frontend/app/onboarding/_components/ope…:49
MED AIC003 Duplicated implementation block across source files frontend/app/onboarding/_components/ope…:48
MED AIC003 Duplicated implementation block across source files frontend/app/onboarding/_components/ibm…:99
MED AIC003 Duplicated implementation block across source files frontend/app/api/queries/useGetSettings…:41
MED AIC003 Duplicated implementation block across source files flows/components/mcp_component.py:124
MED DKR001 Docker final stage has no non-root USER Dockerfile.langflow.dev:4
MED DKR001 Docker final stage has no non-root USER Dockerfile.backend:55
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … src/services/chat_service.py:334
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useSyncConne…:18
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useS3Configu…:13
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useRevokeRol…:14
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useRevokeApi…:26
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useRefreshOp…:11
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useOnboardin…:34
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useOnboardin…:46
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useIBMCOSCon…:20
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useDisconnec…:11
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useDeleteFil…:15
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useDeleteDoc…:19
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useCreateFil…:19
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useCreateApi…:30
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useCancelTas…:27
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/app/api/mutations/useAssignRol…:13
MED AUC012 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
MED AGT012 Agent control bridge may listen on a network interface without visible auth src/main.py:4
MED AGT015 Remote install command pipes network code directly to a shell src/tui/utils/startup_checks.py:225
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:397
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:388
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:336
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:303
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:236
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:191
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:179
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/admin/rbac.py:167
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/users.py:86
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/api/users.py:52
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… src/api/config.py:32
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… alembic/env.py:36
LOW DKR012 Dockerfile keeps pip download cache Dockerfile.langflow.dev:29
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile.langflow.dev:18
LOW DKR012 Dockerfile keeps pip download cache Dockerfile.langflow:6
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening src/tui/_assets/docker-compose.yml:144
LOW DKC010 Compose service lacks no-new-privileges hardening src/tui/_assets/docker-compose.yml:131
LOW DKC010 Compose service lacks no-new-privileges hardening src/tui/_assets/docker-compose.yml:47
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:144
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:131
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:47
LOW AIC002 Source file name looks like an AI patch artifact src/app/routes/public_v1.py:1
LOW DKC006 Compose service does not declare a runtime user src/tui/_assets/docker-compose.yml:144
LOW DKC006 Compose service does not declare a runtime user src/tui/_assets/docker-compose.yml:47
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:144
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:47
Reset to top 5 82 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `langflow-ai/openrag`

**Score: 60/100 (C+)**  ·  97 findings  ·  scanned 2026-05-15 19:40 UTC  ·  108,006 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 12 |
| MEDIUM | 53 |
| LOW | 15 |

📊 [Full filterable report](https://repobility.com/scan/2450297c-75ff-442e-9242-a0e495d24189/)  ·  ![scorecard](https://repobility.com/scan/2450297c-75ff-442e-9242-a0e495d24189/report.png?v=1778874032-s2)

### Top findings

1. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `src/tui/_assets/docker-compose.yml:144`
2. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:144`
3. **HIGH** `DKR001` — Docker final stage runs as root
   `Dockerfile.langflow:14`
4. **HIGH** `DKR006` — Dockerfile pipes a remote script into a shell
   `Dockerfile.backend:11`
5. **HIGH** `DKC013` — Database service has no persistent data volume
   `src/tui/_assets/docker-compose.yml:35`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/2450297c-75ff-442e-9242-a0e495d24189/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 4 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 'langflow-ai/openrag' 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.