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

Scan timing: clone 20.75s · analysis 7.55s · 33.5 MB · GitHub preflight 1043ms

tiangolo/fastapi

https://github.com/tiangolo/fastapi.git · scanned 2026-05-19 15:32 UTC (2 weeks, 2 days ago) · 10 languages

675 findings (191 legacy + 484 scanner) 10/12 scanners ran 85th percentile · Python · large (100-500K LoC) Scanner says 70 (higher by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 2 days ago · v2 · 433 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 100.0 0.20 20.00
documentation_score 75.0 0.15 11.25
practices_score 81.0 0.15 12.15
code_quality 80.0 0.10 8.00
Overall 1.00 85.4
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 POST `create_item` without auth dependency — docs_src/app_testing/app_b_py310/main.py:29
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 docs_src/app_testing/app_b_py310/main.py:29.
docs_src/app_testing/app_b_py310/main.py:29
#2
FastAPI POST `create_item` without auth dependency — docs_src/app_testing/app_b_an_py310/main.py:31
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 docs_src/app_testing/app_b_an_py310/main.py:31.
docs_src/app_testing/app_b_an_py310/main.py:31
#3
FastAPI POST `create_item` without auth dependency — docs_src/separate_openapi_schemas/tutorial002_py310.py:13
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 docs_src/separate_openapi_schemas/tutorial002_py310.py:13.
docs_src/separate_openapi_schemas/tutorial002_py310.py:13
#4
FastAPI POST `create_item` without auth dependency — docs_src/separate_openapi_schemas/tutorial001_py310.py:13
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 docs_src/separate_openapi_schemas/tutorial001_py310.py:13.
docs_src/separate_openapi_schemas/tutorial001_py310.py:13
#5
FastAPI POST `create_file` without auth dependency — docs_src/request_forms_and_files/tutorial001_an_py310.py:8
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 docs_src/request_forms_and_files/tutorial001_an_py310.py:8.
docs_src/request_forms_and_files/tutorial001_an_py310.py:8
#6
FastAPI POST `create_file` without auth dependency — docs_src/request_forms_and_files/tutorial001_py310.py:6
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 docs_src/request_forms_and_files/tutorial001_py310.py:6.
docs_src/request_forms_and_files/tutorial001_py310.py:6
#7
FastAPI POST `create_files` without auth dependency — docs_src/request_files/tutorial002_py310.py:7
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 docs_src/request_files/tutorial002_py310.py:7.
docs_src/request_files/tutorial002_py310.py:7
#8
FastAPI POST `create_upload_files` without auth dependency — docs_src/request_files/tutorial002_py310.py:12
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 docs_src/request_files/tutorial002_py310.py:12.
docs_src/request_files/tutorial002_py310.py:12
#9
FastAPI POST `create_file` without auth dependency — docs_src/request_files/tutorial001_02_py310.py:6
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 docs_src/request_files/tutorial001_02_py310.py:6.
docs_src/request_files/tutorial001_02_py310.py:6
#10
FastAPI POST `create_upload_file` without auth dependency — docs_src/request_files/tutorial001_02_py310.py:14
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 docs_src/request_files/tutorial001_02_py310.py:14.
docs_src/request_files/tutorial001_02_py310.py:14

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/3698120a-e08b-4304-8dd1-f2dcb9f557ea/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3698120a-e08b-4304-8dd1-f2dcb9f557ea/

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.