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.

Thepluscode/NexusTradeAI

https://github.com/Thepluscode/NexusTradeAI · scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)

418 raw signals (0 security + 418 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 395 actionable findings from 1 signal source. 23 repeated signals grouped for readability. 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 4796 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 sdks/python/nexustrade/client.py:41
evaluate software healthy sdks/python/nexustrade/client.py:55
close software healthy sdks/python/nexustrade/client.py:124
__aenter__ software healthy sdks/python/nexustrade/client.py:128
__aexit__ software healthy sdks/python/nexustrade/client.py:131
totalTime software healthy demo/src/UltraEfficientTradingDemo.js:totalTime
overall software healthy demo/src/UltraEfficientTradingDemo.js:overall
test software healthy tests/strategy-tests.js:test
section software healthy tests/strategy-tests.js:section
stockCanTrade software healthy tests/strategy-tests.js:stockCanTrade
assignStockTier software healthy tests/strategy-tests.js:assignStockTier
updateStockTrailingStop software healthy tests/strategy-tests.js:updateStockTrailingStop
getDynamicProfitTarget software healthy tests/strategy-tests.js:getDynamicProfitTarget
forexCanTrade software healthy tests/strategy-tests.js:forexCanTrade
assignForexTier software healthy tests/strategy-tests.js:assignForexTier
forexScanFilter software healthy tests/strategy-tests.js:forexScanFilter
cryptoCanTrade software healthy tests/strategy-tests.js:cryptoCanTrade
timeSince software healthy tests/strategy-tests.js:timeSince
cryptoKellyPositionSize software healthy tests/strategy-tests.js:cryptoKellyPositionSize
cryptoDemoModeDetection software healthy tests/strategy-tests.js:cryptoDemoModeDetection
cryptoDailyLossBlocked software healthy tests/strategy-tests.js:cryptoDailyLossBlocked
cryptoUpdateTrailingStop software healthy tests/strategy-tests.js:cryptoUpdateTrailingStop
fakeCanTrade software healthy tests/strategy-tests.js:fakeCanTrade
setupTestTables software healthy tests/integration/database-tests/trading-data.test.js:setup…
clearTestData software healthy tests/integration/database-tests/trading-data.test.js:clear…
cleanupTestData software healthy tests/integration/database-tests/trading-data.test.js:clean…
pnl software healthy tests/integration/database-tests/trading-data.test.js:pnl
unrealizedPnl software healthy tests/integration/database-tests/trading-data.test.js:unrea…
validateSignal software healthy tests/integration/messaging-tests/signal-processing.test.js…
mulberry32 software healthy tests/unit/monte-carlo-sizer.test.js:mulberry32
generateTrades software healthy tests/unit/monte-carlo-sizer.test.js:generateTrades
notionalAbsCapAllowsTrade software healthy tests/unit/forex-notional-abs-cap.test.js:notionalAbsCapAll…
createAntiChurning software healthy tests/unit/anti-churning.test.js:createAntiChurning
canTrade software healthy tests/unit/anti-churning.test.js:canTrade
recordTrade software healthy tests/unit/anti-churning.test.js:recordTrade
recordStopLoss software healthy tests/unit/anti-churning.test.js:recordStopLoss
setReentryFlag software healthy tests/unit/anti-churning.test.js:setReentryFlag
resetDaily software healthy tests/unit/anti-churning.test.js:resetDaily
setNow software healthy tests/unit/anti-churning.test.js:setNow
getTotalTradesToday software healthy tests/unit/anti-churning.test.js:getTotalTradesToday
shouldSkipAsDuplicate software healthy tests/unit/crypto-duplicate-trade-guard.test.js:shouldSkipA…
makeStubPool software healthy tests/unit/crypto-duplicate-trade-guard.test.js:makeStubPool
createGate software healthy tests/unit/crypto-staleness-wireup.test.js:createGate
evaluate software healthy tests/unit/crypto-staleness-wireup.test.js:evaluate
buildBars software healthy tests/unit/crypto-staleness-wireup.test.js:buildBars
hasContext software healthy tests/unit/forex-missing-context-guard.test.js:hasContext
shouldRejectEntry software healthy tests/unit/forex-missing-context-guard.test.js:shouldReject…
makeOptimizer software healthy tests/unit/crypto-weight-inversion.test.js:makeOptimizer
computeSignedEdges software healthy tests/unit/crypto-weight-inversion.test.js:computeSignedEdg…
optimize software healthy tests/unit/crypto-weight-inversion.test.js:optimize

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

LabelLayerStatusPath
ecosystem.config.js software healthy ecosystem.config.js
AGENT.md software healthy AGENT.md
jest.config.js software healthy jest.config.js
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
FEATURE_TRACKER.md software healthy FEATURE_TRACKER.md
.gitleaks.toml software healthy .gitleaks.toml
.env.example software healthy .env.example
.eslintrc.json software healthy .eslintrc.json
AGENTS.md software healthy AGENTS.md
docker-compose.yml software healthy docker-compose.yml
EDGE_FINDINGS.md software healthy EDGE_FINDINGS.md
README.md software healthy sdks/typescript/README.md
package.json software healthy sdks/typescript/package.json
tsconfig.json software healthy sdks/typescript/tsconfig.json
index.ts software healthy sdks/typescript/src/index.ts
README.md software healthy sdks/python/README.md
pyproject.toml software healthy sdks/python/pyproject.toml
client.py software healthy sdks/python/nexustrade/client.py
__init__.py software healthy sdks/python/nexustrade/__init__.py
UltraEfficientTradingDemo.js software healthy demo/src/UltraEfficientTradingDemo.js
ai-models-config.json software healthy config/ai-models-config.json
strategy-tests.js software healthy tests/strategy-tests.js
trading-engine.test.js software healthy tests/integration/trading-engine.test.js
trading-data.test.js software healthy tests/integration/database-tests/trading-data.test.js
automation-api.test.js software healthy tests/integration/api-tests/automation-api.test.js
signal-processing.test.js software healthy tests/integration/messaging-tests/signal-processing.test.js
monte-carlo-sizer.test.js software healthy tests/unit/monte-carlo-sizer.test.js
run-strategy-evidence.test.js software healthy tests/unit/run-strategy-evidence.test.js
forex-notional-abs-cap.test.js software healthy tests/unit/forex-notional-abs-cap.test.js
anti-churning.test.js software healthy tests/unit/anti-churning.test.js
crypto-duplicate-trade-guard.test.js software healthy tests/unit/crypto-duplicate-trade-guard.test.js
crypto-staleness-wireup.test.js software healthy tests/unit/crypto-staleness-wireup.test.js
technical-indicators.test.js software healthy tests/unit/technical-indicators.test.js
crypto-edge-monitor.test.js software healthy tests/unit/crypto-edge-monitor.test.js
forex-missing-context-guard.test.js software healthy tests/unit/forex-missing-context-guard.test.js
crypto-weight-inversion.test.js software healthy tests/unit/crypto-weight-inversion.test.js
crypto-confidence-cap.test.js software healthy tests/unit/crypto-confidence-cap.test.js
forex-perf-exclude-recon.test.js software healthy tests/unit/forex-perf-exclude-recon.test.js
technical-indicators.test.js software healthy tests/unit/shared/technical-indicators.test.js
strategy-ensemble.test.js software healthy tests/unit/ai-ml/strategy-ensemble.test.js
risk-manager.test.js software healthy tests/unit/services/risk-manager.test.js
nexus-alpha.test.js software healthy tests/unit/services/nexus-alpha.test.js
test-dashboard-data.js software healthy tests/legacy/test-dashboard-data.js
test-exports-fix.js software healthy tests/legacy/test-exports-fix.js
test-frontend-fixes.js software healthy tests/legacy/test-frontend-fixes.js
test-complete-system.js software healthy tests/legacy/test-complete-system.js
test-immediate-next-steps.js software healthy tests/legacy/test-immediate-next-steps.js
test-python-bridge.js software healthy tests/legacy/test-python-bridge.js

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

LabelLayerStatusPath
ANY /health api healthy services/strategy-engine/api_server.py
ANY /api/strategies api healthy services/strategy-engine/api_server.py
ANY /api/strategies/<strategy_name> api healthy services/strategy-engine/api_server.py
ANY /api/strategies/<strategy_name>/activate api healthy services/strategy-engine/api_server.py
ANY /api/strategies/<strategy_name>/deactivate api healthy services/strategy-engine/api_server.py
ANY /api/strategies/<strategy_name>/parameters api healthy services/strategy-engine/api_server.py
ANY /api/signals/generate api healthy services/strategy-engine/api_server.py
ANY /api/signals/recent api healthy services/strategy-engine/api_server.py
ANY /api/performance/overall api healthy services/strategy-engine/api_server.py
ANY /api/performance/<strategy_name> api healthy services/strategy-engine/api_server.py
ANY /api/config/export api healthy services/strategy-engine/api_server.py
ANY /api/config/import api healthy services/strategy-engine/api_server.py
ANY /api/market-data/update api healthy services/strategy-engine/api_server.py
ANY /api/signals/mock api healthy services/strategy-engine/api_server.py
ANY /api/ensemble/signal api healthy services/strategy-engine/api_server.py
ANY /api/ensemble/summary api healthy services/strategy-engine/api_server.py
ANY /api/ensemble/analytics api healthy services/strategy-engine/api_server.py
ANY /api/ensemble/weights api healthy services/strategy-engine/api_server.py
ANY /api/ensemble/weights/<strategy_name> api healthy services/strategy-engine/api_server.py
ANY /api/ensemble/performance/update api healthy services/strategy-engine/api_server.py
POST /checkout api healthy services/strategy-engine/stripe_billing.py
POST /portal api healthy services/strategy-engine/stripe_billing.py
POST /webhook api healthy services/strategy-engine/stripe_billing.py
GET /health api healthy services/strategy-engine/strategy_bridge.py
POST /signal api healthy services/strategy-engine/strategy_bridge.py
POST /ml/regime api healthy services/strategy-engine/strategy_bridge.py
POST /ml/features api healthy services/strategy-engine/strategy_bridge.py
POST /ml/score api healthy services/strategy-engine/strategy_bridge.py
POST /ml/fit api healthy services/strategy-engine/strategy_bridge.py
POST /pairs/analyze api healthy services/strategy-engine/strategy_bridge.py
GET /pairs/recommended api healthy services/strategy-engine/strategy_bridge.py
POST /ai/evaluate api healthy services/strategy-engine/strategy_bridge.py
GET /ai/stats api healthy services/strategy-engine/strategy_bridge.py
POST /agent/evaluate api healthy services/strategy-engine/strategy_bridge.py
POST /agent/trade-outcome api healthy services/strategy-engine/strategy_bridge.py
POST /agent/execution api healthy services/strategy-engine/strategy_bridge.py
GET /agent/stats api healthy services/strategy-engine/strategy_bridge.py
GET /agent/debug-claude api healthy services/strategy-engine/strategy_bridge.py
POST /agent/kill api healthy services/strategy-engine/strategy_bridge.py
POST /agent/resume api healthy services/strategy-engine/strategy_bridge.py
GET /agent/sentiment/{symbol} api healthy services/strategy-engine/strategy_bridge.py
POST /agent/bandit/select api healthy services/strategy-engine/strategy_bridge.py
POST /agent/bandit/context api healthy services/strategy-engine/strategy_bridge.py
GET /agent/bandit/stats api healthy services/strategy-engine/strategy_bridge.py
POST /agent/bandit/sync api healthy services/strategy-engine/strategy_bridge.py
POST /agent/bandit/train api healthy services/strategy-engine/strategy_bridge.py
POST /agent/backfill api healthy services/strategy-engine/strategy_bridge.py
POST /agent/backfill/json api healthy services/strategy-engine/strategy_bridge.py
POST /agent/daily-training api healthy services/strategy-engine/strategy_bridge.py
GET /agent/rankings api healthy services/strategy-engine/strategy_bridge.py

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

LabelLayerStatusPath
NexusTradeAI software healthy sdks/typescript/src/index.ts:NexusTradeAI
EvaluationResult software healthy sdks/python/nexustrade/client.py:12
NexusTradeAI software healthy sdks/python/nexustrade/client.py:25
UltraEfficientTradingDemo software healthy demo/src/UltraEfficientTradingDemo.js:UltraEfficientTrading…
that software healthy tests/unit/monte-carlo-sizer.test.js:that
ImmediateNextStepsTester software healthy tests/legacy/test-immediate-next-steps.js:ImmediateNextStep…
EnhancedFeaturesTester software healthy tests/legacy/test-enhanced-features.js:EnhancedFeaturesTest…
EnhancedFrontendTester software healthy tests/legacy/test-enhanced-frontend.js:EnhancedFrontendTest…
EnhancedIntegrationServer software healthy docs/archive/legacy-dir/enhanced-integration-server.js:Enha…
StatusDashboard software healthy docs/archive/legacy-dir/status-dashboard.js:StatusDashboard
OAuthClient software healthy shared/libs/authentication/oauth-client.js:OAuthClient
SecurityUtils software healthy shared/libs/authentication/security-utils.js:SecurityUtils
JWTHandler software healthy shared/libs/authentication/jwt-handler.js:JWTHandler
Encryption software healthy shared/libs/utils/encryption.js:Encryption
DateTime software healthy shared/libs/utils/date-time.js:DateTime
Validators software healthy shared/libs/utils/validators.js:Validators
validation software healthy shared/libs/utils/validators.js:validation
Formatters software healthy shared/libs/utils/formatters.js:Formatters
QueryBuilders software healthy shared/libs/database/query-builders.js:QueryBuilders
SelectQueryBuilder software healthy shared/libs/database/query-builders.js:SelectQueryBuilder
InsertQueryBuilder software healthy shared/libs/database/query-builders.js:InsertQueryBuilder
UpdateQueryBuilder software healthy shared/libs/database/query-builders.js:UpdateQueryBuilder
DeleteQueryBuilder software healthy shared/libs/database/query-builders.js:DeleteQueryBuilder
DatabaseConnectionPools software healthy shared/libs/database/connection-pools.js:DatabaseConnection…
Migrations software healthy shared/libs/database/migrations.js:Migrations
KafkaClient software healthy shared/libs/messaging/kafka-client.js:KafkaClient
RedisClient software healthy shared/libs/messaging/redis-client.js:RedisClient
OrderTypes software healthy shared/libs/trading/order-types.js:OrderTypes
RiskCalculations software healthy shared/libs/trading/risk-calculations.js:RiskCalculations
TechnicalIndicators software healthy shared/libs/trading/technical-indicators.js:TechnicalIndica…
and software healthy shared/libs/trading/technical-indicators.js:and
MarketCalculations software healthy shared/libs/trading/market-calculations.js:MarketCalculatio…
WhiteLabelPartnershipProgram software healthy partnerships/white-label/WhiteLabelPartnershipProgram.js:Wh…
const software healthy scripts/run-strategy-evidence.js:const
TelegramAlertService software healthy deploy/shared/telegram-alerts.js:TelegramAlertService
as software healthy deploy/stock-bot/unified-trading-bot.js:as
becomes software healthy deploy/stock-bot/unified-trading-bot.js:becomes
UserTradingEngine software healthy deploy/stock-bot/unified-trading-bot.js:UserTradingEngine
has software healthy deploy/stock-bot/unified-trading-bot.js:has
MonteCarloSizer software healthy deploy/stock-bot/stock-modules.manifest.js:MonteCarloSizer
Analytics software healthy deploy/stock-bot/signal-analytics.js:Analytics
MonteCarloSizer software healthy deploy/stock-bot/services/trading/monte-carlo-sizer.js:Mont…
MemoryManagerStub software healthy deploy/stock-bot/infrastructure/memory/MemoryManager.js:Mem…
becomes software healthy deploy/forex-bot/unified-forex-bot.js:becomes
UserForexEngine software healthy deploy/forex-bot/unified-forex-bot.js:UserForexEngine
MonteCarloSizer software healthy deploy/forex-bot/forex-modules.manifest.js:MonteCarloSizer
Analytics software healthy deploy/forex-bot/signal-analytics.js:Analytics
MemoryManagerStub software healthy deploy/forex-bot/infrastructure/memory/MemoryManager.js:Mem…
Analytics software healthy deploy/crypto-bot/signal-analytics.js:Analytics
moved software healthy deploy/crypto-bot/crypto-modules.manifest.js:moved

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

LabelLayerStatusPath
sdks software healthy sdks
typescript software healthy sdks/typescript
src software healthy sdks/typescript/src
python software healthy sdks/python
nexustrade software healthy sdks/python/nexustrade
demo software healthy demo
src software healthy demo/src
config software healthy config
tests software healthy tests
integration software healthy tests/integration
database-tests software healthy tests/integration/database-tests
api-tests software healthy tests/integration/api-tests
messaging-tests software healthy tests/integration/messaging-tests
unit software healthy tests/unit
shared software healthy tests/unit/shared
ai-ml software healthy tests/unit/ai-ml
services software healthy tests/unit/services
legacy software healthy tests/legacy
setup software healthy tests/setup
docs software healthy docs
superpowers software healthy docs/superpowers
plans software healthy docs/superpowers/plans
specs software healthy docs/superpowers/specs
archive software healthy docs/archive
70pct-journey software healthy docs/archive/70pct-journey
analysis software healthy docs/archive/analysis
notes software healthy docs/archive/notes
legacy-dir software healthy docs/archive/legacy-dir
phase-reports software healthy docs/archive/phase-reports
architecture software healthy docs/architecture
development software healthy docs/development
api software healthy docs/api
runbooks software healthy docs/runbooks
deployment software healthy docs/deployment
adr software healthy docs/adr
legacy software healthy docs/legacy
user software healthy docs/user
theplus-tech software healthy docs/theplus-tech
shared software healthy shared
types software healthy shared/types
protobuf software healthy shared/types/protobuf
typescript software healthy shared/types/typescript
constants software healthy shared/constants
libs software healthy shared/libs
authentication software healthy shared/libs/authentication
monitoring software healthy shared/libs/monitoring
utils software healthy shared/libs/utils
database software healthy shared/libs/database
messaging software healthy shared/libs/messaging
trading software healthy shared/libs/trading

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

LabelLayerStatusPath
/LoginPage frontend healthy clients/desktop-app/src/renderer/pages/LoginPage.tsx
/DashboardPage frontend healthy clients/desktop-app/src/renderer/pages/DashboardPage.tsx
/TradingPage frontend healthy clients/desktop-app/src/renderer/pages/TradingPage.tsx
/RegisterPage frontend healthy clients/desktop-app/src/renderer/pages/RegisterPage.tsx
/TradesPage frontend healthy clients/bot-dashboard/src/pages/TradesPage.tsx
/StockBotPage frontend healthy clients/bot-dashboard/src/pages/StockBotPage.tsx
/OverviewPage frontend healthy clients/bot-dashboard/src/pages/OverviewPage.tsx
/CryptoBotPage frontend healthy clients/bot-dashboard/src/pages/CryptoBotPage.tsx
/LandingPage frontend healthy clients/bot-dashboard/src/pages/LandingPage.tsx
/ForexBotPage frontend healthy clients/bot-dashboard/src/pages/ForexBotPage.tsx
/DocsPage frontend healthy clients/bot-dashboard/src/pages/DocsPage.tsx
/AdminPage frontend healthy clients/bot-dashboard/src/pages/AdminPage.tsx
/APIPage frontend healthy clients/bot-dashboard/src/pages/APIPage.tsx
/SettingsPage frontend healthy clients/bot-dashboard/src/pages/SettingsPage.tsx
/SignalsPage frontend healthy clients/bot-dashboard/src/pages/SignalsPage.tsx
/BacktestPage frontend healthy clients/bot-dashboard/src/pages/BacktestPage.tsx
/AgentPage frontend healthy clients/bot-dashboard/src/pages/AgentPage.tsx
/OverviewPage.legacy frontend healthy clients/bot-dashboard/src/pages/OverviewPage.legacy.tsx
/ForgotPasswordPage frontend healthy clients/bot-dashboard/src/pages/ForgotPasswordPage.tsx
/ResetPasswordPage frontend healthy clients/bot-dashboard/src/pages/ResetPasswordPage.tsx
/ frontend healthy clients/desktop-app/src/renderer/App.tsx
/dashboard frontend healthy clients/desktop-app/src/renderer/App.tsx
/trading frontend healthy clients/desktop-app/src/renderer/App.tsx
/portfolio frontend healthy clients/desktop-app/src/renderer/App.tsx
/markets frontend healthy clients/desktop-app/src/renderer/App.tsx
/settings frontend healthy clients/desktop-app/src/renderer/App.tsx
* frontend healthy clients/desktop-app/src/renderer/App.tsx
/pricing frontend healthy clients/bot-dashboard/src/App.tsx
/public-docs frontend healthy clients/bot-dashboard/src/App.tsx
/login frontend healthy clients/bot-dashboard/src/App.tsx
/forgot-password frontend healthy clients/bot-dashboard/src/App.tsx
/reset-password frontend healthy clients/bot-dashboard/src/App.tsx
/stock frontend healthy clients/bot-dashboard/src/App.tsx
/forex frontend healthy clients/bot-dashboard/src/App.tsx
/crypto frontend healthy clients/bot-dashboard/src/App.tsx
/backtest frontend healthy clients/bot-dashboard/src/App.tsx
/signals frontend healthy clients/bot-dashboard/src/App.tsx
/trades frontend healthy clients/bot-dashboard/src/App.tsx
/agent frontend healthy clients/bot-dashboard/src/App.tsx
/api frontend healthy clients/bot-dashboard/src/App.tsx
/docs frontend healthy clients/bot-dashboard/src/App.tsx
/admin frontend healthy clients/bot-dashboard/src/App.tsx
/api/auth/dev-login frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/register frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/login frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/forgot-password frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/reset-password frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/refresh frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/logout frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js
/api/auth/me frontend healthy deploy/stock-bot/shared/__tests__/auth.test.js

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

LabelLayerStatusPath
App frontend healthy clients/desktop-app/src/renderer/App.tsx
DesktopTradingWorkspace frontend healthy clients/desktop-app/src/renderer/components/Native/DesktopT…
LoadingScreen frontend healthy clients/desktop-app/src/renderer/components/common/LoadingS…
Layout frontend healthy clients/desktop-app/src/renderer/components/Layout/Layout.t…
LoginPage frontend healthy clients/desktop-app/src/renderer/pages/LoginPage.tsx
DashboardPage frontend healthy clients/desktop-app/src/renderer/pages/DashboardPage.tsx
TradingPage frontend healthy clients/desktop-app/src/renderer/pages/TradingPage.tsx
RegisterPage frontend healthy clients/desktop-app/src/renderer/pages/RegisterPage.tsx
App frontend healthy clients/bot-dashboard/src/App.tsx
ThresholdTuner frontend healthy clients/bot-dashboard/src/components/ThresholdTuner.tsx
SEO frontend healthy clients/bot-dashboard/src/components/SEO.tsx
StatusBadge frontend healthy clients/bot-dashboard/src/components/StatusBadge.tsx
AgentDecisionsCard frontend healthy clients/bot-dashboard/src/components/AgentDecisionsCard.tsx
OnboardingBanner frontend healthy clients/bot-dashboard/src/components/OnboardingBanner.tsx
ProtectedRoute frontend healthy clients/bot-dashboard/src/components/ProtectedRoute.tsx
EquityCurvePanel frontend healthy clients/bot-dashboard/src/components/overview/EquityCurvePa…
EdgeAttributionPanel frontend healthy clients/bot-dashboard/src/components/overview/EdgeAttributi…
SubtitleStrip frontend healthy clients/bot-dashboard/src/components/overview/SubtitleStrip…
BotTile frontend healthy clients/bot-dashboard/src/components/overview/BotTile.tsx
TradesFeedPanel frontend healthy clients/bot-dashboard/src/components/overview/TradesFeedPan…
AlertsPanel frontend healthy clients/bot-dashboard/src/components/overview/AlertsPanel.t…
BotChip frontend healthy clients/bot-dashboard/src/components/overview/BotChip.tsx
HeroZone frontend healthy clients/bot-dashboard/src/components/overview/HeroZone.tsx
StatusPill frontend healthy clients/bot-dashboard/src/components/overview/StatusPill.tsx
CIBar frontend healthy clients/bot-dashboard/src/components/overview/CIBar.tsx
TradesPage frontend healthy clients/bot-dashboard/src/pages/TradesPage.tsx
StockBotPage frontend healthy clients/bot-dashboard/src/pages/StockBotPage.tsx
LoginPage frontend healthy clients/bot-dashboard/src/pages/LoginPage.tsx
OverviewPage frontend healthy clients/bot-dashboard/src/pages/OverviewPage.tsx
CryptoBotPage frontend healthy clients/bot-dashboard/src/pages/CryptoBotPage.tsx
LandingPage frontend healthy clients/bot-dashboard/src/pages/LandingPage.tsx
ForexBotPage frontend healthy clients/bot-dashboard/src/pages/ForexBotPage.tsx
DocsPage frontend healthy clients/bot-dashboard/src/pages/DocsPage.tsx
AdminPage frontend healthy clients/bot-dashboard/src/pages/AdminPage.tsx
APIPage frontend healthy clients/bot-dashboard/src/pages/APIPage.tsx
SettingsPage frontend healthy clients/bot-dashboard/src/pages/SettingsPage.tsx
SignalsPage frontend healthy clients/bot-dashboard/src/pages/SignalsPage.tsx
BacktestPage frontend healthy clients/bot-dashboard/src/pages/BacktestPage.tsx
AgentPage frontend healthy clients/bot-dashboard/src/pages/AgentPage.tsx
OverviewPage frontend healthy clients/bot-dashboard/src/pages/OverviewPage.legacy.tsx
ForgotPasswordPage frontend healthy clients/bot-dashboard/src/pages/ForgotPasswordPage.tsx
ResetPasswordPage frontend healthy clients/bot-dashboard/src/pages/ResetPasswordPage.tsx

LabelLayerStatusPath
decision_runs data healthy services/strategy-engine/agents/schema.sql
executions data healthy services/strategy-engine/agents/schema.sql
outcomes data healthy services/strategy-engine/agents/schema.sql
rewards data healthy services/strategy-engine/agents/schema.sql
api_keys data healthy services/strategy-engine/agents/schema.sql
usage_events data healthy services/strategy-engine/agents/schema.sql
scan_patterns data healthy services/strategy-engine/agents/schema.sql
agent_lessons data healthy services/strategy-engine/agents/schema.sql
supervisor_state data healthy services/strategy-engine/agents/schema.sql
analyst_rankings data healthy services/strategy-engine/agents/schema.sql
loss_autopsies data healthy services/strategy-engine/agents/schema.sql
market_ticks data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
ohlcv_bars data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
order_book_snapshots data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
trade_flow_metrics data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
technical_indicators data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
market_regimes data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
correlation_matrix data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
market_stats_daily data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
market_data_cache data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
market_ticks_distributed data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
ohlcv_bars_distributed data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
data_quality_metrics data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
market_data data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
trade_executions data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
orderbook_snapshots data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
portfolio_positions data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
risk_metrics data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
news_sentiment data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
system_metrics data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
user_activity data healthy data-infrastructure/storage/timeseries/clickhouse/tables/ma…
auth data healthy data-infrastructure/storage/relational/postgresql/schemas/t…
trading data healthy data-infrastructure/storage/relational/postgresql/schemas/t…
analytics data healthy data-infrastructure/storage/relational/postgresql/schemas/t…
risk_management data healthy data-infrastructure/storage/relational/postgresql/schemas/t…
compliance data healthy data-infrastructure/storage/relational/postgresql/schemas/t…
notifications data healthy data-infrastructure/storage/relational/postgresql/schemas/t…
users data healthy data-infrastructure/storage/relational/postgresql/schemas/c…
risk data healthy data-infrastructure/storage/relational/postgresql/schemas/c…
system data healthy data-infrastructure/storage/relational/postgresql/schemas/c…
institutional_holdings data healthy services/strategy-engine/agents/institutional_agent.py

LabelLayerStatusPath
port:3000 network healthy ecosystem.config.js
port:8000 network healthy docker-compose.yml
port:3001 network healthy tests/legacy/test-banking-integration.js
port:3003 network healthy tests/legacy/test-banking-integration.js
port:3004 network healthy tests/legacy/test-banking-integration.js
port:3002 network healthy docs/archive/legacy-dir/mock-market-data-server.js
port:4002 network healthy docs/archive/legacy-dir/platform-demo.js
port:5432 network healthy shared/README.md
port:6379 network healthy shared/README.md
port:80 network healthy scripts/deploy.sh
port:443 network healthy scripts/deploy.sh
port:3020 network healthy clients/bot-dashboard/vite.config.ts
port:3006 network healthy clients/bot-dashboard/crypto-bot-stub.js
port:3005 network healthy clients/bot-dashboard/src/pages/OverviewPage.legacy.tsx
port:5001 network healthy clients/bot-dashboard/src/services/api.ts
port:12 network healthy .github/workflows/morning-briefing.yml
port:33 network healthy .github/workflows/morning-briefing.yml
port:13 network healthy .github/workflows/morning-briefing.yml
port:06 network healthy .github/workflows/crypto-edge-controls.yml
port:15 network healthy .github/workflows/crypto-edge-controls.yml
port:09 network healthy .github/workflows/security.yml
port:8080 network healthy data-infrastructure/scripts/deploy-infrastructure.sh
port:9092 network healthy data-infrastructure/scripts/deploy-infrastructure.sh
port:8123 network healthy data-infrastructure/scripts/deploy-infrastructure.sh
port:8086 network healthy data-infrastructure/scripts/deploy-infrastructure.sh
port:9308 network healthy data-infrastructure/scripts/deploy-kafka.sh
port:9090 network healthy data-infrastructure/kubernetes/monitoring/02-prometheus-dep…
port:2181 network healthy data-infrastructure/kubernetes/kafka/03-zookeeper.yaml
port:2888 network healthy data-infrastructure/kubernetes/kafka/03-zookeeper.yaml
port:3888 network healthy data-infrastructure/kubernetes/kafka/03-zookeeper.yaml
port:7000 network healthy data-infrastructure/kubernetes/kafka/03-zookeeper.yaml
port:9093 network healthy data-infrastructure/kubernetes/kafka/04-kafka.yaml
port:9094 network healthy data-infrastructure/kubernetes/kafka/04-kafka.yaml
port:7071 network healthy data-infrastructure/kubernetes/kafka/04-kafka.yaml

LabelLayerStatusPath
auth::deploy/crypto-bot/unified-crypto-bot.js security healthy deploy/crypto-bot/unified-crypto-bot.js
auth::shared/index.js security healthy shared/index.js
auth::clients/bot-dashboard/shared/__tests__/auth.test.js security healthy clients/bot-dashboard/shared/__tests__/auth.test.js
auth::CLAUDE.md security healthy CLAUDE.md
auth::shared/configs/production.config.js security healthy shared/configs/production.config.js
auth::deploy/forex-bot/unified-forex-bot.js security healthy deploy/forex-bot/unified-forex-bot.js
auth::deploy/forex-bot/shared/__tests__/auth.test.js security healthy deploy/forex-bot/shared/__tests__/auth.test.js
auth::shared/libs/authentication/jwt-handler.js security healthy shared/libs/authentication/jwt-handler.js
auth::deploy/crypto-bot/shared/__tests__/auth.test.js security healthy deploy/crypto-bot/shared/__tests__/auth.test.js
auth::deploy/forex-bot/shared/auth.js security healthy deploy/forex-bot/shared/auth.js
auth::clients/bot-dashboard/unified-crypto-bot.js security healthy clients/bot-dashboard/unified-crypto-bot.js
auth::docs/archive/legacy-dir/simple-status.js security healthy docs/archive/legacy-dir/simple-status.js
auth::clients/bot-dashboard/src/services/api.ts security healthy clients/bot-dashboard/src/services/api.ts
auth::clients/bot-dashboard/shared/auth.js security healthy clients/bot-dashboard/shared/auth.js
auth::clients/bot-dashboard/src/hooks/useAuth.ts security healthy clients/bot-dashboard/src/hooks/useAuth.ts
auth::docs/system-architecture.html security healthy docs/system-architecture.html
auth::scripts/deploy.sh security healthy scripts/deploy.sh
auth::deploy/stock-bot/shared/auth.js security healthy deploy/stock-bot/shared/auth.js
auth::clients/bot-dashboard/unified-forex-bot.js security healthy clients/bot-dashboard/unified-forex-bot.js
auth::docs/adr/README.md security healthy docs/adr/README.md
auth::deploy/crypto-bot/shared/auth.js security healthy deploy/crypto-bot/shared/auth.js
auth::shared/README.md security healthy shared/README.md
auth::deploy/stock-bot/unified-trading-bot.js security healthy deploy/stock-bot/unified-trading-bot.js
auth::clients/README.md security healthy clients/README.md
auth::clients/bot-dashboard/unified-trading-bot.js security healthy clients/bot-dashboard/unified-trading-bot.js
auth::.env.example security healthy .env.example
auth::clients/bot-dashboard/src/pages/StockBotPage.tsx security healthy clients/bot-dashboard/src/pages/StockBotPage.tsx
auth::AGENTS.md security healthy AGENTS.md
auth::deploy/stock-bot/shared/__tests__/auth.test.js security healthy deploy/stock-bot/shared/__tests__/auth.test.js
auth::clients/bot-dashboard/package.json security healthy clients/bot-dashboard/package.json
auth::clients/bot-dashboard/src/pages/SettingsPage.tsx security healthy clients/bot-dashboard/src/pages/SettingsPage.tsx
auth::shared/libs/authentication/oauth-client.js security healthy shared/libs/authentication/oauth-client.js

LabelLayerStatusPath
briefing cicd healthy .github/workflows/morning-briefing.yml
build-dashboard cicd healthy .github/workflows/deploy.yml
smoke-test cicd healthy .github/workflows/deploy.yml
test cicd healthy .github/workflows/ci.yml
dashboard-build cicd healthy .github/workflows/ci.yml
smoke-tests cicd healthy .github/workflows/ci.yml
refresh-and-monitor cicd healthy .github/workflows/crypto-edge-controls.yml
refresh cicd healthy .github/workflows/auto-disable-stale-strategies.yml
health-check cicd healthy .github/workflows/nightly-strategy-health.yml
signal-regression cicd healthy .github/workflows/nightly-strategy-health.yml
audit-dashboard cicd healthy .github/workflows/security.yml
audit-stock-bot cicd healthy .github/workflows/security.yml
audit-forex-bot cicd healthy .github/workflows/security.yml
audit-crypto-bot cicd healthy .github/workflows/security.yml
check-for-secrets cicd healthy .github/workflows/security.yml

LabelLayerStatusPath
image::clients/web-app/Dockerfile hardware healthy clients/web-app/Dockerfile
app hardware healthy docker-compose.yml
k8s::Namespace::data-infrastructure/kubernetes/monitoring/0… hardware healthy data-infrastructure/kubernetes/monitoring/00-namespace.yaml
k8s::ConfigMap::data-infrastructure/kubernetes/monitoring/0… hardware healthy data-infrastructure/kubernetes/monitoring/03-grafana-deploy…
k8s::Secret::data-infrastructure/kubernetes/monitoring/03-g… hardware healthy data-infrastructure/kubernetes/monitoring/03-grafana-deploy…
k8s::PersistentVolumeClaim::data-infrastructure/kubernetes/… hardware healthy data-infrastructure/kubernetes/monitoring/03-grafana-deploy…
k8s::ConfigMap::data-infrastructure/kubernetes/monitoring/0… hardware healthy data-infrastructure/kubernetes/monitoring/01-prometheus-con…
k8s::ServiceAccount::data-infrastructure/kubernetes/monitor… hardware healthy data-infrastructure/kubernetes/monitoring/02-prometheus-dep…
k8s::ClusterRoleBinding::data-infrastructure/kubernetes/mon… hardware healthy data-infrastructure/kubernetes/monitoring/02-prometheus-dep…
k8s::ClusterRole::data-infrastructure/kubernetes/monitoring… hardware healthy data-infrastructure/kubernetes/monitoring/02-prometheus-dep…
k8s::PersistentVolumeClaim::data-infrastructure/kubernetes/… hardware healthy data-infrastructure/kubernetes/monitoring/02-prometheus-dep…
k8s::ConfigMap::data-infrastructure/kubernetes/kafka/02-kaf… hardware healthy data-infrastructure/kubernetes/kafka/02-kafka-config.yaml
k8s::Namespace::data-infrastructure/kubernetes/kafka/00-nam… hardware healthy data-infrastructure/kubernetes/kafka/00-namespace.yaml
k8s::ConfigMap::data-infrastructure/kubernetes/kafka/01-zoo… hardware healthy data-infrastructure/kubernetes/kafka/01-zookeeper-config.ya…

LabelLayerStatusPath
password_literal::shared/README.md security healthy shared/README.md
password_literal::shared/README.md security healthy shared/README.md
password_literal::shared/constants/api-endpoints.js security healthy shared/constants/api-endpoints.js
password_literal::clients/desktop-app/src/renderer/pages/Re… security healthy clients/desktop-app/src/renderer/pages/RegisterPage.tsx
password_literal::clients/desktop-app/src/renderer/pages/Re… security healthy clients/desktop-app/src/renderer/pages/RegisterPage.tsx
password_literal::clients/desktop-app/src/renderer/pages/Re… security healthy clients/desktop-app/src/renderer/pages/RegisterPage.tsx
generic_api_key::clients/bot-dashboard/src/pages/DocsPage.t… security healthy clients/bot-dashboard/src/pages/DocsPage.tsx
generic_api_key::clients/bot-dashboard/src/pages/DocsPage.t… security healthy clients/bot-dashboard/src/pages/DocsPage.tsx
generic_api_key::clients/bot-dashboard/src/pages/DocsPage.t… security healthy clients/bot-dashboard/src/pages/DocsPage.tsx
password_literal::data-infrastructure/scripts/deploy-infras… security healthy data-infrastructure/scripts/deploy-infrastructure.sh
password_literal::data-infrastructure/scripts/deploy-infras… security healthy data-infrastructure/scripts/deploy-infrastructure.sh
password_literal::data-infrastructure/scripts/deploy-infras… security healthy data-infrastructure/scripts/deploy-infrastructure.sh

LabelLayerStatusPath
gha::morning-briefing cicd healthy .github/workflows/morning-briefing.yml
gha::deploy cicd healthy .github/workflows/deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::crypto-edge-controls cicd healthy .github/workflows/crypto-edge-controls.yml
gha::auto-disable-stale-strategies cicd healthy .github/workflows/auto-disable-stale-strategies.yml
gha::nightly-strategy-health cicd healthy .github/workflows/nightly-strategy-health.yml
gha::security cicd healthy .github/workflows/security.yml

LabelLayerStatusPath
postgresql data healthy README.md
redis data healthy package.json
postgres data healthy .env.example
mongodb data healthy docs/archive/legacy-dir/simple-status.js
clickhouse data healthy data-infrastructure/README.md

LabelLayerStatusPath
k8s::Deployment::data-infrastructure/kubernetes/monitoring/… hardware healthy data-infrastructure/kubernetes/monitoring/03-grafana-deploy…
k8s::Deployment::data-infrastructure/kubernetes/monitoring/… hardware healthy data-infrastructure/kubernetes/monitoring/02-prometheus-dep…
k8s::Deployment::data-infrastructure/kubernetes/monitoring/… hardware healthy data-infrastructure/kubernetes/monitoring/04-kafka-exporter…
k8s::StatefulSet::data-infrastructure/kubernetes/kafka/03-z… hardware healthy data-infrastructure/kubernetes/kafka/03-zookeeper.yaml
k8s::StatefulSet::data-infrastructure/kubernetes/kafka/04-k… hardware healthy data-infrastructure/kubernetes/kafka/04-kafka.yaml

LabelLayerStatusPath
TELEGRAM_CHAT_ID cicd healthy
TELEGRAM_BOT_TOKEN cicd healthy
GITHUB_TOKEN cicd healthy
NEXUS_API_SECRET cicd healthy
RAILWAY_TOKEN cicd healthy

LabelLayerStatusPath
migrations.js data healthy shared/libs/database/migrations.js
verify-migration.js data healthy services/backtesting-js/verify-migration.js

LabelLayerStatusPath
nginx network healthy scripts/deploy.sh
loadbalancer network healthy data-infrastructure/scripts/deploy-kafka.sh

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

LabelLayerStatusPath
kafka data healthy tests/integration/trading-engine.test.js

LabelLayerStatusPath
127.0.0.1 network healthy .claude/settings.json

LabelLayerStatusPath
vps::aws hardware healthy .gitleaks.toml

LabelLayerStatusPath
gpu (detected) hardware healthy demo/src/UltraEfficientTradingDemo.js
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/ed213479-92b3-41fc-8366-aa563589ef7c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ed213479-92b3-41fc-8366-aa563589ef7c/

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.