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

Scan timing: clone 28.8s · analysis 12.39s · 28.5 MB · GitHub API rate-limit (preflight)

bytedance/deer-flow

https://github.com/bytedance/deer-flow · scanned 2026-06-05 08:31 UTC (5 days, 20 hours ago) · 10 languages

964 raw signals (266 security + 698 graph) 11/13 scanners ran 68th percentile · Python · large (100-500K LoC) System graph score 51 (higher by 30)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 20 hours ago · v2 · 421 actionable findings from 2 signal sources. 193 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 65.0 0.15 9.75
code_quality 57.0 0.10 5.70
Overall 1.00 81.5
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 frontend/src/core/i18n/locales/en-US.ts
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 frontend/src/core/i18n/locales/en-US.ts:488; move to env var / secrets manager.
frontend/src/core/i18n/locales/en-US.ts:488
#2
Possible secret in frontend/src/core/i18n/locales/en-US.ts
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 frontend/src/core/i18n/locales/en-US.ts:489; move to env var / secrets manager.
frontend/src/core/i18n/locales/en-US.ts:489
#3
Possible secret in frontend/src/core/i18n/locales/en-US.ts
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 frontend/src/core/i18n/locales/en-US.ts:490; move to env var / secrets manager.
frontend/src/core/i18n/locales/en-US.ts:490
#4
Possible secret in frontend/src/core/i18n/locales/en-US.ts
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 frontend/src/core/i18n/locales/en-US.ts:496; move to env var / secrets manager.
frontend/src/core/i18n/locales/en-US.ts:496
#5
FastAPI POST `create_sandbox` without auth dependency — docker/provisioner/app.py:433
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 docker/provisioner/app.py:433.
docker/provisioner/app.py:433
#6
FastAPI DELETE `destroy_sandbox` without auth dependency — docker/provisioner/app.py:505
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 docker/provisioner/app.py:505.
docker/provisioner/app.py:505
#7
FastAPI POST `generate_suggestions` without auth dependency — backend/app/gateway/routers/suggestions.py:98
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 backend/app/gateway/routers/suggestions.py:98.
backend/app/gateway/routers/suggestions.py:98
#8
FastAPI POST `stateless_stream` without auth dependency — backend/app/gateway/routers/runs.py:35
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 backend/app/gateway/routers/runs.py:35.
backend/app/gateway/routers/runs.py:35
#9
FastAPI POST `stateless_wait` without auth dependency — backend/app/gateway/routers/runs.py:60
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 backend/app/gateway/routers/runs.py:60.
backend/app/gateway/routers/runs.py:60
#10
FastAPI POST `install_skill` without auth dependency — backend/app/gateway/routers/skills.py:103
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 backend/app/gateway/routers/skills.py:103.
backend/app/gateway/routers/skills.py:103

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/1fdceb83-a5ff-4bdd-8861-e896a260c55c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1fdceb83-a5ff-4bdd-8861-e896a260c55c/

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.