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.

Scan timing: clone 10.23s · analysis 39.56s · 31.8 MB · GitHub API rate-limit (preflight)

PaddlePaddle/FastDeploy

https://github.com/PaddlePaddle/FastDeploy · scanned 2026-05-31 01:23 UTC (5 days, 16 hours ago) · 10 languages

1206 findings (392 legacy + 814 scanner) 11/13 scanners ran 82nd percentile · Python · large (100-500K LoC) Scanner says 69 (higher by 16)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 16 hours ago · v2 · 809 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 83.0 0.15 12.45
practices_score 92.0 0.15 13.80
code_quality 45.0 0.10 4.50
Overall 1.00 84.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 fastdeploy/scheduler/config.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 fastdeploy/scheduler/config.py:242; move to env var / secrets manager.
fastdeploy/scheduler/config.py:242
#2
FastAPI POST `create_chat_completion` without auth dependency — fastdeploy/router/router.py:556
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 fastdeploy/router/router.py:556.
fastdeploy/router/router.py:556
#3
FastAPI POST `create_completion` without auth dependency — fastdeploy/router/router.py:561
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 fastdeploy/router/router.py:561.
fastdeploy/router/router.py:561
#4
FastAPI POST `abort_requests` without auth dependency — fastdeploy/router/router.py:585
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 fastdeploy/router/router.py:585.
fastdeploy/router/router.py:585
#5
FastAPI POST `generate` without auth dependency — fastdeploy/entrypoints/api_server.py:64
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 fastdeploy/entrypoints/api_server.py:64.
fastdeploy/entrypoints/api_server.py:64
#6
FastAPI POST `pause` without auth dependency — fastdeploy/entrypoints/openai/api_server.py:396
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 fastdeploy/entrypoints/openai/api_server.py:396.
fastdeploy/entrypoints/openai/api_server.py:396
#7
FastAPI POST `resume` without auth dependency — fastdeploy/entrypoints/openai/api_server.py:405
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 fastdeploy/entrypoints/openai/api_server.py:405.
fastdeploy/entrypoints/openai/api_server.py:405
#8
FastAPI POST `sleep` without auth dependency — fastdeploy/entrypoints/openai/api_server.py:421
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 fastdeploy/entrypoints/openai/api_server.py:421.
fastdeploy/entrypoints/openai/api_server.py:421
#9
FastAPI POST `wakeup` without auth dependency — fastdeploy/entrypoints/openai/api_server.py:440
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 fastdeploy/entrypoints/openai/api_server.py:440.
fastdeploy/entrypoints/openai/api_server.py:440
#10
FastAPI POST `update_weights` without auth dependency — fastdeploy/entrypoints/openai/api_server.py:459
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 fastdeploy/entrypoints/openai/api_server.py:459.
fastdeploy/entrypoints/openai/api_server.py:459

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/ab654ff4-2d45-41c2-a338-f39e691f30b3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ab654ff4-2d45-41c2-a338-f39e691f30b3/

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.