https://github.com/alpha112233/alphago_live
· scanned 2026-06-17 01:33 UTC (1 month, 2 weeks ago)
447 raw signals (0 security + 447 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -27.6 (diff) · 404 actionable findings from 1 signal source. 43 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 11984 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.
| Label | Layer | Status | Path |
|---|---|---|---|
get_session_expiry_time |
software | healthy | utils.py:11 |
get_cors_config |
software | healthy | cors.py:8 |
create_app |
software | healthy | app.py:138 |
wait_for_db_ready |
software | healthy | app.py:361 |
check_session_expiry |
software | healthy | app.py:377 |
csrf_error |
software | healthy | app.py:415 |
not_found_error |
software | healthy | app.py:440 |
internal_server_error |
software | healthy | app.py:468 |
rate_limit_exceeded |
software | healthy | app.py:479 |
inject_version |
software | healthy | app.py:498 |
get_host_config |
software | healthy | app.py:502 |
setup_environment |
software | healthy | app.py:518 |
_init_databases_sync |
software | healthy | app.py:550 |
_init_schedulers_and_extras |
software | healthy | app.py:607 |
start_engine |
software | dead | app.py:668 |
start_scheduler |
software | dead | app.py:672 |
run_catchup |
software | dead | app.py:676 |
_restore_caches_background |
software | healthy | app.py:769 |
shutdown_database_sessions |
software | healthy | app.py:791 |
_vl |
software | healthy | app.py:926 |
_ml |
software | healthy | app.py:938 |
get_csp_config |
software | healthy | csp.py:9 |
build_csp_header |
software | healthy | csp.py:107 |
get_security_headers |
software | healthy | csp.py:124 |
apply_csp_middleware |
software | healthy | csp.py:155 |
add_security_headers |
software | healthy | csp.py:161 |
sha256_hash |
software | healthy | broker/firstock/api/auth_api.py:11 |
authenticate_broker |
software | healthy | broker/firstock/api/auth_api.py:24 |
get_api_response |
software | healthy | broker/firstock/api/data.py:16 |
__init__ |
software | healthy | broker/firstock/api/data.py:117 |
_format_quote_data |
software | healthy | broker/firstock/api/data.py:137 |
get_quotes |
software | healthy | broker/firstock/api/data.py:159 |
get_multiquotes |
software | healthy | broker/firstock/api/data.py:203 |
_process_quotes_batch |
software | healthy | broker/firstock/api/data.py:248 |
get_depth |
software | healthy | broker/firstock/api/data.py:340 |
get_history_chunked |
software | dead | broker/firstock/api/data.py:411 |
get_history_intraday_chunks |
software | healthy | broker/firstock/api/data.py:582 |
get_history |
software | healthy | broker/firstock/api/data.py:729 |
_get_single_history_chunk |
software | healthy | broker/firstock/api/data.py:884 |
get_api_response |
software | healthy | broker/firstock/api/order_api.py:21 |
get_order_book |
software | healthy | broker/firstock/api/order_api.py:64 |
get_trade_book |
software | dead | broker/firstock/api/order_api.py:69 |
get_positions |
software | healthy | broker/firstock/api/order_api.py:74 |
get_ltp |
software | healthy | broker/firstock/api/order_api.py:95 |
get_holdings |
software | healthy | broker/firstock/api/order_api.py:106 |
_get_symbol_lock |
software | healthy | broker/firstock/api/order_api.py:148 |
_get_cached_positions |
software | healthy | broker/firstock/api/order_api.py:157 |
_invalidate_position_cache |
software | healthy | broker/firstock/api/order_api.py:174 |
get_open_position |
software | healthy | broker/firstock/api/order_api.py:180 |
place_order_api |
software | healthy | broker/firstock/api/order_api.py:227 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
utils.py |
software | healthy | utils.py |
start.sh |
software | healthy | start.sh |
CLAUDE.md |
software | healthy | CLAUDE.md |
cors.py |
software | healthy | cors.py |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
__init__.py |
software | healthy | __init__.py |
extensions.py |
software | healthy | extensions.py |
requirements.txt |
software | healthy | requirements.txt |
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
SECURITY.md |
software | healthy | SECURITY.md |
FORK_NOTICE.md |
software | healthy | FORK_NOTICE.md |
limiter.py |
software | healthy | limiter.py |
INSTALL.md |
software | healthy | INSTALL.md |
app.py |
software | healthy | app.py |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
License.md |
software | healthy | License.md |
docker-build.sh |
software | healthy | docker-build.sh |
docker-compose.yaml |
software | healthy | docker-compose.yaml |
Dockerfile |
software | healthy | Dockerfile |
DOCKER_README.md |
software | healthy | DOCKER_README.md |
csp.py |
software | healthy | csp.py |
readme.md |
software | healthy | log/readme.md |
__init__.py |
software | healthy | broker/__init__.py |
__init__.py |
software | healthy | broker/firstock/__init__.py |
plugin.json |
software | healthy | broker/firstock/plugin.json |
auth_api.py |
software | healthy | broker/firstock/api/auth_api.py |
data.py |
software | healthy | broker/firstock/api/data.py |
order_api.py |
software | healthy | broker/firstock/api/order_api.py |
__init__.py |
software | healthy | broker/firstock/api/__init__.py |
funds.py |
software | healthy | broker/firstock/api/funds.py |
margin_api.py |
software | healthy | broker/firstock/api/margin_api.py |
transform_data.py |
software | healthy | broker/firstock/mapping/transform_data.py |
margin_data.py |
software | healthy | broker/firstock/mapping/margin_data.py |
order_data.py |
software | healthy | broker/firstock/mapping/order_data.py |
firstock_adapter.py |
software | healthy | broker/firstock/streaming/firstock_adapter.py |
__init__.py |
software | healthy | broker/firstock/streaming/__init__.py |
firstock_mapping.py |
software | healthy | broker/firstock/streaming/firstock_mapping.py |
firstock_websocket.py |
software | healthy | broker/firstock/streaming/firstock_websocket.py |
master_contract_db.py |
software | healthy | broker/firstock/database/master_contract_db.py |
plugin.json |
software | healthy | broker/wisdom/plugin.json |
baseurl.py |
software | healthy | broker/wisdom/baseurl.py |
auth_api.py |
software | healthy | broker/wisdom/api/auth_api.py |
data.py |
software | healthy | broker/wisdom/api/data.py |
order_api.py |
software | healthy | broker/wisdom/api/order_api.py |
__init__.py |
software | healthy | broker/wisdom/api/__init__.py |
funds.py |
software | healthy | broker/wisdom/api/funds.py |
margin_api.py |
software | healthy | broker/wisdom/api/margin_api.py |
transform_data.py |
software | healthy | broker/wisdom/mapping/transform_data.py |
margin_data.py |
software | healthy | broker/wisdom/mapping/margin_data.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
BrokerData |
software | healthy | broker/firstock/api/data.py:116 |
MockResponse |
software | healthy | broker/firstock/api/margin_api.py:87 |
FirstockWebSocketAdapter |
software | healthy | broker/firstock/streaming/firstock_adapter.py:27 |
FirstockExchangeMapper |
software | healthy | broker/firstock/streaming/firstock_mapping.py:6 |
FirstockWebSocket |
software | healthy | broker/firstock/streaming/firstock_websocket.py:14 |
SymToken |
software | healthy | broker/firstock/database/master_contract_db.py:24 |
BrokerData |
software | healthy | broker/wisdom/api/data.py:82 |
WisdomWebSocketClient |
software | healthy | broker/wisdom/streaming/wisdom_websocket.py:14 |
WisdomWebSocketAdapter |
software | healthy | broker/wisdom/streaming/wisdom_adapter.py:24 |
WisdomExchangeMapper |
software | healthy | broker/wisdom/streaming/wisdom_mapping.py:4 |
WisdomCapabilityRegistry |
software | healthy | broker/wisdom/streaming/wisdom_mapping.py:118 |
SymToken |
software | healthy | broker/wisdom/database/master_contract_db.py:34 |
BrokerData |
software | healthy | broker/zebu/api/data.py:62 |
ZebuExchangeMapper |
software | healthy | broker/zebu/streaming/zebu_mapping.py:8 |
ZebuCapabilityRegistry |
software | healthy | broker/zebu/streaming/zebu_mapping.py:37 |
ZebuWebSocket |
software | healthy | broker/zebu/streaming/zebu_websocket.py:17 |
Config |
software | healthy | broker/zebu/streaming/zebu_adapter.py:39 |
MarketDataCache |
software | healthy | broker/zebu/streaming/zebu_adapter.py:59 |
LTPNormalizer |
software | healthy | broker/zebu/streaming/zebu_adapter.py:157 |
QuoteNormalizer |
software | healthy | broker/zebu/streaming/zebu_adapter.py:169 |
DepthNormalizer |
software | healthy | broker/zebu/streaming/zebu_adapter.py:190 |
ZebuWebSocketAdapter |
software | healthy | broker/zebu/streaming/zebu_adapter.py:286 |
SymToken |
software | healthy | broker/zebu/database/master_contract_db.py:28 |
BrokerData |
software | healthy | broker/deltaexchange/api/data.py:161 |
_ErrResp |
software | healthy | broker/deltaexchange/api/order_api.py:416 |
_Resp |
software | healthy | broker/deltaexchange/api/order_api.py:459 |
MockResponse |
software | healthy | broker/deltaexchange/api/margin_api.py:83 |
DeltaExchangeMapper |
software | healthy | broker/deltaexchange/streaming/delta_mapping.py:9 |
DeltaModeMapper |
software | healthy | broker/deltaexchange/streaming/delta_mapping.py:34 |
DeltaCapabilityRegistry |
software | healthy | broker/deltaexchange/streaming/delta_mapping.py:53 |
DeltaWebSocketAdapter |
software | healthy | broker/deltaexchange/streaming/delta_adapter.py:37 |
DeltaWebSocket |
software | healthy | broker/deltaexchange/streaming/delta_websocket.py:47 |
SymToken |
software | healthy | broker/deltaexchange/database/master_contract_db.py:45 |
BrokerData |
software | healthy | broker/nubra/api/data.py:82 |
NubraWebSocket |
software | healthy | broker/nubra/api/nubrawebsocket.py:61 |
MockResponse |
software | healthy | broker/nubra/api/margin_api.py:94 |
NubraExchangeMapper |
software | healthy | broker/nubra/streaming/nubra_mapping.py:6 |
NubraCapabilityRegistry |
software | healthy | broker/nubra/streaming/nubra_mapping.py:30 |
_StreamingNubraWebSocket |
software | healthy | broker/nubra/streaming/nubra_adapter.py:49 |
NubraWebSocketAdapter |
software | healthy | broker/nubra/streaming/nubra_adapter.py:92 |
SymToken |
software | healthy | broker/nubra/database/master_contract_db.py:26 |
ZerodhaPermissionError |
software | healthy | broker/zerodha/api/data.py:41 |
ZerodhaAPIError |
software | healthy | broker/zerodha/api/data.py:47 |
BrokerData |
software | healthy | broker/zerodha/api/data.py:143 |
_FakeResponse |
software | healthy | broker/zerodha/api/gtt_api.py:135 |
MockResponse |
software | healthy | broker/zerodha/api/margin_api.py:114 |
ZerodhaWebSocket |
software | healthy | broker/zerodha/streaming/zerodha_websocket.py:31 |
ZerodhaWebSocketAdapter |
software | healthy | broker/zerodha/streaming/zerodha_adapter.py:24 |
ZerodhaExchangeMapper |
software | healthy | broker/zerodha/streaming/zerodha_mapping.py:15 |
ZerodhaCapabilityRegistry |
software | healthy | broker/zerodha/streaming/zerodha_mapping.py:68 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ANY /api/config/host |
api | healthy | app.py |
ANY / |
api | healthy | examples/python/flask_optionchain.py |
ANY /api/logs |
api | healthy | blueprints/latency.py |
ANY /api/stats |
api | healthy | blueprints/latency.py |
ANY /api/broker/<broker>/stats |
api | healthy | blueprints/latency.py |
ANY /export |
api | healthy | blueprints/latency.py |
ANY /api/strategy-portfolio |
api | healthy | blueprints/strategy_portfolio.py |
ANY /api/strategy-portfolio/<int:entry_id> |
api | healthy | blueprints/strategy_portfolio.py |
ANY /credentials |
api | healthy | blueprints/broker_credentials.py |
ANY /capabilities |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/list |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/save |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/<broker>/activate |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/request-v4-ip |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/<broker> |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/<broker>/instructions |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/host-info |
api | healthy | blueprints/broker_credentials.py |
ANY /supported |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/auto-login-status |
api | healthy | blueprints/broker_credentials.py |
ANY /credentials/<broker>/auto-login |
api | healthy | blueprints/broker_credentials.py |
ANY /api/freeze |
api | healthy | blueprints/admin.py |
ANY /api/freeze/<int:id> |
api | healthy | blueprints/admin.py |
ANY /api/freeze/upload |
api | healthy | blueprints/admin.py |
ANY /api/holidays |
api | healthy | blueprints/admin.py |
ANY /api/holidays/<int:id> |
api | healthy | blueprints/admin.py |
ANY /api/timings |
api | healthy | blueprints/admin.py |
ANY /api/timings/<exchange> |
api | healthy | blueprints/admin.py |
ANY /api/timings/check |
api | healthy | blueprints/admin.py |
ANY /api/errors |
api | healthy | blueprints/admin.py |
ANY /api/errors/client |
api | healthy | blueprints/admin.py |
ANY /api/errors/stats |
api | healthy | blueprints/admin.py |
ANY /api/errors/groups |
api | healthy | blueprints/admin.py |
ANY /api/system |
api | healthy | blueprints/admin.py |
ANY /api/system/diagnostics |
api | healthy | blueprints/admin.py |
ANY /api/system/report |
api | healthy | blueprints/admin.py |
ANY /new |
api | healthy | blueprints/chartink.py |
ANY /<int:strategy_id> |
api | healthy | blueprints/chartink.py |
ANY /<int:strategy_id>/delete |
api | healthy | blueprints/chartink.py |
ANY /<int:strategy_id>/configure |
api | healthy | blueprints/chartink.py |
ANY /<int:strategy_id>/symbol/<int:mapping_id>/delete |
api | healthy | blueprints/chartink.py |
ANY /<int:strategy_id>/toggle |
api | healthy | blueprints/chartink.py |
ANY /search |
api | healthy | blueprints/chartink.py |
ANY /api/strategies |
api | healthy | blueprints/chartink.py |
ANY /api/strategy/<int:strategy_id> |
api | healthy | blueprints/chartink.py |
ANY /api/strategy |
api | healthy | blueprints/chartink.py |
ANY /api/strategy/<int:strategy_id>/toggle |
api | healthy | blueprints/chartink.py |
ANY /webhook/<webhook_id> |
api | healthy | blueprints/chartink.py |
ANY /api/instance/info |
api | healthy | blueprints/instance.py |
ANY /api/instance/audit/verify |
api | healthy | blueprints/instance.py |
ANY /api/instance/audit/head |
api | healthy | blueprints/instance.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
log |
software | healthy | log |
broker |
software | healthy | broker |
firstock |
software | healthy | broker/firstock |
api |
software | healthy | broker/firstock/api |
mapping |
software | healthy | broker/firstock/mapping |
streaming |
software | healthy | broker/firstock/streaming |
database |
software | healthy | broker/firstock/database |
wisdom |
software | healthy | broker/wisdom |
api |
software | healthy | broker/wisdom/api |
mapping |
software | healthy | broker/wisdom/mapping |
streaming |
software | healthy | broker/wisdom/streaming |
database |
software | healthy | broker/wisdom/database |
zebu |
software | healthy | broker/zebu |
api |
software | healthy | broker/zebu/api |
mapping |
software | healthy | broker/zebu/mapping |
streaming |
software | healthy | broker/zebu/streaming |
database |
software | healthy | broker/zebu/database |
deltaexchange |
software | healthy | broker/deltaexchange |
api |
software | healthy | broker/deltaexchange/api |
mapping |
software | healthy | broker/deltaexchange/mapping |
streaming |
software | healthy | broker/deltaexchange/streaming |
database |
software | healthy | broker/deltaexchange/database |
nubra |
software | healthy | broker/nubra |
api |
software | healthy | broker/nubra/api |
mapping |
software | healthy | broker/nubra/mapping |
streaming |
software | healthy | broker/nubra/streaming |
protos |
software | healthy | broker/nubra/protos |
database |
software | healthy | broker/nubra/database |
zerodha |
software | healthy | broker/zerodha |
api |
software | healthy | broker/zerodha/api |
mapping |
software | healthy | broker/zerodha/mapping |
streaming |
software | healthy | broker/zerodha/streaming |
database |
software | healthy | broker/zerodha/database |
hdfcsec |
software | healthy | broker/hdfcsec |
api |
software | healthy | broker/hdfcsec/api |
mapping |
software | healthy | broker/hdfcsec/mapping |
streaming |
software | healthy | broker/hdfcsec/streaming |
database |
software | healthy | broker/hdfcsec/database |
compositedge |
software | healthy | broker/compositedge |
api |
software | healthy | broker/compositedge/api |
mapping |
software | healthy | broker/compositedge/mapping |
streaming |
software | healthy | broker/compositedge/streaming |
database |
software | healthy | broker/compositedge/database |
icicidirect |
software | healthy | broker/icicidirect |
api |
software | healthy | broker/icicidirect/api |
mapping |
software | healthy | broker/icicidirect/mapping |
streaming |
software | healthy | broker/icicidirect/streaming |
database |
software | healthy | broker/icicidirect/database |
ibulls |
software | healthy | broker/ibulls |
api |
software | healthy | broker/ibulls/api |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
audit_log |
data | healthy | utils/audit.py |
migration_history |
data | healthy | upgrade/migrate_telegram_bot.py |
bot_config_new |
data | healthy | upgrade/migrate_telegram_bot.py |
bot_config |
data | healthy | upgrade/migrate_telegram_bot.py |
telegram_users |
data | healthy | upgrade/migrate_telegram_bot.py |
command_logs |
data | healthy | upgrade/migrate_telegram_bot.py |
notification_queue |
data | healthy | upgrade/migrate_telegram_bot.py |
user_preferences |
data | healthy | upgrade/migrate_telegram_bot.py |
settings |
data | healthy | upgrade/migrate_smtp_simple.py |
sandbox_gtt |
data | healthy | upgrade/migrate_gtt.py |
sandbox_gtt_legs |
data | healthy | upgrade/migrate_gtt.py |
historify_schedules |
data | healthy | upgrade/migrate_historify_scheduler.py |
historify_schedule_executions |
data | healthy | upgrade/migrate_historify_scheduler.py |
flow_workflows |
data | healthy | upgrade/migrate_flow.py |
flow_workflow_executions |
data | healthy | upgrade/migrate_flow.py |
leverage_config |
data | healthy | upgrade/migrate_leverage.py |
pending_orders |
data | healthy | upgrade/migrate_order_mode.py |
market_data |
data | healthy | upgrade/migrate_historify.py |
watchlist |
data | healthy | upgrade/migrate_historify.py |
data_catalog |
data | healthy | upgrade/migrate_historify.py |
download_jobs |
data | healthy | upgrade/migrate_historify.py |
job_items |
data | healthy | upgrade/migrate_historify.py |
symbol_metadata |
data | healthy | upgrade/migrate_historify.py |
sandbox_orders |
data | healthy | upgrade/migrate_sandbox.py |
sandbox_trades |
data | healthy | upgrade/migrate_sandbox.py |
sandbox_positions |
data | healthy | upgrade/migrate_sandbox.py |
sandbox_holdings |
data | healthy | upgrade/migrate_sandbox.py |
sandbox_funds |
data | healthy | upgrade/migrate_sandbox.py |
sandbox_config |
data | healthy | upgrade/migrate_sandbox.py |
SymToken |
data | healthy | broker/firstock/database/master_contract_db.py |
symtoken |
data | healthy | broker/firstock/database/master_contract_db.py |
SymToken |
data | healthy | broker/wisdom/database/master_contract_db.py |
symtoken |
data | healthy | broker/wisdom/database/master_contract_db.py |
SymToken |
data | healthy | broker/zebu/database/master_contract_db.py |
symtoken |
data | healthy | broker/zebu/database/master_contract_db.py |
SymToken |
data | healthy | broker/deltaexchange/database/master_contract_db.py |
symtoken |
data | healthy | broker/deltaexchange/database/master_contract_db.py |
SymToken |
data | healthy | broker/nubra/database/master_contract_db.py |
symtoken |
data | healthy | broker/nubra/database/master_contract_db.py |
SymToken |
data | healthy | broker/zerodha/database/master_contract_db.py |
symtoken |
data | healthy | broker/zerodha/database/master_contract_db.py |
SymToken |
data | healthy | broker/hdfcsec/database/master_contract_db.py |
symtoken |
data | healthy | broker/hdfcsec/database/master_contract_db.py |
SymToken |
data | healthy | broker/compositedge/database/master_contract_db.py |
symtoken |
data | healthy | broker/compositedge/database/master_contract_db.py |
SymToken |
data | healthy | broker/icicidirect/database/master_contract_db.py |
symtoken |
data | healthy | broker/icicidirect/database/master_contract_db.py |
SymToken |
data | healthy | broker/ibulls/database/master_contract_db.py |
symtoken |
data | healthy | broker/ibulls/database/master_contract_db.py |
SymToken |
data | healthy | broker/tradejini/database/master_contract_db.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
/HistorifyCharts |
frontend | healthy | frontend/src/pages/HistorifyCharts.tsx |
/StrategyBuilder |
frontend | healthy | frontend/src/pages/StrategyBuilder.tsx |
/OptionChain |
frontend | healthy | frontend/src/pages/OptionChain.tsx |
/LogsIndex |
frontend | healthy | frontend/src/pages/LogsIndex.tsx |
/VolSurface |
frontend | healthy | frontend/src/pages/VolSurface.tsx |
/BrokerTOTP |
frontend | healthy | frontend/src/pages/BrokerTOTP.tsx |
/BrokerSelect |
frontend | healthy | frontend/src/pages/BrokerSelect.tsx |
/SandboxPnL |
frontend | healthy | frontend/src/pages/SandboxPnL.tsx |
/Faq |
frontend | healthy | frontend/src/pages/Faq.tsx |
/AuditLog |
frontend | healthy | frontend/src/pages/AuditLog.tsx |
/Sandbox |
frontend | healthy | frontend/src/pages/Sandbox.tsx |
/CustomStraddle |
frontend | healthy | frontend/src/pages/CustomStraddle.tsx |
/OIProfile |
frontend | healthy | frontend/src/pages/OIProfile.tsx |
/Download |
frontend | healthy | frontend/src/pages/Download.tsx |
/Positions |
frontend | healthy | frontend/src/pages/Positions.tsx |
/Infrastructure |
frontend | healthy | frontend/src/pages/Infrastructure.tsx |
/NotFound |
frontend | healthy | frontend/src/pages/NotFound.tsx |
/Analyzer |
frontend | healthy | frontend/src/pages/Analyzer.tsx |
/ApiKey |
frontend | healthy | frontend/src/pages/ApiKey.tsx |
/PnLTracker |
frontend | healthy | frontend/src/pages/PnLTracker.tsx |
/StraddleChart |
frontend | healthy | frontend/src/pages/StraddleChart.tsx |
/Leverage |
frontend | healthy | frontend/src/pages/Leverage.tsx |
/GoCharting |
frontend | healthy | frontend/src/pages/GoCharting.tsx |
/Token |
frontend | healthy | frontend/src/pages/Token.tsx |
/RateLimited |
frontend | healthy | frontend/src/pages/RateLimited.tsx |
/ResetPassword |
frontend | healthy | frontend/src/pages/ResetPassword.tsx |
/IVSmile |
frontend | healthy | frontend/src/pages/IVSmile.tsx |
/IVChart |
frontend | healthy | frontend/src/pages/IVChart.tsx |
/BrokerManager |
frontend | healthy | frontend/src/pages/BrokerManager.tsx |
/SamcoAuth |
frontend | healthy | frontend/src/pages/SamcoAuth.tsx |
/Playground |
frontend | healthy | frontend/src/pages/Playground.tsx |
/MaxPain |
frontend | healthy | frontend/src/pages/MaxPain.tsx |
/Tools |
frontend | healthy | frontend/src/pages/Tools.tsx |
/Search |
frontend | healthy | frontend/src/pages/Search.tsx |
/Holdings |
frontend | healthy | frontend/src/pages/Holdings.tsx |
/DistributionInbox |
frontend | healthy | frontend/src/pages/DistributionInbox.tsx |
/Logs |
frontend | healthy | frontend/src/pages/Logs.tsx |
/WebSocketTest |
frontend | healthy | frontend/src/pages/WebSocketTest.tsx |
/HealthMonitor |
frontend | healthy | frontend/src/pages/HealthMonitor.tsx |
/Profile |
frontend | healthy | frontend/src/pages/Profile.tsx |
/OITracker |
frontend | healthy | frontend/src/pages/OITracker.tsx |
/Setup |
frontend | healthy | frontend/src/pages/Setup.tsx |
/OrderBook |
frontend | healthy | frontend/src/pages/OrderBook.tsx |
/Platforms |
frontend | healthy | frontend/src/pages/Platforms.tsx |
/Login |
frontend | healthy | frontend/src/pages/Login.tsx |
/TradingView |
frontend | healthy | frontend/src/pages/TradingView.tsx |
/Activate |
frontend | healthy | frontend/src/pages/Activate.tsx |
/GEXDashboard |
frontend | healthy | frontend/src/pages/GEXDashboard.tsx |
/ServerError |
frontend | healthy | frontend/src/pages/ServerError.tsx |
/StrategyPortfolio |
frontend | healthy | frontend/src/pages/StrategyPortfolio.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | frontend/src/App.tsx |
MarketDataContext |
frontend | healthy | frontend/src/contexts/MarketDataContext.tsx |
GttTab |
frontend | healthy | frontend/src/components/trading/GttTab.tsx |
StrategyChartTab |
frontend | healthy | frontend/src/components/strategy-builder/StrategyChartTab.t… |
MultiStrikeOITab |
frontend | healthy | frontend/src/components/strategy-builder/MultiStrikeOITab.t… |
HistorifyCharts |
frontend | healthy | frontend/src/pages/HistorifyCharts.tsx |
StrategyBuilder |
frontend | healthy | frontend/src/pages/StrategyBuilder.tsx |
OptionChain |
frontend | healthy | frontend/src/pages/OptionChain.tsx |
LogsIndex |
frontend | healthy | frontend/src/pages/LogsIndex.tsx |
VolSurface |
frontend | healthy | frontend/src/pages/VolSurface.tsx |
BrokerTOTP |
frontend | healthy | frontend/src/pages/BrokerTOTP.tsx |
BrokerSelect |
frontend | healthy | frontend/src/pages/BrokerSelect.tsx |
SandboxPnL |
frontend | healthy | frontend/src/pages/SandboxPnL.tsx |
Faq |
frontend | healthy | frontend/src/pages/Faq.tsx |
AuditLog |
frontend | healthy | frontend/src/pages/AuditLog.tsx |
Sandbox |
frontend | healthy | frontend/src/pages/Sandbox.tsx |
CustomStraddle |
frontend | healthy | frontend/src/pages/CustomStraddle.tsx |
OIProfile |
frontend | healthy | frontend/src/pages/OIProfile.tsx |
Download |
frontend | healthy | frontend/src/pages/Download.tsx |
Positions |
frontend | healthy | frontend/src/pages/Positions.tsx |
Infrastructure |
frontend | healthy | frontend/src/pages/Infrastructure.tsx |
NotFound |
frontend | healthy | frontend/src/pages/NotFound.tsx |
Analyzer |
frontend | healthy | frontend/src/pages/Analyzer.tsx |
ApiKey |
frontend | healthy | frontend/src/pages/ApiKey.tsx |
PnLTracker |
frontend | healthy | frontend/src/pages/PnLTracker.tsx |
StraddleChart |
frontend | healthy | frontend/src/pages/StraddleChart.tsx |
Leverage |
frontend | healthy | frontend/src/pages/Leverage.tsx |
GoCharting |
frontend | healthy | frontend/src/pages/GoCharting.tsx |
Token |
frontend | healthy | frontend/src/pages/Token.tsx |
RateLimited |
frontend | healthy | frontend/src/pages/RateLimited.tsx |
ResetPassword |
frontend | healthy | frontend/src/pages/ResetPassword.tsx |
IVSmile |
frontend | healthy | frontend/src/pages/IVSmile.tsx |
IVChart |
frontend | healthy | frontend/src/pages/IVChart.tsx |
BrokerManager |
frontend | healthy | frontend/src/pages/BrokerManager.tsx |
SamcoAuth |
frontend | healthy | frontend/src/pages/SamcoAuth.tsx |
Playground |
frontend | healthy | frontend/src/pages/Playground.tsx |
MaxPain |
frontend | healthy | frontend/src/pages/MaxPain.tsx |
Tools |
frontend | healthy | frontend/src/pages/Tools.tsx |
Search |
frontend | healthy | frontend/src/pages/Search.tsx |
Holdings |
frontend | healthy | frontend/src/pages/Holdings.tsx |
DistributionInboxPage |
frontend | healthy | frontend/src/pages/DistributionInbox.tsx |
LogsPage |
frontend | healthy | frontend/src/pages/Logs.tsx |
WebSocketTest |
frontend | healthy | frontend/src/pages/WebSocketTest.tsx |
HealthMonitor |
frontend | healthy | frontend/src/pages/HealthMonitor.tsx |
ProfilePage |
frontend | healthy | frontend/src/pages/Profile.tsx |
OITracker |
frontend | healthy | frontend/src/pages/OITracker.tsx |
Setup |
frontend | healthy | frontend/src/pages/Setup.tsx |
OrderBook |
frontend | healthy | frontend/src/pages/OrderBook.tsx |
Platforms |
frontend | healthy | frontend/src/pages/Platforms.tsx |
Login |
frontend | healthy | frontend/src/pages/Login.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::broker/indmoney/api/auth_api.py |
security | healthy | broker/indmoney/api/auth_api.py |
auth::broker/shoonya/streaming/shoonya_websocket.py |
security | healthy | broker/shoonya/streaming/shoonya_websocket.py |
auth::broker/dhan/api/auth_api.py |
security | healthy | broker/dhan/api/auth_api.py |
auth::docs/design/28-environment-config/README.md |
security | healthy | docs/design/28-environment-config/README.md |
auth::broker/jainamxts/streaming/jainamxts_adapter.py |
security | healthy | broker/jainamxts/streaming/jainamxts_adapter.py |
auth::docs/design/34-app-startup/README.md |
security | healthy | docs/design/34-app-startup/README.md |
auth::broker/dhan/streaming/dhan_adapter.py |
security | healthy | broker/dhan/streaming/dhan_adapter.py |
auth::broker/fyers/streaming/fyers_hsm_websocket.py |
security | healthy | broker/fyers/streaming/fyers_hsm_websocket.py |
auth::blueprints/brlogin.py |
security | healthy | blueprints/brlogin.py |
auth::broker/groww/streaming/groww_nats.py |
security | healthy | broker/groww/streaming/groww_nats.py |
auth::frontend/src/App.tsx |
security | healthy | frontend/src/App.tsx |
auth::docs/design/33-broker-folder/README.md |
security | healthy | docs/design/33-broker-folder/README.md |
auth::frontend/src/pages/BrokerSelect.tsx |
security | healthy | frontend/src/pages/BrokerSelect.tsx |
auth::broker/compositedge/streaming/compositedge_adapter.py |
security | healthy | broker/compositedge/streaming/compositedge_adapter.py |
auth::broker/angel/streaming/smartWebSocketV2.py |
security | healthy | broker/angel/streaming/smartWebSocketV2.py |
auth::database/auth_db.py |
security | healthy | database/auth_db.py |
auth::broker/upstox/api/auth_api.py |
security | healthy | broker/upstox/api/auth_api.py |
auth::frontend/src/types/auth.ts |
security | healthy | frontend/src/types/auth.ts |
auth::broker_login_adapters/flattrade.py |
security | healthy | broker_login_adapters/flattrade.py |
auth::broker/fivepaisaxts/streaming/fivepaisaxts_adapter.py |
security | healthy | broker/fivepaisaxts/streaming/fivepaisaxts_adapter.py |
auth::broker_login_adapters/zerodha.py |
security | healthy | broker_login_adapters/zerodha.py |
auth::broker/pocketful/api/auth_api.py |
security | healthy | broker/pocketful/api/auth_api.py |
auth::docs/design/03-login-broker-flow/README.md |
security | healthy | docs/design/03-login-broker-flow/README.md |
auth::broker/ibulls/streaming/ibulls_adapter.py |
security | healthy | broker/ibulls/streaming/ibulls_adapter.py |
auth::broker/icicidirect/api/breeze_http.py |
security | healthy | broker/icicidirect/api/breeze_http.py |
auth::broker/zebu/streaming/zebu_websocket.py |
security | healthy | broker/zebu/streaming/zebu_websocket.py |
auth::docs/design/40-logout-session/README.md |
security | healthy | docs/design/40-logout-session/README.md |
auth::frontend/src/api/auth.ts |
security | healthy | frontend/src/api/auth.ts |
auth::broker/aliceblue/api/funds.py |
security | healthy | broker/aliceblue/api/funds.py |
auth::broker/icicidirect/api/auth_api.py |
security | healthy | broker/icicidirect/api/auth_api.py |
auth::docs/design/02-backend/README.md |
security | healthy | docs/design/02-backend/README.md |
auth::app.py |
security | healthy | app.py |
auth::broker/dhan/api/data.py |
security | healthy | broker/dhan/api/data.py |
auth::broker/hdfcsec/README.md |
security | healthy | broker/hdfcsec/README.md |
auth::broker/arihant/api/auth_api.py |
security | healthy | broker/arihant/api/auth_api.py |
auth::docs/userguide/06-broker-connection/README.md |
security | healthy | docs/userguide/06-broker-connection/README.md |
auth::broker/icicidirect/README.md |
security | healthy | broker/icicidirect/README.md |
auth::docs/design/05-security-architecture/README.md |
security | healthy | docs/design/05-security-architecture/README.md |
auth::broker/angel/api/auth_api.py |
security | healthy | broker/angel/api/auth_api.py |
auth::broker/rmoney/streaming/rmoney_adapter.py |
security | healthy | broker/rmoney/streaming/rmoney_adapter.py |
auth::broker_login_adapters/indmoney.py |
security | healthy | broker_login_adapters/indmoney.py |
auth::blueprints/broker_credentials.py |
security | healthy | blueprints/broker_credentials.py |
auth::blueprints/broker_metadata.py |
security | healthy | blueprints/broker_metadata.py |
auth::broker/aliceblue/streaming/aliceblue_adapter.py |
security | healthy | broker/aliceblue/streaming/aliceblue_adapter.py |
auth::broker/iifl/streaming/iifl_adapter.py |
security | healthy | broker/iifl/streaming/iifl_adapter.py |
auth::broker_login_adapters/aliceblue.py |
security | healthy | broker_login_adapters/aliceblue.py |
auth::broker/paytm/api/funds.py |
security | healthy | broker/paytm/api/funds.py |
auth::broker/paytm/api/order_api.py |
security | healthy | broker/paytm/api/order_api.py |
auth::frontend/src/pages/BrokerManager.tsx |
security | healthy | frontend/src/pages/BrokerManager.tsx |
auth::broker_login_adapters/groww.py |
security | healthy | broker_login_adapters/groww.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
generic_api_key::examples/python/multiquotes_example.py |
security | healthy | examples/python/multiquotes_example.py |
generic_api_key::examples/python/flask_optionchain.py |
security | healthy | examples/python/flask_optionchain.py |
generic_api_key::examples/python/stoploss_example.py |
security | healthy | examples/python/stoploss_example.py |
generic_api_key::examples/python/ema_crossover.py |
security | healthy | examples/python/ema_crossover.py |
generic_api_key::examples/python/ytd_gainers_losers.py |
security | healthy | examples/python/ytd_gainers_losers.py |
generic_api_key::examples/python/plotting candles.py |
security | healthy | examples/python/plotting candles.py |
generic_api_key::examples/python/backtesting_vectorbt.py |
security | healthy | examples/python/backtesting_vectorbt.py |
generic_api_key::examples/python/depth_50_example.py |
security | healthy | examples/python/depth_50_example.py |
generic_api_key::examples/python/depth_20_example.py |
security | healthy | examples/python/depth_20_example.py |
generic_api_key::examples/python/Nifty OI Charts.py |
security | healthy | examples/python/Nifty OI Charts.py |
generic_api_key::examples/python/heatmap.py |
security | healthy | examples/python/heatmap.py |
generic_api_key::examples/python/placing ATM order.py |
security | healthy | examples/python/placing ATM order.py |
generic_api_key::examples/python/straddle_scheduler.py |
security | healthy | examples/python/straddle_scheduler.py |
generic_api_key::examples/python/supertrend.py |
security | healthy | examples/python/supertrend.py |
generic_api_key::examples/python/seasonality.py |
security | healthy | examples/python/seasonality.py |
generic_api_key::examples/python/ltp_example.py |
security | healthy | examples/python/ltp_example.py |
generic_api_key::examples/python/depth_example.py |
security | healthy | examples/python/depth_example.py |
generic_api_key::examples/python/straddle_with_stops.py |
security | healthy | examples/python/straddle_with_stops.py |
generic_api_key::examples/python/ytd_heatmap.py |
security | healthy | examples/python/ytd_heatmap.py |
generic_api_key::examples/python/william vix fix.py |
security | healthy | examples/python/william vix fix.py |
generic_api_key::examples/python/expiry_dates.py |
security | healthy | examples/python/expiry_dates.py |
generic_api_key::examples/python/quote_example.py |
security | healthy | examples/python/quote_example.py |
generic_api_key::examples/python/test_2340_symbols.py |
security | healthy | examples/python/test_2340_symbols.py |
generic_api_key::examples/python/optionchain_example.py |
security | healthy | examples/python/optionchain_example.py |
generic_api_key::install/docker-run.sh |
security | healthy | install/docker-run.sh |
generic_api_key::install/docker-run.sh |
security | healthy | install/docker-run.sh |
generic_api_key::docs/userguide/09-api-key-management/READM… |
security | healthy | docs/userguide/09-api-key-management/README.md |
generic_api_key::docs/userguide/09-api-key-management/READM… |
security | healthy | docs/userguide/09-api-key-management/README.md |
generic_api_key::docs/userguide/09-api-key-management/READM… |
security | healthy | docs/userguide/09-api-key-management/README.md |
generic_api_key::docs/userguide/09-api-key-management/READM… |
security | healthy | docs/userguide/09-api-key-management/README.md |
generic_api_key::docs/design/28-environment-config/README.md |
security | healthy | docs/design/28-environment-config/README.md |
generic_api_key::docs/design/37-apikey-playground/README.md |
security | healthy | docs/design/37-apikey-playground/README.md |
generic_api_key::test/test_greeks_live.py |
security | healthy | test/test_greeks_live.py |
generic_api_key::test/ltp_example_test_1800 symbols.py |
security | healthy | test/ltp_example_test_1800 symbols.py |
generic_api_key::test/test_options_multiorder_api.py |
security | healthy | test/test_options_multiorder_api.py |
generic_api_key::test/test_orphaned_apikey.py |
security | healthy | test/test_orphaned_apikey.py |
generic_api_key::test/ltp_test_report.py |
security | healthy | test/ltp_test_report.py |
generic_api_key::test/iteration_test.py |
security | healthy | test/iteration_test.py |
generic_api_key::test/test_analyzer_toggle_restriction.py |
security | healthy | test/test_analyzer_toggle_restriction.py |
generic_api_key::test/test_simple_editor.html |
security | healthy | test/test_simple_editor.html |
generic_api_key::test/test_history_format.py |
security | healthy | test/test_history_format.py |
generic_api_key::test/test_all_order_types_execution.py |
security | healthy | test/test_all_order_types_execution.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | start.sh |
2.0.0.6 |
network | healthy | CLAUDE.md |
2.0.0.7 |
network | healthy | CLAUDE.md |
2.0.0.9 |
network | healthy | pyproject.toml |
8.8.8.8 |
network | healthy | app.py |
13.127.107.37 |
network | healthy | broker/hdfcsec/README.md |
13.126.100.11 |
network | healthy | broker/hdfcsec/README.md |
1.2.3.4 |
network | healthy | broker/motilal/api/data.py |
2.0.0.2 |
network | healthy | utils/version.py |
49.207.195.248 |
network | healthy | utils/email_utils.py |
140.0.0.0 |
network | healthy | broker_login_adapters/fyers.py |
203.0.113.10 |
network | healthy | frontend/src/pages/SamcoAuth.tsx |
203.0.113.11 |
network | healthy | frontend/src/pages/SamcoAuth.tsx |
203.0.113.5 |
network | healthy | frontend/src/pages/DistributionInbox.tsx |
198.51.100.0 |
network | healthy | frontend/src/pages/DistributionInbox.tsx |
192.168.1.10 |
network | healthy | docs/userguide/09-api-key-management/README.md |
52.89.214.238 |
network | healthy | docs/userguide/26-traffic-logs/README.md |
192.168.1.100 |
network | healthy | docs/userguide/27-security-settings/README.md |
10.0.0.0 |
network | healthy | docs/userguide/27-security-settings/README.md |
203.45.67.89 |
network | healthy | docs/userguide/27-security-settings/README.md |
10.0.0.50 |
network | healthy | docs/design/21-admin-section/README.md |
192.168.1.5 |
network | healthy | docs/design/26-traffic-logs/README.md |
10.0.0.25 |
network | healthy | docs/design/26-traffic-logs/README.md |
172.16.0.1 |
network | healthy | docs/design/26-traffic-logs/README.md |
34.212.75.30 |
network | healthy | docs/design/29-ngrok-config/README.md |
172.16.0.25 |
network | healthy | docs/design/23-ip-security/README.md |
2.0.0.0 |
network | healthy | docs/docker/README.md |
192.168.1.1 |
network | healthy | test/test_rate_limits_mock.py |
192.168.1.2 |
network | healthy | test/test_rate_limits_mock.py |
| Label | Layer | Status | Path |
|---|---|---|---|
backend-lint |
cicd | healthy | .github/workflows/ci.yml |
backend-test |
cicd | healthy | .github/workflows/ci.yml |
frontend-lint |
cicd | healthy | .github/workflows/ci.yml |
frontend-build |
cicd | healthy | .github/workflows/ci.yml |
frontend-test |
cicd | healthy | .github/workflows/ci.yml |
frontend-e2e |
cicd | healthy | .github/workflows/ci.yml |
security-scan |
cicd | healthy | .github/workflows/ci.yml |
commit-dist |
cicd | healthy | .github/workflows/ci.yml |
docker-build |
cicd | healthy | .github/workflows/ci.yml |
docker-manifest |
cicd | healthy | .github/workflows/ci.yml |
security-audit |
cicd | healthy | .github/workflows/security.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
vps::azure |
hardware | healthy | install/install-docker-multi-custom-ssl.sh |
vps::digitalocean |
hardware | healthy | docs/userguide/03-system-requirements/README.md |
vps::lightsail |
hardware | healthy | docs/userguide/03-system-requirements/README.md |
vps::hetzner |
hardware | healthy | docs/userguide/03-system-requirements/README.md |
vps::ec2 |
hardware | healthy | docs/userguide/30-faqs/README.md |
vps::gcp |
hardware | healthy | docs/userguide/30-faqs/README.md |
vps::vultr |
hardware | healthy | docs/userguide/30-faqs/README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:03 |
network | healthy | start.sh |
port:1000 |
network | healthy | start.sh |
port:5000 |
network | healthy | docker-build.sh |
port:8765 |
network | healthy | docker-build.sh |
port:5001 |
network | healthy | examples/python/flask_optionchain.py |
port:5173 |
network | healthy | frontend/vite.config.ts |
port:9000 |
network | healthy | install/install-docker-multi-custom-ssl.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | CLAUDE.md |
postgresql |
data | healthy | CLAUDE.md |
redis |
data | healthy | broker/kotak/streaming/HSWebSocketLib.py |
postgres |
data | healthy | utils/env_check.py |
mongodb |
data | healthy | broker_login_adapters/upstox.py |
mysql |
data | healthy | upgrade/rotate_pepper.py |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | CLAUDE.md |
loadbalancer |
network | healthy | utils/ip_helper.py |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
openalgo |
hardware | healthy | docker-compose.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::security |
cicd | healthy | .github/workflows/security.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
alpha112233__alphago_live |
software | healthy | /data/fable5_failed_archive/alpha112233__alphago_live |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/df7a8a42-7edf-49dc-84de-ec89dd61428d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/df7a8a42-7edf-49dc-84de-ec89dd61428d/
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.