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.

sanjaychowdappa/stock-market-ai

https://github.com/sanjaychowdappa/stock-market-ai · scanned 2026-06-16 00:02 UTC (2 months, 3 weeks ago)

44 raw signals (0 security + 44 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 44 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 232 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
__init__ software healthy launcher.py:26
_configure_styles software healthy launcher.py:58
_build_header software healthy launcher.py:88
_build_status_bar software healthy launcher.py:96
_build_controls software healthy launcher.py:116
_build_notebook software healthy launcher.py:149
_build_footer software healthy launcher.py:221
_update_clock software healthy launcher.py:229
_draw_dot software healthy launcher.py:234
_run_docker software healthy launcher.py:240
_check_initial_state software healthy launcher.py:258
check software dead launcher.py:260
_start_system software healthy launcher.py:285
start software healthy launcher.py:290
_stop_system software healthy launcher.py:315
stop software dead launcher.py:321
_set_running_state software healthy launcher.py:340
_start_log_stream software healthy launcher.py:359
stream software dead launcher.py:367
_append_log software healthy launcher.py:398
_log software healthy launcher.py:404
_start_status_polling software healthy launcher.py:410
poll software dead launcher.py:413
_generate_eod_report software healthy launcher.py:451
fetch software dead launcher.py:459
_show_report software healthy launcher.py:477
_open_reports_dir software healthy launcher.py:485
_on_close software healthy launcher.py:492
App software healthy frontend/src/App.js:App
handleSearch software healthy frontend/src/App.js:handleSearch
isResizeObserverErr software healthy frontend/src/index.js:isResizeObserverErr
LiveTicker software healthy frontend/src/components/LiveTicker.js:LiveTicker
connect software healthy frontend/src/components/LiveTicker.js:connect
Sparkline software healthy frontend/src/components/PaperTradingPanel.js:Sparkline
x software healthy frontend/src/components/PaperTradingPanel.js:x
TargetProgress software healthy frontend/src/components/PaperTradingPanel.js:TargetProgress
PortfolioHeader software healthy frontend/src/components/PaperTradingPanel.js:PortfolioHeader
SymbolGrid software healthy frontend/src/components/PaperTradingPanel.js:SymbolGrid
PositionsTable software healthy frontend/src/components/PaperTradingPanel.js:PositionsTable
TradeLog software healthy frontend/src/components/PaperTradingPanel.js:TradeLog
StatsFooter software healthy frontend/src/components/PaperTradingPanel.js:StatsFooter
PaperTradingPanel software healthy frontend/src/components/PaperTradingPanel.js:PaperTradingPa…
connect software healthy frontend/src/components/PaperTradingPanel.js:connect
CandlestickChart software healthy frontend/src/components/CandlestickChart.js:CandlestickChart
connect software healthy frontend/src/components/CandlestickChart.js:connect
dedupNum software healthy frontend/src/components/LiveTrading.js:dedupNum
LiveSecondChart software healthy frontend/src/components/LiveTrading.js:LiveSecondChart
connect software healthy frontend/src/components/LiveTrading.js:connect
PredictedSecondChart software healthy frontend/src/components/LiveTrading.js:PredictedSecondChart
PatternSignalBar software healthy frontend/src/components/LiveTrading.js:PatternSignalBar

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
launcher.py software healthy launcher.py
docker-compose.yml software healthy docker-compose.yml
package.json software healthy frontend/package.json
Dockerfile software healthy frontend/Dockerfile
index.html software healthy frontend/public/index.html
App.js software healthy frontend/src/App.js
index.js software healthy frontend/src/index.js
App.css software healthy frontend/src/App.css
LiveTicker.js software healthy frontend/src/components/LiveTicker.js
PaperTradingPanel.js software healthy frontend/src/components/PaperTradingPanel.js
CandlestickChart.js software healthy frontend/src/components/CandlestickChart.js
LiveTrading.js software healthy frontend/src/components/LiveTrading.js
Cargo.toml software healthy backend-rust/Cargo.toml
Dockerfile software healthy backend-rust/Dockerfile
Cargo.lock software healthy backend-rust/Cargo.lock
export_kronos_onnx.py software healthy backend-rust/scripts/export_kronos_onnx.py
kronos_server.py software healthy backend-rust/finetune-sidecar/kronos_server.py
Dockerfile software healthy backend-rust/finetune-sidecar/Dockerfile
agent_models.py software healthy backend-rust/finetune-sidecar/agent_models.py
start_servers.py software healthy backend-rust/finetune-sidecar/start_servers.py
train_agents.py software healthy backend-rust/finetune-sidecar/train_agents.py
requirements.txt software healthy backend-rust/finetune-sidecar/requirements.txt
finetune_historical.py software healthy backend-rust/finetune-sidecar/finetune_historical.py
agent_server.py software healthy backend-rust/finetune-sidecar/agent_server.py
state.rs software healthy backend-rust/src/state.rs
config.rs software healthy backend-rust/src/config.rs
main.rs software healthy backend-rust/src/main.rs
position.rs software healthy backend-rust/src/models/position.rs
mod.rs software healthy backend-rust/src/models/mod.rs
trade.rs software healthy backend-rust/src/models/trade.rs
candle.rs software healthy backend-rust/src/models/candle.rs
routes.rs software healthy backend-rust/src/server/routes.rs
mod.rs software healthy backend-rust/src/server/mod.rs
websocket.rs software healthy backend-rust/src/server/websocket.rs
mod.rs software healthy backend-rust/src/server/handlers/mod.rs
stocks.rs software healthy backend-rust/src/server/handlers/stocks.rs
realtime.rs software healthy backend-rust/src/server/handlers/realtime.rs
health.rs software healthy backend-rust/src/server/handlers/health.rs
stock_data.rs software healthy backend-rust/src/services/stock_data.rs
pattern_scorer.rs software healthy backend-rust/src/services/pattern_scorer.rs
strategy_tuner.rs software healthy backend-rust/src/services/strategy_tuner.rs
daily_stock_picker.rs software healthy backend-rust/src/services/daily_stock_picker.rs
realtime_engine.rs software healthy backend-rust/src/services/realtime_engine.rs
mod.rs software healthy backend-rust/src/services/mod.rs
performance_ledger.rs software healthy backend-rust/src/services/performance_ledger.rs
signal_generator.rs software healthy backend-rust/src/services/signal_generator.rs
paper_trader.rs software healthy backend-rust/src/services/paper_trader.rs
eod_publisher.rs software healthy backend-rust/src/services/eod_publisher.rs
pattern_recognition.rs software healthy backend-rust/src/services/pattern_recognition.rs
technical.rs software healthy backend-rust/src/services/technical.rs

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
StockMarketLauncher software healthy launcher.py:25
TokenizerEncoder software healthy backend-rust/scripts/export_kronos_onnx.py:29
TokenizerDecoder software healthy backend-rust/scripts/export_kronos_onnx.py:42
DecoderStep software healthy backend-rust/scripts/export_kronos_onnx.py:54
CandleInput software healthy backend-rust/finetune-sidecar/kronos_server.py:35
PredictRequest software healthy backend-rust/finetune-sidecar/kronos_server.py:44
FinetuneRequest software healthy backend-rust/finetune-sidecar/kronos_server.py:172
AgentMLP software healthy backend-rust/finetune-sidecar/agent_models.py:32
MomentumAgent software healthy backend-rust/finetune-sidecar/agent_models.py:53
PatternAgent software healthy backend-rust/finetune-sidecar/agent_models.py:79
FlowAgent software healthy backend-rust/finetune-sidecar/agent_models.py:104
LevelAgent software healthy backend-rust/finetune-sidecar/agent_models.py:124
SentimentAgent software healthy backend-rust/finetune-sidecar/agent_models.py:154
MetaAgent software healthy backend-rust/finetune-sidecar/agent_models.py:179
AgentEnsemble software healthy backend-rust/finetune-sidecar/agent_models.py:233
AgentPredictRequest software healthy backend-rust/finetune-sidecar/agent_server.py:47
TradeLogRequest software healthy backend-rust/finetune-sidecar/agent_server.py:78
KalmanFilter software healthy scripts/backtest_layers.py:64
CVDTracker software healthy scripts/backtest_layers.py:112

LabelLayerStatusPath
frontend software healthy frontend
public software healthy frontend/public
src software healthy frontend/src
components software healthy frontend/src/components
backend-rust software healthy backend-rust
scripts software healthy backend-rust/scripts
finetune-sidecar software healthy backend-rust/finetune-sidecar
src software healthy backend-rust/src
models software healthy backend-rust/src/models
server software healthy backend-rust/src/server
handlers software healthy backend-rust/src/server/handlers
services software healthy backend-rust/src/services
scripts software healthy scripts
.claude software healthy .claude
reports software healthy reports

LabelLayerStatusPath
GET /health api healthy backend-rust/finetune-sidecar/kronos_server.py
POST /predict api healthy backend-rust/finetune-sidecar/kronos_server.py
POST /finetune api healthy backend-rust/finetune-sidecar/kronos_server.py
GET /agents/health api healthy backend-rust/finetune-sidecar/agent_server.py
POST /predict/agents api healthy backend-rust/finetune-sidecar/agent_server.py
POST /log/trade api healthy backend-rust/finetune-sidecar/agent_server.py
POST /train api healthy backend-rust/finetune-sidecar/agent_server.py

LabelLayerStatusPath
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
image::backend-rust/Dockerfile hardware healthy backend-rust/Dockerfile
image::backend-rust/finetune-sidecar/Dockerfile hardware healthy backend-rust/finetune-sidecar/Dockerfile
backend hardware healthy docker-compose.yml
finetune-sidecar hardware healthy docker-compose.yml
frontend hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml

LabelLayerStatusPath
port:8000 network healthy docker-compose.yml
port:8002 network healthy docker-compose.yml
port:3000 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml
port:8001 network healthy backend-rust/finetune-sidecar/kronos_server.py

LabelLayerStatusPath
repobility-clone-xi1dehay software healthy /tmp/repobility-clone-xi1dehay

LabelLayerStatusPath
redis data healthy launcher.py

LabelLayerStatusPath
gpu (detected) hardware healthy launcher.py
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/676f4c1c-be0a-4acd-b964-7be897780a48/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/676f4c1c-be0a-4acd-b964-7be897780a48/

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.