https://github.com/TWLBJ/Claude_KS_Lending_Bot
· scanned 2026-06-16 00:43 UTC (2 months, 1 week ago)
14 raw signals (0 security + 14 graph)
Last scanned 2 months, 1 week ago · v1 · 14 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 247 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 |
|---|---|---|---|
make_ticker |
software | healthy | tests/test_strategy.py:38 |
make_trades |
software | healthy | tests/test_strategy.py:43 |
make_book |
software | healthy | tests/test_strategy.py:47 |
test_rate_conversion_roundtrip |
software | healthy | tests/test_strategy.py:59 |
test_apy_example |
software | healthy | tests/test_strategy.py:64 |
test_iqm_robust_to_outliers |
software | healthy | tests/test_strategy.py:71 |
test_iqm_small_sample |
software | healthy | tests/test_strategy.py:75 |
test_iqm_empty |
software | healthy | tests/test_strategy.py:78 |
test_depth_rate_and_anchor |
software | healthy | tests/test_strategy.py:84 |
test_min_rate_floor |
software | healthy | tests/test_strategy.py:93 |
test_floor_lifts_anchor_in_dip |
software | healthy | tests/test_strategy.py:101 |
test_no_floor_without_closes |
software | healthy | tests/test_strategy.py:111 |
test_spike_detection |
software | healthy | tests/test_strategy.py:116 |
test_old_spike_ignored |
software | healthy | tests/test_strategy.py:125 |
test_choose_period_thresholds |
software | healthy | tests/test_strategy.py:136 |
view_with |
software | healthy | tests/test_strategy.py:145 |
test_ladder_basic |
software | healthy | tests/test_strategy.py:151 |
test_ladder_below_minimum |
software | healthy | tests/test_strategy.py:161 |
test_ladder_merges_small_rungs |
software | healthy | tests/test_strategy.py:165 |
test_ladder_spike_chases_recent_high |
software | healthy | tests/test_strategy.py:172 |
test_ladder_spike_uses_spike_ladder |
software | healthy | tests/test_strategy.py:178 |
test_ladder_high_rate_uses_long_period |
software | healthy | tests/test_strategy.py:192 |
test_should_cancel_stale_and_overpriced |
software | healthy | tests/test_strategy.py:200 |
test_should_not_cancel_top_rung_offer |
software | healthy | tests/test_strategy.py:207 |
test_should_not_cancel_fresh_offer |
software | healthy | tests/test_strategy.py:214 |
test_should_not_cancel_competitive_offer |
software | healthy | tests/test_strategy.py:220 |
get_logger |
software | healthy | lendbot/logger.py:10 |
has_bfx_auth |
software | healthy | lendbot/config.py:23 |
has_telegram |
software | healthy | lendbot/config.py:27 |
has_supabase |
software | healthy | lendbot/config.py:31 |
symbols |
software | healthy | lendbot/config.py:41 |
rebalance |
software | healthy | lendbot/config.py:48 |
cycle_minutes |
software | healthy | lendbot/config.py:52 |
strategy |
software | healthy | lendbot/config.py:56 |
telegram |
software | healthy | lendbot/config.py:60 |
simulated_balance |
software | healthy | lendbot/config.py:64 |
load_config |
software | healthy | lendbot/config.py:68 |
__init__ |
software | healthy | lendbot/bfx_client.py:108 |
_get_public |
software | healthy | lendbot/bfx_client.py:115 |
funding_ticker |
software | healthy | lendbot/bfx_client.py:127 |
funding_book |
software | healthy | lendbot/bfx_client.py:132 |
funding_trades |
software | healthy | lendbot/bfx_client.py:136 |
funding_candles |
software | healthy | lendbot/bfx_client.py:140 |
_post_auth |
software | healthy | lendbot/bfx_client.py:154 |
funding_available |
software | healthy | lendbot/bfx_client.py:174 |
active_offers |
software | healthy | lendbot/bfx_client.py:183 |
active_credits |
software | healthy | lendbot/bfx_client.py:189 |
credits_history |
software | healthy | lendbot/bfx_client.py:195 |
submit_offer |
software | healthy | lendbot/bfx_client.py:203 |
cancel_offer |
software | healthy | lendbot/bfx_client.py:213 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
config.yaml |
software | healthy | config.yaml |
DESIGN.md |
software | healthy | DESIGN.md |
README.md |
software | healthy | README.md |
Dockerfile |
software | healthy | Dockerfile |
.env.example |
software | healthy | .env.example |
requirements.txt |
software | healthy | requirements.txt |
smoke_telegram.py |
software | healthy | tests/smoke_telegram.py |
test_strategy.py |
software | healthy | tests/test_strategy.py |
smoke_public_api.py |
software | healthy | tests/smoke_public_api.py |
smoke_auth.py |
software | healthy | tests/smoke_auth.py |
__init__.py |
software | healthy | lendbot/__init__.py |
logger.py |
software | healthy | lendbot/logger.py |
config.py |
software | healthy | lendbot/config.py |
bfx_client.py |
software | healthy | lendbot/bfx_client.py |
strategy.py |
software | healthy | lendbot/strategy.py |
engine.py |
software | healthy | lendbot/engine.py |
store.py |
software | healthy | lendbot/store.py |
telegram_bot.py |
software | healthy | lendbot/telegram_bot.py |
__main__.py |
software | healthy | lendbot/__main__.py |
spread_study.py |
software | healthy | research/spread_study.py |
period_study_ust.py |
software | healthy | research/period_study_ust.py |
spike_trades_study.py |
software | healthy | research/spike_trades_study.py |
RESULTS.md |
software | healthy | research/RESULTS.md |
depth_compare.py |
software | healthy | research/depth_compare.py |
yearly_breakdown.py |
software | healthy | research/yearly_breakdown.py |
period_study.py |
software | healthy | research/period_study.py |
index.html |
software | healthy | web/index.html |
config.js |
software | healthy | web/config.js |
app.js |
software | healthy | web/app.js |
style.css |
software | healthy | web/style.css |
launch.json |
software | healthy | .claude/launch.json |
apply_schema.py |
software | healthy | supabase/apply_schema.py |
reload_cache.py |
software | healthy | supabase/reload_cache.py |
schema.sql |
software | healthy | supabase/schema.sql |
run_sql.py |
software | healthy | supabase/run_sql.py |
005_anchor_chart_7days.sql |
software | healthy | supabase/migrations/005_anchor_chart_7days.sql |
004_closed_credits_limit.sql |
software | healthy | supabase/migrations/004_closed_credits_limit.sql |
003_dedupe_actions.sql |
software | healthy | supabase/migrations/003_dedupe_actions.sql |
001_credits_detail.sql |
software | healthy | supabase/migrations/001_credits_detail.sql |
002_suggested_offers.sql |
software | healthy | supabase/migrations/002_suggested_offers.sql |
recent_actions.py |
software | healthy | tools/recent_actions.py |
dedupe_actions.py |
software | healthy | tools/dedupe_actions.py |
pages.yml |
software | healthy | .github/workflows/pages.yml |
.claude/launch.json |
quality | healthy | .claude/launch.json |
| Label | Layer | Status | Path |
|---|---|---|---|
Env |
software | healthy | lendbot/config.py:13 |
Config |
software | healthy | lendbot/config.py:36 |
BfxError |
software | healthy | lendbot/bfx_client.py:28 |
FundingTicker |
software | healthy | lendbot/bfx_client.py:35 |
BookEntry |
software | healthy | lendbot/bfx_client.py:45 |
FundingTrade |
software | healthy | lendbot/bfx_client.py:53 |
Offer |
software | healthy | lendbot/bfx_client.py:61 |
Credit |
software | healthy | lendbot/bfx_client.py:72 |
ClosedCredit |
software | healthy | lendbot/bfx_client.py:83 |
LedgerEntry |
software | healthy | lendbot/bfx_client.py:95 |
BfxClient |
software | healthy | lendbot/bfx_client.py:107 |
MarketView |
software | healthy | lendbot/strategy.py:42 |
OfferPlan |
software | healthy | lendbot/strategy.py:118 |
SimAccount |
software | healthy | lendbot/engine.py:35 |
SymbolState |
software | healthy | lendbot/engine.py:65 |
Engine |
software | healthy | lendbot/engine.py:80 |
Store |
software | healthy | lendbot/store.py:16 |
TelegramBot |
software | healthy | lendbot/telegram_bot.py:21 |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
lendbot |
software | healthy | lendbot |
research |
software | healthy | research |
web |
software | healthy | web |
.claude |
software | healthy | .claude |
supabase |
software | healthy | supabase |
migrations |
software | healthy | supabase/migrations |
tools |
software | healthy | tools |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
market_snapshots |
data | healthy | supabase/schema.sql |
actions_log |
data | healthy | supabase/schema.sql |
credits_snapshots |
data | healthy | supabase/schema.sql |
earnings |
data | healthy | supabase/schema.sql |
bot_status |
data | healthy | supabase/schema.sql |
app_settings |
data | healthy | supabase/schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
005_anchor_chart_7days.sql |
data | healthy | supabase/migrations/005_anchor_chart_7days.sql |
004_closed_credits_limit.sql |
data | healthy | supabase/migrations/004_closed_credits_limit.sql |
003_dedupe_actions.sql |
data | healthy | supabase/migrations/003_dedupe_actions.sql |
001_credits_detail.sql |
data | healthy | supabase/migrations/001_credits_detail.sql |
002_suggested_offers.sql |
data | healthy | supabase/migrations/002_suggested_offers.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ttq8z2fh |
software | healthy | /tmp/repobility-clone-ttq8z2fh |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
data | healthy | supabase/apply_schema.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | lendbot/__main__.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5432 |
network | healthy | supabase/apply_schema.py |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::pages |
cicd | healthy | .github/workflows/pages.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
deploy |
cicd | healthy | .github/workflows/pages.yml |
This page is publicly accessible at:
https://repobility.com/scan/63d016d1-a9b1-4a83-ba4c-88de44580ec9/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/63d016d1-a9b1-4a83-ba4c-88de44580ec9/
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.