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

DeepTutor

https://github.com/HKUDS/DeepTutor.git · scanned 2026-05-29 03:41 UTC (1 week ago) · 10 languages

2230 findings (220 legacy + 2010 scanner) 11/13 scanners ran 62nd percentile · Python · medium (20-100K LoC) Scanner says 61 (higher by 5)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week ago · v5 · last Δ +0.1 (diff) · 640 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 15.0 0.20 3.00
documentation_score 88.0 0.15 13.20
practices_score 74.0 0.15 11.10
code_quality 45.0 0.10 4.50
Overall 1.00 65.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
FastAPI DELETE `delete_book` without auth dependency — deeptutor/api/routers/book.py:189
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 deeptutor/api/routers/book.py:189.
deeptutor/api/routers/book.py:189
#2
FastAPI POST `create_book` without auth dependency — deeptutor/api/routers/book.py:198
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 deeptutor/api/routers/book.py:198.
deeptutor/api/routers/book.py:198
#3
FastAPI POST `confirm_proposal` without auth dependency — deeptutor/api/routers/book.py:224
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 deeptutor/api/routers/book.py:224.
deeptutor/api/routers/book.py:224
#4
FastAPI POST `confirm_spine` without auth dependency — deeptutor/api/routers/book.py:247
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 deeptutor/api/routers/book.py:247.
deeptutor/api/routers/book.py:247
#5
FastAPI POST `compile_page` without auth dependency — deeptutor/api/routers/book.py:271
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 deeptutor/api/routers/book.py:271.
deeptutor/api/routers/book.py:271
#6
FastAPI POST `regenerate_block` without auth dependency — deeptutor/api/routers/book.py:285
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 deeptutor/api/routers/book.py:285.
deeptutor/api/routers/book.py:285
#7
FastAPI POST `insert_block` without auth dependency — deeptutor/api/routers/book.py:317
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 deeptutor/api/routers/book.py:317.
deeptutor/api/routers/book.py:317
#8
FastAPI POST `delete_block` without auth dependency — deeptutor/api/routers/book.py:338
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 deeptutor/api/routers/book.py:338.
deeptutor/api/routers/book.py:338
#9
FastAPI POST `move_block` without auth dependency — deeptutor/api/routers/book.py:347
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 deeptutor/api/routers/book.py:347.
deeptutor/api/routers/book.py:347
#10
FastAPI POST `change_block_type` without auth dependency — deeptutor/api/routers/book.py:361
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 deeptutor/api/routers/book.py:361.
deeptutor/api/routers/book.py:361

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/e6787ecc-a4cd-42f5-bd0d-ed4c112ba8ec/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e6787ecc-a4cd-42f5-bd0d-ed4c112ba8ec/

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.