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

Scan timing: clone 4.48s · analysis 15.66s · 30.6 MB · GitHub preflight 679ms

bytedance/deer-flow

https://github.com/bytedance/deer-flow.git · scanned 2026-06-23 23:06 UTC (1 month ago) · 10 languages

854 raw signals (300 security + 554 graph) 11/13 scanners ran 3rd percentile · Python · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month ago · v1 · 605 actionable findings from 2 signal sources. 232 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 70.0 0.15 10.50
code_quality 46.0 0.10 4.60
Overall 1.00 81.1
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
Agent instruction/config may expose a secret: .github/copilot-instructions.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in .github/copilot-instructions.md:76; move to env var / secrets manager.
.github/copilot-instructions.md:76
#2
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
#3
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
#4
FastAPI POST `generate_suggestions` without auth dependency — backend/app/gateway/routers/suggestions.py:141
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:141.
backend/app/gateway/routers/suggestions.py:141
#5
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
#6
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
#7
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
#8
FastAPI PUT `update_custom_skill` without auth dependency — backend/app/gateway/routers/skills.py:154
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:154.
backend/app/gateway/routers/skills.py:154
#9
FastAPI DELETE `delete_custom_skill` without auth dependency — backend/app/gateway/routers/skills.py:191
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:191.
backend/app/gateway/routers/skills.py:191
#10
FastAPI POST `rollback_custom_skill` without auth dependency — backend/app/gateway/routers/skills.py:234
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:234.
backend/app/gateway/routers/skills.py:234

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/807f94d4-7f47-4a02-a602-6d896352cac6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/807f94d4-7f47-4a02-a602-6d896352cac6/

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.