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.
111 of your 215 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 55.23s for a 60.1 MB repo slow.
  • Repobility's analysis ran in 8.59s after the clone landed.

freqtrade/freqtrade

https://github.com/freqtrade/freqtrade · scanned 2026-06-05 11:41 UTC (5 days, 13 hours ago) · 10 languages

603 raw signals (197 security + 406 graph) 11/13 scanners ran 88th percentile · Python · large (100-500K LoC) System graph score 63 (higher by 25)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 13 hours ago · v2 · 274 actionable findings from 2 signal sources. 126 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 98.0 0.15 14.70
practices_score 94.0 0.15 14.10
code_quality 52.0 0.10 5.20
Overall 1.00 88.0
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 `pairlists_evaluate` without auth dependency — freqtrade/rpc/api_server/api_download_data.py:51
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 freqtrade/rpc/api_server/api_download_data.py:51.
freqtrade/rpc/api_server/api_download_data.py:51
#2
FastAPI POST `pair_history_filtered` without auth dependency — freqtrade/rpc/api_server/api_pair_history.py:47
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 freqtrade/rpc/api_server/api_pair_history.py:47.
freqtrade/rpc/api_server/api_pair_history.py:47
#3
FastAPI POST `pairlists_evaluate` without auth dependency — freqtrade/rpc/api_server/api_pairlists.py:73
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 freqtrade/rpc/api_server/api_pairlists.py:73.
freqtrade/rpc/api_server/api_pairlists.py:73
#4
FastAPI POST `api_start_backtest` without auth dependency — freqtrade/rpc/api_server/api_backtest.py:135
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 freqtrade/rpc/api_server/api_backtest.py:135.
freqtrade/rpc/api_server/api_backtest.py:135
#5
FastAPI DELETE `api_delete_backtest` without auth dependency — freqtrade/rpc/api_server/api_backtest.py:225
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 freqtrade/rpc/api_server/api_backtest.py:225.
freqtrade/rpc/api_server/api_backtest.py:225
#6
FastAPI DELETE `api_delete_backtest_history_entry` without auth dependency — freqtrade/rpc/api_server/api_backtest.py:305
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 freqtrade/rpc/api_server/api_backtest.py:305.
freqtrade/rpc/api_server/api_backtest.py:305
#7
FastAPI PATCH `api_update_backtest_history_entry` without auth dependency — freqtrade/rpc/api_server/api_backtest.py:321
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 freqtrade/rpc/api_server/api_backtest.py:321.
freqtrade/rpc/api_server/api_backtest.py:321
#8
FastAPI DELETE `trades_delete` without auth dependency — freqtrade/rpc/api_server/api_trading.py:187
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 freqtrade/rpc/api_server/api_trading.py:187.
freqtrade/rpc/api_server/api_trading.py:187
#9
FastAPI DELETE `trade_cancel_open_order` without auth dependency — freqtrade/rpc/api_server/api_trading.py:192
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 freqtrade/rpc/api_server/api_trading.py:192.
freqtrade/rpc/api_server/api_trading.py:192
#10
FastAPI POST `trade_reload` without auth dependency — freqtrade/rpc/api_server/api_trading.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 freqtrade/rpc/api_server/api_trading.py:198.
freqtrade/rpc/api_server/api_trading.py:198

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/155326e5-9f75-4622-9ba3-83af963d25db/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/155326e5-9f75-4622-9ba3-83af963d25db/

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.