https://github.com/giant-shoulder/bithumb-trader
· scanned 2026-06-16 04:24 UTC (2 months ago)
13 raw signals (0 security + 13 graph)
Last scanned 2 months ago · v1 · 13 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 106 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 |
|---|---|---|---|
parse_alert |
software | healthy | telegram_monitor.py:31 |
__init__ |
software | healthy | telegram_monitor.py:51 |
start |
software | healthy | telegram_monitor.py:59 |
_run |
software | healthy | telegram_monitor.py:68 |
_monitor |
software | healthy | telegram_monitor.py:73 |
handler |
software | healthy | telegram_monitor.py:82 |
_calc_rsi_series |
software | healthy | strategy.py:32 |
calc_alpha_trend |
software | healthy | strategy.py:41 |
check_rhythm_entry |
software | healthy | strategy.py:97 |
check_at_noise_exit |
software | dead | strategy.py:213 |
check_at_stop_take |
software | healthy | strategy.py:228 |
check_momentum_exit |
software | healthy | strategy.py:246 |
check_buy_pressure |
software | dead | strategy.py:255 |
expand_all_sidebar |
software | healthy | scrape_docs.py:13 |
collect_sidebar_links |
software | healthy | scrape_docs.py:39 |
get_page_content |
software | healthy | scrape_docs.py:69 |
main |
software | healthy | scrape_docs.py:111 |
__init__ |
software | healthy | bithumb_api.py:22 |
_auth_header |
software | healthy | bithumb_api.py:25 |
_private_get |
software | healthy | bithumb_api.py:39 |
_private_post |
software | healthy | bithumb_api.py:49 |
_private_delete |
software | healthy | bithumb_api.py:71 |
get_current_price |
software | healthy | bithumb_api.py:83 |
get_ohlcv |
software | healthy | bithumb_api.py:92 |
get_orderbook |
software | healthy | bithumb_api.py:108 |
get_recent_trades |
software | dead | bithumb_api.py:124 |
get_all_krw_markets |
software | healthy | bithumb_api.py:138 |
get_tickers_bulk |
software | healthy | bithumb_api.py:148 |
scan_momentum_coins |
software | healthy | bithumb_api.py:167 |
get_accounts |
software | healthy | bithumb_api.py:210 |
get_krw_balance |
software | healthy | bithumb_api.py:214 |
get_coin_balance |
software | healthy | bithumb_api.py:231 |
buy_market |
software | healthy | bithumb_api.py:249 |
sell_market |
software | healthy | bithumb_api.py:266 |
get_order |
software | healthy | bithumb_api.py:283 |
buy_limit |
software | dead | bithumb_api.py:288 |
sell_limit |
software | dead | bithumb_api.py:305 |
send |
software | healthy | notifier.py:17 |
notify_buy |
software | healthy | notifier.py:39 |
notify_sell |
software | healthy | notifier.py:50 |
get_logger |
software | healthy | logger.py:12 |
_trade_file |
software | healthy | logger.py:43 |
_reject_file |
software | healthy | logger.py:46 |
_ensure_header |
software | healthy | logger.py:49 |
log_trade |
software | healthy | logger.py:54 |
log_reject |
software | dead | logger.py:68 |
main |
software | healthy | main.py:19 |
__init__ |
software | healthy | ws_price_monitor.py:28 |
start |
software | healthy | ws_price_monitor.py:54 |
stop |
software | healthy | ws_price_monitor.py:63 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
telegram_monitor.py |
software | healthy | telegram_monitor.py |
CLAUDE.md |
software | healthy | CLAUDE.md |
strategy.py |
software | healthy | strategy.py |
scrape_docs.py |
software | healthy | scrape_docs.py |
Procfile |
software | healthy | Procfile |
config.py |
software | healthy | config.py |
requirements.txt |
software | healthy | requirements.txt |
bithumb_api.py |
software | healthy | bithumb_api.py |
notifier.py |
software | healthy | notifier.py |
logger.py |
software | healthy | logger.py |
main.py |
software | healthy | main.py |
ws_price_monitor.py |
software | healthy | ws_price_monitor.py |
trader.py |
software | healthy | trader.py |
CLAUDE.md |
quality | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
TelegramMonitor |
software | healthy | telegram_monitor.py:50 |
AlphaTrendStrategy |
software | healthy | strategy.py:27 |
BithumbAPI |
software | healthy | bithumb_api.py:21 |
TradeLogger |
software | healthy | logger.py:40 |
WSPriceMonitor |
software | healthy | ws_price_monitor.py:18 |
Position |
software | healthy | trader.py:75 |
AutoTrader |
software | healthy | trader.py:96 |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::CLAUDE.md |
security | healthy | CLAUDE.md |
auth::bithumb_api.py |
security | healthy | bithumb_api.py |
| Label | Layer | Status | Path |
|---|---|---|---|
giant-shoulder__bithumb-trader |
software | healthy | /data/fable5_failed_archive/giant-shoulder__bithumb-trader |
This page is publicly accessible at:
https://repobility.com/scan/58e333fa-1669-4c55-8e37-cbe7586cae51/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/58e333fa-1669-4c55-8e37-cbe7586cae51/
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.