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.
67 of your 84 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

langflow-ai/langflow

https://github.com/langflow-ai/langflow · scanned 2026-06-05 04:43 UTC (11 hours, 33 minutes ago) · 10 languages

2202 findings (78 legacy + 2124 scanner) 11/13 scanners ran 77th percentile · Javascript · small (2-20K LoC) Scanner says 61 (higher by 21)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 11 hours, 33 minutes ago · v2 · 1140 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 70.0 0.20 14.00
documentation_score 60.0 0.15 9.00
practices_score 87.0 0.15 13.05
code_quality 80.0 0.10 8.00
Overall 1.00 81.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Possible secret in docs/docusaurus.config.js
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in docs/docusaurus.config.js:537; move to env var / secrets manager.
docs/docusaurus.config.js:537
#2
Possible secret in src/frontend/src/components/core/parameterRenderComponent/components/queryComponent/index.tsx
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/frontend/src/components/core/parameterRenderComponent/components/queryComponent/index.tsx:18; move to env var / secrets manager.
src/frontend/src/components/core/parameterRenderComponent/components/queryComponent/index.tsx:18
#3
Possible secret in src/frontend/src/components/core/parameterRenderComponent/components/textAreaComponent/index.tsx
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/frontend/src/components/core/parameterRenderComponent/components/textAreaComponent/index.tsx:21; move to env var / secrets manager.
src/frontend/src/components/core/parameterRenderComponent/components/textAreaComponent/index.tsx:21
#4
Possible secret in src/lfx/src/lfx/schema/table.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/lfx/src/lfx/schema/table.py:114; move to env var / secrets manager.
src/lfx/src/lfx/schema/table.py:114
#5
Insecure pattern 'private_key_in_repo' in src/lfx/src/lfx/components/mongodb/mongodb_atlas.py:31
GapSeverity.CRITICAL Layer.SECURITY score 0.550
Why: critical severity · OWASP-class risk
src/lfx/src/lfx/components/mongodb/mongodb_atlas.py:31
#6
FastAPI POST `run_flow` without auth dependency — src/lfx/src/lfx/cli/serve_app.py:415
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/lfx/src/lfx/cli/serve_app.py:415.
src/lfx/src/lfx/cli/serve_app.py:415
#7
FastAPI POST `stream_flow` without auth dependency — src/lfx/src/lfx/cli/serve_app.py:484
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/lfx/src/lfx/cli/serve_app.py:484.
src/lfx/src/lfx/cli/serve_app.py:484
#8
FastAPI POST `execute_named_flow` without auth dependency — src/backend/base/langflow/agentic/api/router.py:133
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/backend/base/langflow/agentic/api/router.py:133.
src/backend/base/langflow/agentic/api/router.py:133
#9
FastAPI POST `assist` without auth dependency — src/backend/base/langflow/agentic/api/router.py:252
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/backend/base/langflow/agentic/api/router.py:252.
src/backend/base/langflow/agentic/api/router.py:252
#10
FastAPI POST `assist_stream` without auth dependency — src/backend/base/langflow/agentic/api/router.py:276
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/backend/base/langflow/agentic/api/router.py:276.
src/backend/base/langflow/agentic/api/router.py:276

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/21f5a3bf-888a-438b-82df-af3a9dc3f48f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/21f5a3bf-888a-438b-82df-af3a9dc3f48f/

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.