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 3.11s · analysis 4.08s · 5.2 MB · GitHub API rate-limit (preflight)

TradingAgents

https://github.com/TauricResearch/TradingAgents · scanned 2026-06-01 04:00 UTC (4 days, 5 hours ago) · 10 languages

288 findings (151 legacy + 137 scanner) 55th percentile · Python · small (2-20K LoC) Scanner says 91 (lower by 19)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 5 hours ago · v4 · 186 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 75.0 0.15 11.25
security_score 49.8 0.25 12.45
testing_score 100.0 0.20 20.00
documentation_score 91.0 0.15 13.65
practices_score 54.0 0.15 8.10
code_quality 62.4 0.10 6.24
Overall 1.00 71.7
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
No CI/CD pipelines detected
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
#2
Possibly dead Python function: get_YFin_data_online
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/dataflows/y_finance.py:10; if framework-registered, add a docstring.
tradingagents/dataflows/y_finance.py:10
#3
Possibly dead Python function: save_output
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/dataflows/utils.py:46; if framework-registered, add a docstring.
tradingagents/dataflows/utils.py:46
#4
Possibly dead Python function: decorate_all_methods
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/dataflows/utils.py:56; if framework-registered, add a docstring.
tradingagents/dataflows/utils.py:56
#5
Possibly dead Python function: class_decorator
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/dataflows/utils.py:57; if framework-registered, add a docstring.
tradingagents/dataflows/utils.py:57
#6
Possibly dead Python function: neutral_node
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/agents/risk_mgmt/neutral_debator.py:8; if framework-registered, add a docstring.
tradingagents/agents/risk_mgmt/neutral_debator.py:8
#7
Possibly dead Python function: conservative_node
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/agents/risk_mgmt/conservative_debator.py:8; if framework-registered, add a docstring.
tradingagents/agents/risk_mgmt/conservative_debator.py:8
#8
Possibly dead Python function: aggressive_node
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/agents/risk_mgmt/aggressive_debator.py:8; if framework-registered, add a docstring.
tradingagents/agents/risk_mgmt/aggressive_debator.py:8
#9
Possibly dead Python function: bull_node
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tradingagents/agents/researchers/bull_researcher.py:8; if framework-registered, add a docstring.
tradingagents/agents/researchers/bull_researcher.py:8
#10
10 env vars used in code but missing from .env.example
GapSeverity.LOW Layer.QUALITY score 0.130
Why: low severity · crashes are likely without this
Fix: Add a timeout on the call and wrap the body in this language’s exception-handling primitive.

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/079f1bd0-c494-4d7d-898d-1981499462db/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/079f1bd0-c494-4d7d-898d-1981499462db/

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.