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.

tjddnr0912/violet_sw

https://github.com/tjddnr0912/violet_sw · scanned 2026-06-16 00:38 UTC (2 months, 2 weeks ago)

156 raw signals (0 security + 156 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 138 actionable findings from 1 signal source. 18 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 53.8/100 with 100.0% coverage. It contains 5971 nodes across 28 cross-layer flows, written primarily in mixed languages. Engine surfaced 156 findings — concentrated in quality (96), api (26), software (22). Risk profile is high: 0 critical, 6 high, 31 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 121 of 138 actionable findings. 156 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: 005_money/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
005_money/CLAUDE.md:44 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: 006_auto_bot/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
006_auto_bot/CLAUDE.md:50 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: 007_stock_trade/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
007_stock_trade/CLAUDE.md:60 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: 008_stock_trade_us/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
008_stock_trade_us/CLAUDE.md:40 SecretsClaude instruction
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def cmd_screening` — 007_stock_trade/src/telegram/commands/analysis_commands.py:77
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
007_stock_trade/src/telegram/commands/analysis_commands.py:77 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def cmd_screening` — 008_stock_trade_us/src/telegram/bot.py:922
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
008_stock_trade_us/src/telegram/bot.py:922 Sync io in asyncPerformance
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 005_money/.claude/rules/03-code-structure.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
005_money/.claude/rules/03-code-structure.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 005_money/.claude/rules/04-telegram-commands.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
005_money/.claude/rules/04-telegram-commands.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 005_money/.claude/rules/06-bot-flow-diagram.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
005_money/.claude/rules/06-bot-flow-diagram.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 005_money/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
005_money/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 006_auto_bot/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
006_auto_bot/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 007_stock_trade/.claude/rules/00-quick-reference.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
007_stock_trade/.claude/rules/00-quick-reference.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 007_stock_trade/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
007_stock_trade/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 008_stock_trade_us/.claude/rules/01-project-overview.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
008_stock_trade_us/.claude/rules/01-project-overview.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 008_stock_trade_us/.claude/rules/02-telegram-commands.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
008_stock_trade_us/.claude/rules/02-telegram-commands.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 008_stock_trade_us/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
008_stock_trade_us/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 009_dashboard/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
009_dashboard/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 010_ios_dashboard/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
010_ios_dashboard/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 011_macos_cc_usage/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
011_macos_cc_usage/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 012_stock_dashboard/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
012_stock_dashboard/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 013_shortcut/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
013_shortcut/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in unit_converter.html:242
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
unit_converter.html:242 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in 007_stock_trade/scripts/run_checklist.py:85
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
007_stock_trade/scripts/run_checklist.py:85 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — 007_stock_trade/scripts/check_watchdog_syntax.py:14
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — 007_stock_trade/scripts/run_checklist.py:85
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — 007_stock_trade/src/api/kis_auth.py:118
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — 007_stock_trade/src/api/kis_websocket.py:96
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — 008_stock_trade_us/src/api/kis_auth.py:118
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — 008_stock_trade_us/src/api/kis_websocket.py:96
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 45 placeholder/mock markers across 23 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 1 in use
Port 1 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
006_auto_bot/run_investment_bot.sh Ports
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
014_casper/run_casper.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
006_auto_bot/run_buffett_bot.sh Ports
medium System graph network Security conf 1.00 Privileged port 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
014_casper/run_casper.sh Ports
medium System graph network Security conf 1.00 Privileged port 7 in use
Port 7 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
006_auto_bot/run_buffett_bot.sh Ports
low System graph quality Integrity conf 1.00 97 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AGY_BIN`, `AGY_SEARCH_MODELS`, `AGY_SEARCH_TIMEOUT`, `AUTO_BOT_DRAFT_ONLY`, `AUTO_FEATURED_CARD`, `BLOGGER_IMAGES_ENABLED`, `BLOGGER_IMAGE_RUN_ID`, `BLOGGER_MAX_IMAGES_PER_POST` + 89 more. Add them (with a placeholder/comment) to .env.example so o…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1821 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 19 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: 007_stock_trade/main.py:test_api_connection, 008_stock_trade_us/main.py:test_api_connection This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separat…
19 occurrences
repo-level (19 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: 007_stock_trade/scripts/run_backtest.py:get_price_data, 007_stock_trade/scripts/optimize_weights.py:get_price_data, 008_stock_trade_us/scripts/run_backtest.py:get_price_data, 008_stock_trade_us/scripts/optimize_weights.py:get_price_data This is *the*…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_create_backup` in 005_money/001_python_code/ver3/preference_manager_v3.py:132
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_migrate_legacy` in 007_stock_trade/src/scheduler/auto_manager.py:100
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `check_strategy_v2` in 005_money/001_python_code/ver3/validate_profit_target_implementation.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `config_v2` in 005_money/001_python_code/ver3/config_base.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_bithumb_signature_v2` in 005_money/001_python_code/bithumb_auth_fixed.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `hours_old` in 006_auto_bot/003_test_code/test_news_dimensions.py:52
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `strategy_v1` in 005_money/001_python_code/lib/gui/components/chart_widget.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `strategy_v1` in 005_money/001_python_code/lib/gui/indicator_calculator.py:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `strategy_v2` in 005_money/tests/ver3/test_profit_target_modes.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `trades_copy` in 007_stock_trade/src/quant_engine.py:717
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_sector_diversification
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/screener.py:358
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_sector_diversification
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/sector.py:252
low System graph software Dead code conf 1.00 Possibly dead Python function: calculate_rebalance_for_sector_limit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/sector.py:309
low System graph software Dead code conf 1.00 Possibly dead Python function: calculate_take_profit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/base.py:195
low System graph software Dead code conf 1.00 Possibly dead Python function: classify_stocks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/sector.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: compare_benchmark
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/analytics.py:213
low System graph software Dead code conf 1.00 Possibly dead Python function: disconnect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/api/kis_websocket.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: export_to_excel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/screener.py:478
low System graph software Dead code conf 1.00 Possibly dead Python function: is_td
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/scripts/check_rebalance_first_trading_day.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: manual_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/quant_engine.py:1038
low System graph software Dead code conf 1.00 Possibly dead Python function: manual_rebalance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/quant_engine.py:899
low System graph software Dead code conf 1.00 Possibly dead Python function: manual_screening
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/quant_engine.py:895
low System graph software Dead code conf 1.00 Possibly dead Python function: plot_drawdown
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/analytics.py:446
low System graph software Dead code conf 1.00 Possibly dead Python function: plot_monthly_returns
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/analytics.py:498
low System graph software Dead code conf 1.00 Possibly dead Python function: plot_position_distribution
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/analytics.py:546
low System graph software Dead code conf 1.00 Possibly dead Python function: run_engine
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/scripts/run_daemon.py:227
low System graph software Dead code conf 1.00 Possibly dead Python function: run_manager
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/scripts/run_daemon.py:355
low System graph software Dead code conf 1.00 Possibly dead Python function: run_urgent_rebalance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/quant_engine.py:945
low System graph software Dead code conf 1.00 Possibly dead Python function: spy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/scripts/check_position_monitor_stop.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: spy_tp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/scripts/check_position_monitor_tp.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: subscribe_price
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/api/kis_websocket.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: update_prices
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
007_stock_trade/src/strategy/quant/risk.py:535
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `get_config` (body is just `pass`/`return`) — 005_money/001_python_code/lib/interfaces/version_interface.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /
`009_dashboard/app.py` declares `ANY /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/crypto/performance
`009_dashboard/app.py` declares `ANY /api/crypto/performance` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/crypto/regime
`009_dashboard/app.py` declares `ANY /api/crypto/regime` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/crypto/trades
`009_dashboard/app.py` declares `ANY /api/crypto/trades` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/stock/account
`009_dashboard/app.py` declares `ANY /api/stock/account` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/stock/positions
`009_dashboard/app.py` declares `ANY /api/stock/positions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/stock/transactions
`009_dashboard/app.py` declares `ANY /api/stock/transactions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/summary
`009_dashboard/app.py` declares `ANY /api/summary` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/chart/<coin>
`009_dashboard/app.py` declares `ANY /api/v2/crypto/chart/<coin>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/coins
`009_dashboard/app.py` declares `ANY /api/v2/crypto/coins` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/coins/<coin>/trades
`009_dashboard/app.py` declares `ANY /api/v2/crypto/coins/<coin>/trades` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/performance
`009_dashboard/app.py` declares `ANY /api/v2/crypto/performance` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/price/<coin>
`009_dashboard/app.py` declares `ANY /api/v2/crypto/price/<coin>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/regime
`009_dashboard/app.py` declares `ANY /api/v2/crypto/regime` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/crypto/trades
`009_dashboard/app.py` declares `ANY /api/v2/crypto/trades` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/stock/account
`009_dashboard/app.py` declares `ANY /api/v2/stock/account` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/stock/daily
`009_dashboard/app.py` declares `ANY /api/v2/stock/daily` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/stock/positions
`009_dashboard/app.py` declares `ANY /api/v2/stock/positions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/stock/trading-mode
`009_dashboard/app.py` declares `ANY /api/v2/stock/trading-mode` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/stock/transactions
`009_dashboard/app.py` declares `ANY /api/v2/stock/transactions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/summary
`009_dashboard/app.py` declares `ANY /api/v2/summary` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/v2/system/status
`009_dashboard/app.py` declares `ANY /api/v2/system/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /crypto
`009_dashboard/app.py` declares `ANY /crypto` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /embed
`009_dashboard/app.py` declares `ANY /embed` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /stock
`009_dashboard/app.py` declares `ANY /stock` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`012_stock_dashboard/app.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: 005_money/001_python_code/ver3/gui_app_v3.py (1373 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 005_money/001_python_code/ver3/strategy_v3.py (1564 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 008_stock_trade_us/src/quant_engine.py (1351 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 008_stock_trade_us/src/telegram/bot.py (1624 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 014_casper/scripts/intraday_backtest_compare.py (1426 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 014_casper/src/bot.py (2867 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/cli/src/lib.rs (2756 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/cli/tests/sva_property.rs (1874 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/elaborate/src/lib.rs (10333 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/elaborate/src/tests.rs (2975 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/hdl-parser/src/lib.rs (5877 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/hdl-preprocess/src/lib.rs (2320 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/src/builtins.rs (1650 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/src/eval.rs (1747 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/src/native_eval.rs (2995 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/src/sched.rs (2271 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/src/state.rs (1376 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/tests/dyn_storage.rs (2009 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 016_claude_rtl/crates/sim-engine/tests/end_to_end.rs (3223 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/442d0e24-0e61-4063-a859-95ad6669eb8a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/442d0e24-0e61-4063-a859-95ad6669eb8a/

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.