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.

vsanil/stockpulz

https://github.com/vsanil/stockpulz · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

138 raw signals (0 security + 138 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 122 actionable findings from 1 signal source. 16 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 52.1/100 with 100.0% coverage. It contains 1628 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 138 findings — concentrated in api (50), security (38), quality (35). Risk profile is high: 0 critical, 36 high, 10 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 117 of 122 actionable findings. 138 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 auth conf 1.00 Flask mutation route `admin_approve_user` without `@login_required` — webhook.py:1179
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1179 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_ban_user` without `@login_required` — webhook.py:1204
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1204 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_broadcast` without `@login_required` — webhook.py:1234
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1234 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_fix_ticker` without `@login_required` — webhook.py:1279
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1279 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_message_user` without `@login_required` — webhook.py:1224
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1224 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_reject_user` without `@login_required` — webhook.py:1192
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1192 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_run_agent` without `@login_required` — webhook.py:1251
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1251 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_unban_user` without `@login_required` — webhook.py:1215
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1215 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_add_alert` without `@login_required` — webhook.py:2183
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:2183 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_alerts_post` without `@login_required` — webhook.py:1955
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1955 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_clear_alerts` without `@login_required` — webhook.py:2221
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:2221 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_close_position` without `@login_required` — webhook.py:1778
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1778 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_feedback` without `@login_required` — webhook.py:1831
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1831 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_log_bought` without `@login_required` — webhook.py:1568
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1568 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_paper_add_cash` without `@login_required` — webhook.py:3707
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3707 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_paper_buy` without `@login_required` — webhook.py:3620
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3620 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_paper_cancel` without `@login_required` — webhook.py:3689
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3689 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_paper_reset` without `@login_required` — webhook.py:3733
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3733 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_paper_sell` without `@login_required` — webhook.py:3662
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3662 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_remove_alert` without `@login_required` — webhook.py:2205
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:2205 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_remove_position` without `@login_required` — webhook.py:1800
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1800 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_run_command` without `@login_required` — webhook.py:3101
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3101 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_seed_backtest` without `@login_required` — webhook.py:1534
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1534 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_settings_update` without `@login_required` — webhook.py:1666
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1666 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_toggle_paused` without `@login_required` — webhook.py:1815
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1815 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_unlog_bought` without `@login_required` — webhook.py:1615
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:1615 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_update_exclusions` without `@login_required` — webhook.py:3595
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3595 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_update_position` without `@login_required` — webhook.py:2484
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:2484 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_update_settings` without `@login_required` — webhook.py:2257
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:2257 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_update_watchlist` without `@login_required` — webhook.py:3565
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3565 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_watchlist_add` without `@login_required` — webhook.py:3359
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3359 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `miniapp_watchlist_remove` without `@login_required` — webhook.py:3404
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:3404 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `trigger_mode` without `@login_required` — webhook.py:213
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:213 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `trigger_morning` without `@login_required` — webhook.py:90
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:90 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `trigger_prescreener` without `@login_required` — webhook.py:155
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:155 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `webhook` without `@login_required` — webhook.py:289
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
webhook.py:289 securityAuth flask unauth route
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/launch.json
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.
.claude/launch.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.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.
AGENTS.md VerificationAgents md
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 miniapp/index.html:2936
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
miniapp/index.html:2936 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in miniapp/index.html:4226
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
miniapp/index.html:4226 Direct outerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — webhook.py:142
`subprocess.Popen(...)` 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 network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/keepwarm.yml Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/keepwarm.yml 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.
.github/workflows/keepwarm.yml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 606 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 cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 6 locations
.github/workflows/daily_run.yml:46, 49, 54 (3 hits)
.github/workflows/price_alerts.yml:24, 27, 32 (3 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: card_generator.py:txt, card_generator.py:txt 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 separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 9 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: storage.py:read, storage.py:read, storage.py:read 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 separate.
9 occurrences
repo-level (9 hits)
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 `days_old` in tests/test_config_manager.py:317
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: batch_insider_signals
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
insider_tracker.py:188
low System graph software Dead code conf 1.00 Possibly dead Python function: batch_sentiment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sentiment_analyzer.py:162
low System graph software Dead code conf 1.00 Possibly dead Python function: cache_delete
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cache_layer.py:208
low System graph software Dead code conf 1.00 Possibly dead Python function: check_async_await
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/check_js.py:311
low System graph software Dead code conf 1.00 Possibly dead Python function: reset_backend
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
storage.py:197
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 api Wiring conf 1.00 Unused endpoint: ANY /
`webhook.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 /admin
`webhook.py` declares `ANY /admin` 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 /admin/broadcast
`webhook.py` declares `ANY /admin/broadcast` 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 /admin/callback
`webhook.py` declares `ANY /admin/callback` 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 /admin/data
`webhook.py` declares `ANY /admin/data` 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 /admin/fix_ticker
`webhook.py` declares `ANY /admin/fix_ticker` 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 /admin/github
`webhook.py` declares `ANY /admin/github` 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 /admin/login
`webhook.py` declares `ANY /admin/login` 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 /admin/logout
`webhook.py` declares `ANY /admin/logout` 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 /admin/run_agent
`webhook.py` declares `ANY /admin/run_agent` 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 /admin/user/<chat_id>
`webhook.py` declares `ANY /admin/user/<chat_id>` 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 /admin/user/<chat_id>/approve
`webhook.py` declares `ANY /admin/user/<chat_id>/approve` 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 /admin/user/<chat_id>/ban
`webhook.py` declares `ANY /admin/user/<chat_id>/ban` 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 /admin/user/<chat_id>/message
`webhook.py` declares `ANY /admin/user/<chat_id>/message` 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 /admin/user/<chat_id>/reject
`webhook.py` declares `ANY /admin/user/<chat_id>/reject` 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 /admin/user/<chat_id>/unban
`webhook.py` declares `ANY /admin/user/<chat_id>/unban` 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/miniapp/add_alert
`webhook.py` declares `ANY /api/miniapp/add_alert` 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/miniapp/alerts
`webhook.py` declares `ANY /api/miniapp/alerts` 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/miniapp/chart/<ticker>
`webhook.py` declares `ANY /api/miniapp/chart/<ticker>` 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/miniapp/clear_alerts
`webhook.py` declares `ANY /api/miniapp/clear_alerts` 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/miniapp/close_position
`webhook.py` declares `ANY /api/miniapp/close_position` 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/miniapp/define
`webhook.py` declares `ANY /api/miniapp/define` 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/miniapp/feedback
`webhook.py` declares `ANY /api/miniapp/feedback` 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/miniapp/history
`webhook.py` declares `ANY /api/miniapp/history` 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/miniapp/live_prices
`webhook.py` declares `ANY /api/miniapp/live_prices` 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/miniapp/log_bought
`webhook.py` declares `ANY /api/miniapp/log_bought` 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/miniapp/markets
`webhook.py` declares `ANY /api/miniapp/markets` 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/miniapp/names
`webhook.py` declares `ANY /api/miniapp/names` 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/miniapp/news/<ticker>
`webhook.py` declares `ANY /api/miniapp/news/<ticker>` 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/miniapp/paper
`webhook.py` declares `ANY /api/miniapp/paper` 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/miniapp/picks
`webhook.py` declares `ANY /api/miniapp/picks` 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/miniapp/picks/history
`webhook.py` declares `ANY /api/miniapp/picks/history` 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/miniapp/pnl_history
`webhook.py` declares `ANY /api/miniapp/pnl_history` 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/miniapp/positions
`webhook.py` declares `ANY /api/miniapp/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/miniapp/quote
`webhook.py` declares `ANY /api/miniapp/quote` 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/miniapp/remove_alert
`webhook.py` declares `ANY /api/miniapp/remove_alert` 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/miniapp/remove_position
`webhook.py` declares `ANY /api/miniapp/remove_position` 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/miniapp/seed_backtest
`webhook.py` declares `ANY /api/miniapp/seed_backtest` 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/miniapp/settings
`webhook.py` declares `ANY /api/miniapp/settings` 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/miniapp/settings/update
`webhook.py` declares `ANY /api/miniapp/settings/update` 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/miniapp/toggle_paused
`webhook.py` declares `ANY /api/miniapp/toggle_paused` 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/miniapp/unlog_bought
`webhook.py` declares `ANY /api/miniapp/unlog_bought` 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/miniapp/update_settings
`webhook.py` declares `ANY /api/miniapp/update_settings` 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 /miniapp
`webhook.py` declares `ANY /miniapp` 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 /miniapp/manifest.json
`webhook.py` declares `ANY /miniapp/manifest.json` 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 /register
`webhook.py` declares `ANY /register` 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 /trigger/<mode>
`webhook.py` declares `ANY /trigger/<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 /trigger/morning
`webhook.py` declares `ANY /trigger/morning` 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 /trigger/prescreener
`webhook.py` declares `ANY /trigger/prescreener` 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 /webhook
`webhook.py` declares `ANY /webhook` 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: agent.py (4543 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ai_analyzer.py (1716 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: bot_commands.py (2440 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cmd_market.py (1390 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cmd_trades.py (2514 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: formatters.py (1188 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: screener.py (1510 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: webhook.py (3962 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/34701bfa-37ad-4c44-8ab5-59cc113239be/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/34701bfa-37ad-4c44-8ab5-59cc113239be/

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.