https://github.com/tyeom/AlphaMind
· scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)
111 raw signals (0 security + 111 graph)
Last scanned 2 months, 1 week ago · v1 · 109 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1489 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 |
|---|---|---|---|
README.md |
software | healthy | README.md |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
package.json |
software | healthy | package.json |
nest-cli.json |
software | healthy | nest-cli.json |
pnpm-workspace.yaml |
software | healthy | pnpm-workspace.yaml |
SUMMARY.md |
software | healthy | SUMMARY.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
vite.config.ts |
software | healthy | apps/frontend/vite.config.ts |
package.json |
software | healthy | apps/frontend/package.json |
index.html |
software | healthy | apps/frontend/index.html |
Dockerfile |
software | healthy | apps/frontend/Dockerfile |
tsconfig.json |
software | healthy | apps/frontend/tsconfig.json |
vite-env.d.ts |
software | healthy | apps/frontend/vite-env.d.ts |
eslint.config.mjs |
software | healthy | apps/frontend/eslint.config.mjs |
index.css |
software | healthy | apps/frontend/src/index.css |
main.tsx |
software | healthy | apps/frontend/src/main.tsx |
App.tsx |
software | healthy | apps/frontend/src/App.tsx |
user.ts |
software | healthy | apps/frontend/src/types/user.ts |
kis.ts |
software | healthy | apps/frontend/src/types/kis.ts |
auto-trading.ts |
software | healthy | apps/frontend/src/types/auto-trading.ts |
scanner.ts |
software | healthy | apps/frontend/src/types/scanner.ts |
stocks.ts |
software | healthy | apps/frontend/src/api/stocks.ts |
auth.ts |
software | healthy | apps/frontend/src/api/auth.ts |
user.ts |
software | healthy | apps/frontend/src/api/user.ts |
notification.ts |
software | healthy | apps/frontend/src/api/notification.ts |
ai-meeting-result.ts |
software | healthy | apps/frontend/src/api/ai-meeting-result.ts |
kis.ts |
software | healthy | apps/frontend/src/api/kis.ts |
market-client.ts |
software | healthy | apps/frontend/src/api/market-client.ts |
auto-trading.ts |
software | healthy | apps/frontend/src/api/auto-trading.ts |
backtest.ts |
software | healthy | apps/frontend/src/api/backtest.ts |
scanner.ts |
software | healthy | apps/frontend/src/api/scanner.ts |
client.ts |
software | healthy | apps/frontend/src/api/client.ts |
AutoTradingConfigModal.tsx |
software | healthy | apps/frontend/src/components/AutoTradingConfigModal.tsx |
SessionConflictModal.tsx |
software | healthy | apps/frontend/src/components/SessionConflictModal.tsx |
ConnectionIndicator.tsx |
software | healthy | apps/frontend/src/components/ConnectionIndicator.tsx |
CollectionStatus.tsx |
software | healthy | apps/frontend/src/components/CollectionStatus.tsx |
NotificationBell.tsx |
software | healthy | apps/frontend/src/components/NotificationBell.tsx |
Layout.tsx |
software | healthy | apps/frontend/src/components/Layout.tsx |
ProtectedRoute.tsx |
software | healthy | apps/frontend/src/components/ProtectedRoute.tsx |
AuthContext.tsx |
software | healthy | apps/frontend/src/contexts/AuthContext.tsx |
ThemeContext.tsx |
software | healthy | apps/frontend/src/contexts/ThemeContext.tsx |
Backtest.tsx |
software | healthy | apps/frontend/src/pages/Backtest.tsx |
Profile.tsx |
software | healthy | apps/frontend/src/pages/Profile.tsx |
Dashboard.tsx |
software | healthy | apps/frontend/src/pages/Dashboard.tsx |
AgentSettings.tsx |
software | healthy | apps/frontend/src/pages/AgentSettings.tsx |
AiScanner.tsx |
software | healthy | apps/frontend/src/pages/AiScanner.tsx |
SignIn.tsx |
software | healthy | apps/frontend/src/pages/SignIn.tsx |
SignUp.tsx |
software | healthy | apps/frontend/src/pages/SignUp.tsx |
UserEdit.tsx |
software | healthy | apps/frontend/src/pages/admin/UserEdit.tsx |
UserList.tsx |
software | healthy | apps/frontend/src/pages/admin/UserList.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 |
software | healthy | apps/frontend/src/App.tsx:App |
marketRequest |
software | healthy | apps/frontend/src/api/stocks.ts:marketRequest |
signIn |
software | healthy | apps/frontend/src/api/auth.ts:signIn |
signOut |
software | healthy | apps/frontend/src/api/auth.ts:signOut |
signUp |
software | healthy | apps/frontend/src/api/user.ts:signUp |
getMe |
software | healthy | apps/frontend/src/api/user.ts:getMe |
updateMe |
software | healthy | apps/frontend/src/api/user.ts:updateMe |
getAllUsers |
software | healthy | apps/frontend/src/api/user.ts:getAllUsers |
adminUpdateUser |
software | healthy | apps/frontend/src/api/user.ts:adminUpdateUser |
getNotifications |
software | healthy | apps/frontend/src/api/notification.ts:getNotifications |
getUnreadCount |
software | healthy | apps/frontend/src/api/notification.ts:getUnreadCount |
markAsRead |
software | healthy | apps/frontend/src/api/notification.ts:markAsRead |
markAllAsRead |
software | healthy | apps/frontend/src/api/notification.ts:markAllAsRead |
deleteNotification |
software | healthy | apps/frontend/src/api/notification.ts:deleteNotification |
saveAiMeetingResults |
software | healthy | apps/frontend/src/api/ai-meeting-result.ts:saveAiMeetingRes… |
getAiMeetingResults |
software | healthy | apps/frontend/src/api/ai-meeting-result.ts:getAiMeetingResu… |
getAiMeetingResult |
software | healthy | apps/frontend/src/api/ai-meeting-result.ts:getAiMeetingResu… |
buy |
software | healthy | apps/frontend/src/api/kis.ts:buy |
sell |
software | healthy | apps/frontend/src/api/kis.ts:sell |
modifyOrder |
software | healthy | apps/frontend/src/api/kis.ts:modifyOrder |
cancelOrder |
software | healthy | apps/frontend/src/api/kis.ts:cancelOrder |
getBalance |
software | healthy | apps/frontend/src/api/kis.ts:getBalance |
getBuyable |
software | healthy | apps/frontend/src/api/kis.ts:getBuyable |
getCurrentPrice |
software | healthy | apps/frontend/src/api/kis.ts:getCurrentPrice |
getDailyPrice |
software | healthy | apps/frontend/src/api/kis.ts:getDailyPrice |
getJournal |
software | healthy | apps/frontend/src/api/kis.ts:getJournal |
getDailyOrders |
software | healthy | apps/frontend/src/api/kis.ts:getDailyOrders |
getToken |
software | healthy | apps/frontend/src/api/market-client.ts:getToken |
getErrorMessage |
software | healthy | apps/frontend/src/api/market-client.ts:getErrorMessage |
marketRequest |
software | healthy | apps/frontend/src/api/market-client.ts:marketRequest |
triggerScheduledScan |
software | healthy | apps/frontend/src/api/auto-trading.ts:triggerScheduledScan |
startSession |
software | healthy | apps/frontend/src/api/auto-trading.ts:startSession |
startSessionsBatch |
software | healthy | apps/frontend/src/api/auto-trading.ts:startSessionsBatch |
getSessions |
software | healthy | apps/frontend/src/api/auto-trading.ts:getSessions |
getSession |
software | healthy | apps/frontend/src/api/auto-trading.ts:getSession |
pauseSession |
software | healthy | apps/frontend/src/api/auto-trading.ts:pauseSession |
resumeSession |
software | healthy | apps/frontend/src/api/auto-trading.ts:resumeSession |
updateSession |
software | healthy | apps/frontend/src/api/auto-trading.ts:updateSession |
stopSession |
software | healthy | apps/frontend/src/api/auto-trading.ts:stopSession |
manualOrder |
software | healthy | apps/frontend/src/api/auto-trading.ts:manualOrder |
deleteSessionPermanent |
software | healthy | apps/frontend/src/api/auto-trading.ts:deleteSessionPermanent |
authHeaders |
software | healthy | apps/frontend/src/api/backtest.ts:authHeaders |
runBacktest |
software | healthy | apps/frontend/src/api/backtest.ts:runBacktest |
getKnownExitProfile |
software | healthy | apps/frontend/src/api/backtest.ts:getKnownExitProfile |
getStrategies |
software | healthy | apps/frontend/src/api/backtest.ts:getStrategies |
authHeaders |
software | healthy | apps/frontend/src/api/scanner.ts:authHeaders |
scanStocks |
software | healthy | apps/frontend/src/api/scanner.ts:scanStocks |
getOptimalShortTermTpSl |
software | healthy | apps/frontend/src/api/scanner.ts:getOptimalShortTermTpSl |
startAiSession |
software | healthy | apps/frontend/src/api/scanner.ts:startAiSession |
getActiveAiSession |
software | healthy | apps/frontend/src/api/scanner.ts:getActiveAiSession |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ApiError |
software | healthy | apps/frontend/src/api/client.ts:ApiError |
MarketDataServiceService |
software | healthy | apps/market-data-service/src/market-data-service.service.ts… |
MarketDataServiceModule |
software | healthy | apps/market-data-service/src/market-data-service.module.ts:… |
MarketDataServiceController |
software | healthy | apps/market-data-service/src/market-data-service.controller… |
StrategyService |
software | healthy | apps/market-data-service/src/strategy/strategy.service.ts:S… |
WeeklyOptimizerService |
software | healthy | apps/market-data-service/src/strategy/weekly-optimizer.serv… |
StrategyController |
software | healthy | apps/market-data-service/src/strategy/strategy.controller.t… |
BacktestService |
software | healthy | apps/market-data-service/src/strategy/backtest.service.ts:B… |
OptimalParamsService |
software | healthy | apps/market-data-service/src/strategy/optimal-params.servic… |
StrategyModule |
software | healthy | apps/market-data-service/src/strategy/strategy.module.ts:St… |
HealthModule |
software | healthy | apps/market-data-service/src/health/health.module.ts:Health… |
HealthController |
software | healthy | apps/market-data-service/src/health/health.controller.ts:He… |
StockService |
software | healthy | apps/market-data-service/src/stock/stock.service.ts:StockSe… |
StockController |
software | healthy | apps/market-data-service/src/stock/stock.controller.ts:Stoc… |
StockModule |
software | healthy | apps/market-data-service/src/stock/stock.module.ts:StockMod… |
StockCollectionSavepoint |
software | healthy | apps/market-data-service/src/stock/entities/stock-collectio… |
StockDailyPrice |
software | healthy | apps/market-data-service/src/stock/entities/stock-daily-pri… |
Stock |
software | healthy | apps/market-data-service/src/stock/entities/stock.entity.ts… |
YahooFinanceController |
software | healthy | apps/market-data-service/src/yahoo-finance/yahoo-finance.co… |
YahooFinanceModule |
software | healthy | apps/market-data-service/src/yahoo-finance/yahoo-finance.mo… |
YahooFinanceService |
software | healthy | apps/market-data-service/src/yahoo-finance/yahoo-finance.se… |
Migration20260327100000 |
software | healthy | apps/market-data-service/src/migrations/Migration2026032710… |
Migration20260327000000 |
software | healthy | apps/market-data-service/src/migrations/Migration2026032700… |
Migration20260609101403 |
software | healthy | apps/market-data-service/src/migrations/Migration2026060910… |
RmqModule |
software | healthy | apps/market-data-service/src/rmq/rmq.module.ts:RmqModule |
AgentConfigController |
software | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
AgentConfigModule |
software | healthy | apps/market-data-service/src/agent-config/agent-config.modu… |
AgentConfigService |
software | healthy | apps/market-data-service/src/agent-config/agent-config.serv… |
AiScoringModule |
software | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.module.t… |
AiScoringController |
software | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
AiScoringService |
software | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.service.… |
AppController |
software | healthy | apps/backend/src/app.controller.ts:AppController |
AppService |
software | healthy | apps/backend/src/app.service.ts:AppService |
AppModule |
software | healthy | apps/backend/src/app.module.ts:AppModule |
NotificationService |
software | healthy | apps/backend/src/notification/notification.service.ts:Notif… |
NotificationController |
software | healthy | apps/backend/src/notification/notification.controller.ts:No… |
NotificationModule |
software | healthy | apps/backend/src/notification/notification.module.ts:Notifi… |
NotificationEntity |
software | healthy | apps/backend/src/notification/entities/notification.entity.… |
AuthService |
software | healthy | apps/backend/src/auth/auth.service.ts:AuthService |
AuthController |
software | healthy | apps/backend/src/auth/auth.controller.ts:AuthController |
AuthModule |
software | healthy | apps/backend/src/auth/auth.module.ts:AuthModule |
UserAuthTokenEntity |
software | healthy | apps/backend/src/auth/entities/user-auth-token.entity.ts:Us… |
HealthModule |
software | healthy | apps/backend/src/health/health.module.ts:HealthModule |
HealthController |
software | healthy | apps/backend/src/health/health.controller.ts:HealthControll… |
AutoTradingController |
software | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts:Au… |
AutoTradingGateway |
software | healthy | apps/backend/src/auto-trading/auto-trading.gateway.ts:AutoT… |
AutoTradingModule |
software | healthy | apps/backend/src/auto-trading/auto-trading.module.ts:AutoTr… |
AutoTradingService |
software | healthy | apps/backend/src/auto-trading/auto-trading.service.ts:AutoT… |
ScheduledScannerController |
software | healthy | apps/backend/src/auto-trading/scheduled-scanner.controller.… |
ViStateTracker |
software | healthy | apps/backend/src/auto-trading/vi-state-tracker.ts:ViStateTr… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
apps |
software | healthy | apps |
frontend |
software | healthy | apps/frontend |
src |
software | healthy | apps/frontend/src |
types |
software | healthy | apps/frontend/src/types |
api |
software | healthy | apps/frontend/src/api |
components |
software | healthy | apps/frontend/src/components |
contexts |
software | healthy | apps/frontend/src/contexts |
pages |
software | healthy | apps/frontend/src/pages |
admin |
software | healthy | apps/frontend/src/pages/admin |
trading |
software | healthy | apps/frontend/src/pages/trading |
hooks |
software | healthy | apps/frontend/src/hooks |
market-data-service |
software | healthy | apps/market-data-service |
document |
software | healthy | apps/market-data-service/document |
kis-api |
software | healthy | apps/market-data-service/document/kis-api |
한국투자증권_오픈API_전체문서_20260328_030000.fld |
software | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
test |
software | healthy | apps/market-data-service/test |
src |
software | healthy | apps/market-data-service/src |
strategy |
software | healthy | apps/market-data-service/src/strategy |
types |
software | healthy | apps/market-data-service/src/strategy/types |
__sim__ |
software | healthy | apps/market-data-service/src/strategy/__sim__ |
dto |
software | healthy | apps/market-data-service/src/strategy/dto |
config |
software | healthy | apps/market-data-service/src/config |
health |
software | healthy | apps/market-data-service/src/health |
common |
software | healthy | apps/market-data-service/src/common |
stock |
software | healthy | apps/market-data-service/src/stock |
entities |
software | healthy | apps/market-data-service/src/stock/entities |
yahoo-finance |
software | healthy | apps/market-data-service/src/yahoo-finance |
migrations |
software | healthy | apps/market-data-service/src/migrations |
rmq |
software | healthy | apps/market-data-service/src/rmq |
agent-config |
software | healthy | apps/market-data-service/src/agent-config |
ai-scoring |
software | healthy | apps/market-data-service/src/ai-scoring |
types |
software | healthy | apps/market-data-service/src/ai-scoring/types |
backend |
software | healthy | apps/backend |
test |
software | healthy | apps/backend/test |
src |
software | healthy | apps/backend/src |
notification |
software | healthy | apps/backend/src/notification |
entities |
software | healthy | apps/backend/src/notification/entities |
config |
software | healthy | apps/backend/src/config |
auth |
software | healthy | apps/backend/src/auth |
entities |
software | healthy | apps/backend/src/auth/entities |
health |
software | healthy | apps/backend/src/health |
common |
software | healthy | apps/backend/src/common |
auto-trading |
software | healthy | apps/backend/src/auto-trading |
dto |
software | healthy | apps/backend/src/auto-trading/dto |
entities |
software | healthy | apps/backend/src/auto-trading/entities |
decorator |
software | healthy | apps/backend/src/decorator |
user |
software | healthy | apps/backend/src/user |
dto |
software | healthy | apps/backend/src/user/dto |
entities |
software | healthy | apps/backend/src/user/entities |
migrations |
software | healthy | apps/backend/src/migrations |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
POST /auth/sign-out |
api | healthy | apps/frontend/src/api/auth.ts |
POST /kis/order/buy |
api | healthy | apps/frontend/src/api/kis.ts |
POST /kis/order/sell |
api | healthy | apps/frontend/src/api/kis.ts |
POST /kis/order/modify |
api | healthy | apps/frontend/src/api/kis.ts |
POST /kis/order/cancel |
api | healthy | apps/frontend/src/api/kis.ts |
POST /notifications/create |
api | healthy | apps/frontend/src/pages/AiScanner.tsx |
GET /strategies/:code/analyze |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/day-trading |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/mean-reversion |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/infinity-bot |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/candle-pattern |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/momentum-power |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/momentum-surge |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/scalping |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
POST /strategies/scan |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
POST /strategies/optimize-tp-sl |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/optimal-params/short-term-tp-sl |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
POST /strategies/optimize-tp-sl/run-weekly-now |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /strategies/:code/backtest |
api | healthy | apps/market-data-service/src/strategy/strategy.controller.ts |
GET /stocks/collection-status |
api | healthy | apps/market-data-service/src/stock/stock.controller.ts |
GET /stocks/:code |
api | healthy | apps/market-data-service/src/stock/stock.controller.ts |
GET /stocks/:code/prices |
api | healthy | apps/market-data-service/src/stock/stock.controller.ts |
POST /stocks/collect |
api | healthy | apps/market-data-service/src/stock/stock.controller.ts |
GET /yahoo-finance/chart/:symbol |
api | healthy | apps/market-data-service/src/yahoo-finance/yahoo-finance.co… |
GET /agents/status |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
POST /agents/config |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
POST /agents/verify |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
POST /agents/gpt/auth/import |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
POST /agents/login |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
POST /agents/login/code |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
GET /agents/login/status |
api | healthy | apps/market-data-service/src/agent-config/agent-config.cont… |
POST /ai-scoring/score-stream |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
POST /ai-scoring/session/start |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
GET /ai-scoring/session/active |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
GET /ai-scoring/session/:id/stream |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
GET /ai-scoring/session/:id |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
DELETE /ai-scoring/session/:id |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
POST /ai-scoring/score |
api | healthy | apps/market-data-service/src/ai-scoring/ai-scoring.controll… |
GET /time |
api | healthy | apps/backend/src/app.controller.ts |
GET /notifications/unread-count |
api | healthy | apps/backend/src/notification/notification.controller.ts |
PATCH /notifications/:id/read |
api | healthy | apps/backend/src/notification/notification.controller.ts |
PATCH /notifications/read-all |
api | healthy | apps/backend/src/notification/notification.controller.ts |
DELETE /notifications/:id |
api | healthy | apps/backend/src/notification/notification.controller.ts |
POST /auth/sign-in |
api | healthy | apps/backend/src/auth/auth.controller.ts |
POST /auto-trading/scheduled-scan/trigger |
api | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts |
POST /auto-trading/sessions |
api | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts |
POST /auto-trading/sessions/batch |
api | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts |
GET /auto-trading/sessions |
api | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts |
GET /auto-trading/sessions/:id |
api | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts |
PATCH /auto-trading/sessions/:id/pause |
api | healthy | apps/backend/src/auto-trading/auto-trading.controller.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/backend/.env.example |
security | healthy | apps/backend/.env.example |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/.env.example |
security | healthy | apps/market-data-service/.env.example |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
auth::apps/market-data-service/document/kis-api/한국투자증권_오픈AP… |
security | healthy | apps/market-data-service/document/kis-api/한국투자증권_오픈API_전체문서… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
/Backtest |
frontend | healthy | apps/frontend/src/pages/Backtest.tsx |
/Profile |
frontend | healthy | apps/frontend/src/pages/Profile.tsx |
/Dashboard |
frontend | healthy | apps/frontend/src/pages/Dashboard.tsx |
/AgentSettings |
frontend | healthy | apps/frontend/src/pages/AgentSettings.tsx |
/AiScanner |
frontend | healthy | apps/frontend/src/pages/AiScanner.tsx |
/SignIn |
frontend | healthy | apps/frontend/src/pages/SignIn.tsx |
/SignUp |
frontend | healthy | apps/frontend/src/pages/SignUp.tsx |
/admin/UserEdit |
frontend | healthy | apps/frontend/src/pages/admin/UserEdit.tsx |
/admin/UserList |
frontend | healthy | apps/frontend/src/pages/admin/UserList.tsx |
/trading/Journal |
frontend | healthy | apps/frontend/src/pages/trading/Journal.tsx |
/trading/Balance |
frontend | healthy | apps/frontend/src/pages/trading/Balance.tsx |
/trading/Order |
frontend | healthy | apps/frontend/src/pages/trading/Order.tsx |
/trading/StockSearch |
frontend | healthy | apps/frontend/src/pages/trading/StockSearch.tsx |
/ |
frontend | healthy | apps/frontend/src/App.tsx |
/sign-in |
frontend | healthy | apps/frontend/src/App.tsx |
/sign-up |
frontend | healthy | apps/frontend/src/App.tsx |
/profile |
frontend | healthy | apps/frontend/src/App.tsx |
/trading/balance |
frontend | healthy | apps/frontend/src/App.tsx |
/trading/search |
frontend | healthy | apps/frontend/src/App.tsx |
/trading/order |
frontend | healthy | apps/frontend/src/App.tsx |
/trading/journal |
frontend | healthy | apps/frontend/src/App.tsx |
/backtest |
frontend | healthy | apps/frontend/src/App.tsx |
/ai-scanner |
frontend | healthy | apps/frontend/src/App.tsx |
/agent-settings |
frontend | healthy | apps/frontend/src/App.tsx |
/admin/users |
frontend | healthy | apps/frontend/src/App.tsx |
/admin/users/:id |
frontend | healthy | apps/frontend/src/App.tsx |
/ws/auto-trading |
frontend | healthy | apps/backend/src/auto-trading/auto-trading.gateway.ts |
/ws/kis |
frontend | healthy | apps/backend/src/kis/kis-websocket.gateway.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
Migration20260327100000.ts |
data | healthy | apps/market-data-service/src/migrations/Migration2026032710… |
Migration20260327000000.ts |
data | healthy | apps/market-data-service/src/migrations/Migration2026032700… |
Migration20260609101403.ts |
data | healthy | apps/market-data-service/src/migrations/Migration2026060910… |
Migration20260428000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260428000000.ts |
Migration20260421200000.ts |
data | healthy | apps/backend/src/migrations/Migration20260421200000.ts |
Migration20260421000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260421000000.ts |
Migration20260421300000.ts |
data | healthy | apps/backend/src/migrations/Migration20260421300000.ts |
Migration20260406000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260406000000.ts |
Migration20260608104258.ts |
data | healthy | apps/backend/src/migrations/Migration20260608104258.ts |
Migration20260401000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260401000000.ts |
Migration20260328000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260328000000.ts |
Migration20260330200000.ts |
data | healthy | apps/backend/src/migrations/Migration20260330200000.ts |
Migration20260424100000.ts |
data | healthy | apps/backend/src/migrations/Migration20260424100000.ts |
Migration20260413100000.ts |
data | healthy | apps/backend/src/migrations/Migration20260413100000.ts |
Migration20260421100000.ts |
data | healthy | apps/backend/src/migrations/Migration20260421100000.ts |
Migration20260330100000.ts |
data | healthy | apps/backend/src/migrations/Migration20260330100000.ts |
Migration20260423182000.ts |
data | healthy | apps/backend/src/migrations/Migration20260423182000.ts |
Migration20260430000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260430000000.ts |
Migration20260407000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260407000000.ts |
Migration20260330000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260330000000.ts |
Migration20260413000000.ts |
data | healthy | apps/backend/src/migrations/Migration20260413000000.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
image::apps/frontend/Dockerfile |
hardware | healthy | apps/frontend/Dockerfile |
image::apps/market-data-service/Dockerfile |
hardware | healthy | apps/market-data-service/Dockerfile |
image::apps/backend/Dockerfile |
hardware | healthy | apps/backend/Dockerfile |
postgres |
hardware | healthy | docker-compose.yml |
backend |
hardware | healthy | docker-compose.yml |
rabbitmq |
hardware | healthy | docker-compose.yml |
market-data |
hardware | healthy | docker-compose.yml |
frontend |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3000 |
network | healthy | README.md |
port:3001 |
network | healthy | README.md |
port:5432 |
network | healthy | docker-compose.yml |
port:5672 |
network | healthy | docker-compose.yml |
port:15672 |
network | healthy | docker-compose.yml |
port:80 |
network | healthy | docker-compose.yml |
port:5173 |
network | healthy | apps/frontend/vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | README.md |
postgres |
data | healthy | README.md |
mariadb |
data | healthy | pnpm-lock.yaml |
mysql |
data | healthy | pnpm-lock.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-fezbphmo |
software | healthy | /tmp/repobility-clone-fezbphmo |
| Label | Layer | Status | Path |
|---|---|---|---|
rabbitmq |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | apps/frontend/src/App.tsx |
This page is publicly accessible at:
https://repobility.com/scan/02771326-65b6-49c6-b6f8-9a97bb819409/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/02771326-65b6-49c6-b6f8-9a97bb819409/
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.