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.

marian1x/fallback

https://github.com/marian1x/fallback · scanned 2026-06-16 04:32 UTC (1 month, 4 weeks ago)

48 raw signals (0 security + 48 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 4 weeks ago · v1 · 40 actionable findings from 1 signal source. 8 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 80.5/100 with 77.8% coverage. It contains 444 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 48 findings — concentrated in security (20), quality (16), software (12). Risk profile is high: 1 critical, 17 high, 5 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 40 of 40 actionable findings. 48 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.

critical System graph security Secrets conf 1.00 Possible secret in README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
README.md:79
high System graph security auth conf 1.00 Flask mutation route `admin_backfill_trades` without `@login_required` — dashboard.py:2123
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2123 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_create_user` without `@login_required` — dashboard.py:2393
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2393 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_db_management` without `@login_required` — dashboard.py:1519
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:1519 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_delete_user` without `@login_required` — dashboard.py:2450
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2450 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_investor_config` without `@login_required` — dashboard.py:3156
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:3156 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_reset_password` without `@login_required` — dashboard.py:2432
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2432 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_reset_trade_history` without `@login_required` — dashboard.py:2215
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2215 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_strategy` without `@login_required` — dashboard.py:1535
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:1535 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_update_user` without `@login_required` — dashboard.py:2416
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2416 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_admin_close_trades` without `@login_required` — dashboard.py:2736
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2736 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_admin_pull_updates` without `@login_required` — dashboard.py:2323
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2323 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_admin_rollback` without `@login_required` — dashboard.py:2364
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2364 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_admin_server_restart` without `@login_required` — dashboard.py:2315
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:2315 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_strategy_remote_complete` without `@login_required` — dashboard.py:1968
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:1968 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `login` without `@login_required` — dashboard.py:1340
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:1340 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `register` without `@login_required` — dashboard.py:1370
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
dashboard.py:1370 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `webhook` without `@login_required` — bot.py:760
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
bot.py:760 securityAuth flask unauth route
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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 Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph security security conf 1.00 Public display field 'username' saved without validation in dashboard.py:2423
`username` is assigned directly from request field `username`. Public labels that accept URLs, HTML-like text, control characters, or bidi overrides can become trusted-looking phishing links in emails/UI even when templates escape HTML.
dashboard.py:2423 Input validationDisplay name validationSecurity public display name unvalidated
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 13 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 11 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 9 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: market_news.py:env_int, stock_intelligence.py:env_int 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 software Dead code conf 1.00 Possibly dead Python function: background_task
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:3099
low System graph software Dead code conf 1.00 Possibly dead Python function: env_bool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
market_news.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: load_account
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:2932
low System graph software Dead code conf 1.00 Possibly dead Python function: load_positions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:2814
low System graph software Dead code conf 1.00 Possibly dead Python function: load_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:2628
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_strategy_symbols
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:872
low System graph software Dead code conf 1.00 Possibly dead Python function: print_context_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
market_news.py:355
low System graph software Dead code conf 1.00 Possibly dead Python function: record_close
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:2765
low System graph software Dead code conf 1.00 Possibly dead Python function: restart_bot_after_state_reset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:2244
low System graph software Dead code conf 1.00 Possibly dead Python function: run_forever
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
local_strategy_engine.py:176
low System graph software Dead code conf 1.00 Possibly dead Python function: task
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:2304
low System graph software Dead code conf 1.00 Possibly dead Python function: translate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:225
low System graph quality Complexity conf 1.00 Very large file: dashboard.py (3254 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: local_strategy_engine.py (1360 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/0bd63573-a3bb-46b9-aba2-ac5928a08d59/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0bd63573-a3bb-46b9-aba2-ac5928a08d59/

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.