https://github.com/liuqinh2s/coin_scanner.git
· scanned 2026-05-16 20:34 UTC (3 weeks, 3 days ago)
· 10 languages
32 raw signals (10 security + 22 graph) 8/10 scanners ran 26th percentile · Python · tiny (<2K LoC) System graph score 85 (lower by 30)
Last scanned 3 weeks, 3 days ago · v2 · 10 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 53 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 |
|---|---|---|---|
fetch_json |
software | healthy | scripts/scan.py:61 |
fetch_all_symbols |
software | healthy | scripts/scan.py:74 |
fetch_klines |
software | healthy | scripts/scan.py:86 |
fetch_fund_rates |
software | dead | scripts/scan.py:98 |
_fetch_one |
software | healthy | scripts/scan.py:124 |
fetch_history_fund_rates |
software | healthy | scripts/scan.py:119 |
fetch_all_data |
software | healthy | scripts/scan.py:137 |
_limited |
software | healthy | scripts/scan.py:142 |
ema |
software | healthy | scripts/scan.py:171 |
sma |
software | healthy | scripts/scan.py:179 |
calc_bollinger |
software | healthy | scripts/scan.py:189 |
calc_macd |
software | healthy | scripts/scan.py:204 |
calc_rsi |
software | healthy | scripts/scan.py:212 |
calc_volume_osc |
software | healthy | scripts/scan.py:238 |
compute_indicators |
software | healthy | scripts/scan.py:252 |
is_15m_trend_up |
software | healthy | scripts/scan.py:280 |
is_1h_trend_up |
software | healthy | scripts/scan.py:286 |
is_4h_trend_up |
software | healthy | scripts/scan.py:298 |
is_1d_trend_up |
software | healthy | scripts/scan.py:306 |
is_btc_trend_up |
software | healthy | scripts/scan.py:318 |
is_btc_trend_down |
software | healthy | scripts/scan.py:326 |
_sum_vol |
software | healthy | scripts/scan.py:349 |
_is_15m_step_up |
software | healthy | scripts/scan.py:358 |
_is_15m_anomaly |
software | healthy | scripts/scan.py:370 |
_is_1h_anomaly |
software | healthy | scripts/scan.py:395 |
_is_4h_anomaly |
software | healthy | scripts/scan.py:409 |
_has_recent_anomaly |
software | healthy | scripts/scan.py:423 |
detect_volume_anomaly |
software | healthy | scripts/scan.py:438 |
_min_price_7d |
software | healthy | scripts/scan.py:455 |
check_anti_chase |
software | healthy | scripts/scan.py:461 |
find_leading_coins |
software | healthy | scripts/scan.py:475 |
find_fairy_guide |
software | healthy | scripts/scan.py:497 |
is_low_vol_good_move |
software | healthy | scripts/scan.py:522 |
detect_consolidation_breakout |
software | healthy | scripts/scan.py:534 |
is_not_rubbish |
software | healthy | scripts/scan.py:636 |
detect_early_strong_trend |
software | healthy | scripts/scan.py:649 |
is_valid |
software | healthy | scripts/scan.py:713 |
has_indicators |
software | healthy | scripts/scan.py:722 |
main |
software | healthy | scripts/scan.py:733 |
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
requirements.txt |
software | healthy | requirements.txt |
scan.py |
software | healthy | scripts/scan.py |
build.py |
software | warning | scripts/build.py |
index.html |
software | healthy | public/index.html |
scan.yml |
software | healthy | .github/workflows/scan.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
public |
software | healthy | public |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
scan-and-deploy |
cicd | healthy | .github/workflows/scan.yml |
deploy |
cicd | healthy | .github/workflows/scan.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ekbspfg9 |
software | healthy | /tmp/repobility-clone-ekbspfg9 |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::scan |
cicd | healthy | .github/workflows/scan.yml |
This page is publicly accessible at:
https://repobility.com/scan/c0915b94-405d-4c30-ada8-cf4433c89a74/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c0915b94-405d-4c30-ada8-cf4433c89a74/
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.