← Back to scan
File as GitHub Issue repo: OpenBB-finance/OpenBB

Push this scan report to OpenBB-finance/OpenBB

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Missing import: `string` used but not imported

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED107 [MINED107] Missing import: `stat` used but not imported: The file uses `stat.something(..… openbb_platform/core/openbb_core/provid…:328
CRIT MINED107 [MINED107] Missing import: `array` used but not imported: The file uses `array.something(… openbb_platform/core/openbb_core/app/ut…:123
CRIT MINED107 [MINED107] Missing import: `string` used but not imported: The file uses `string.somethin… openbb_platform/providers/sec/openbb_se…:516
CRIT MINED107 [MINED107] Missing import: `string` used but not imported: The file uses `string.somethin… assets/scripts/generate_extension_data.…:50
CRIT MINED107 [MINED107] Missing import: `string` used but not imported: The file uses `string.somethin… cli/openbb_cli/config/completer.py:406
HIGH MINED110 [MINED110] Blocking call `input` inside async function `download_data`: `input` is a sync… openbb_platform/providers/sec/openbb_se…:528
HIGH MINED108 [MINED108] `self.save_class` used but never assigned in __init__: Method `call_home` of c… cli/openbb_cli/controllers/base_control…:247
HIGH MINED108 [MINED108] `self.parse_input` used but never assigned in __init__: Method `switch` of cla… cli/openbb_cli/controllers/base_control…:181
HIGH MINED108 [MINED108] `self.save_class` used but never assigned in __init__: Method `load_class` of … cli/openbb_cli/controllers/base_control…:138
HIGH MINED108 [MINED108] `self._build_paths` used but never assigned in __init__: Method `_build_paths`… cli/openbb_cli/argparse_translator/argp…:146
HIGH MINED108 [MINED108] `self._get_by_key` used but never assigned in __init__: Method `get` of class … cli/openbb_cli/argparse_translator/obbj…:36
HIGH MINED108 [MINED108] `self._get_by_index` used but never assigned in __init__: Method `get` of clas… cli/openbb_cli/argparse_translator/obbj…:34
HIGH MINED108 [MINED108] `self._contains_obbject` used but never assigned in __init__: Method `register… cli/openbb_cli/argparse_translator/obbj…:24
HIGH MINED108 [MINED108] `self.parse_args_and_execute` used but never assigned in __init__: Method `tra… cli/openbb_cli/argparse_translator/argp…:527
HIGH MINED108 [MINED108] `self.execute_func` used but never assigned in __init__: Method `parse_args_an… cli/openbb_cli/argparse_translator/argp…:516
HIGH MINED108 [MINED108] `self._update_with_custom_types` used but never assigned in __init__: Method `… cli/openbb_cli/argparse_translator/argp…:487
HIGH MINED108 [MINED108] `self._unflatten_args` used but never assigned in __init__: Method `execute_fu… cli/openbb_cli/argparse_translator/argp…:486
HIGH MINED108 [MINED108] `self._get_type_and_choices` used but never assigned in __init__: Method `_upd… cli/openbb_cli/argparse_translator/argp…:465
HIGH MINED108 [MINED108] `self._get_argument_custom_help` used but never assigned in __init__: Method `… cli/openbb_cli/argparse_translator/argp…:424
HIGH MINED108 [MINED108] `self._get_nargs` used but never assigned in __init__: Method `_generate_argpa… cli/openbb_cli/argparse_translator/argp…:425
HIGH MINED108 [MINED108] `self._escape_help` used but never assigned in __init__: Method `_generate_arg… cli/openbb_cli/argparse_translator/argp…:424
HIGH MINED108 [MINED108] `self._param_is_default` used but never assigned in __init__: Method `_generat… cli/openbb_cli/argparse_translator/argp…:407
HIGH MINED108 [MINED108] `self._generate_argparse_arguments` used but never assigned in __init__: Metho… cli/openbb_cli/argparse_translator/argp…:402
HIGH MINED108 [MINED108] `self._get_action_type` used but never assigned in __init__: Method `_generate… cli/openbb_cli/argparse_translator/argp…:410
HIGH MINED108 [MINED108] `self._get_type_and_choices` used but never assigned in __init__: Method `_gen… cli/openbb_cli/argparse_translator/argp…:365
HIGH MINED108 [MINED108] `self._get_argument_custom_choices` used but never assigned in __init__: Metho… cli/openbb_cli/argparse_translator/argp…:301
HIGH MINED108 [MINED108] `self._get_choices` used but never assigned in __init__: Method `_build_custom… cli/openbb_cli/argparse_translator/refe…:109
HIGH MINED108 [MINED108] `self._get_nargs` used but never assigned in __init__: Method `_build_custom_g… cli/openbb_cli/argparse_translator/refe…:108
HIGH MINED108 [MINED108] `self._parse_type` used but never assigned in __init__: Method `_build_custom_… cli/openbb_cli/argparse_translator/refe…:97
HIGH MINED108 [MINED108] `self.obbject_registry` used but never assigned in __init__: Method `max_obbje… cli/openbb_cli/session.py:93
HIGH MINED108 [MINED108] `self.settings` used but never assigned in __init__: Method `max_obbjects_exce… cli/openbb_cli/session.py:93
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… openbb_platform/providers/federal_reser…:24
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… openbb_platform/providers/ecb/openbb_ec…:30
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… openbb_platform/providers/cboe/openbb_c…:129
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… openbb_platform/providers/cboe/openbb_c…:126
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… openbb_platform/core/openbb_core/provid…:42
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… openbb_platform/core/openbb_core/provid…:32
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… openbb_platform/core/openbb_core/provid…:78
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… openbb_platform/core/openbb_core/provid…:90
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… desktop/src/components/BackendLogsPage.…:41
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… desktop/src/components/BackendLogsPage.…:34
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … desktop/src-tauri/build.rs:122
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… openbb_platform/providers/sec/openbb_se…:173
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… openbb_platform/extensions/platform_api…:274
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… cookiecutter/openbb_cookiecutter/templa…:99
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … openbb_platform/core/openbb_core/app/mo…:151
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … cookiecutter/openbb_cookiecutter/cli.py:144
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … cli/openbb_cli/models/settings.py:194
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… openbb_platform/extensions/mcp_server/o…:31
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… cli/openbb_cli/argparse_translator/refe…:33
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… .github/scripts/process_changelog.py:23
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:98
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:81
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:71
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/test-unit-desktop-win…:58
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:28
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/test-unit-desktop-win…:25
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:99
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:82
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:72
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/test-unit-desktop-win…:58
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/test-unit-desktop-win…:28
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/test-unit-desktop-win…:25
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/build-desktop-osx64.y…:110
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/build-desktop-osx64.y…:62
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/build-desktop-osx64.y…:54
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/build-desktop-osx64.y…:44
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build-desktop-osx64.y…:28
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/build-desktop-osxARM.…:110
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/build-desktop-osxARM.…:62
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/build-desktop-osxARM.…:54
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/build-desktop-osxARM.…:44
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build-desktop-osxARM.…:28
HIGH MINED115 [MINED115] Action `github/codeql-action/analyze` pinned to mutable ref `@v4`: `uses: gith… .github/workflows/codeql.yml:103
HIGH MINED115 [MINED115] Action `github/codeql-action/init` pinned to mutable ref `@v4`: `uses: github/… .github/workflows/codeql.yml:74
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/codeql.yml:64
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/Yelp/detect-secrets` pinned to mutable rev… .pre-commit-config.yaml:83
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/kynan/nbstripout` pinned to mutable rev `0… .pre-commit-config.yaml:58
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/pre-commit/mirrors-mypy` pinned to mutable… .pre-commit-config.yaml:45
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/codespell-project/codespell` pinned to mut… .pre-commit-config.yaml:33
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/pycqa/pydocstyle` pinned to mutable rev `6… .pre-commit-config.yaml:21
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/charliermarsh/ruff-pre-commit` pinned to m… .pre-commit-config.yaml:17
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/psf/black` pinned to mutable rev `25.1.0`:… .pre-commit-config.yaml:13
HIGH MINED131 [MINED131] pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mut… .pre-commit-config.yaml:2
HIGH JRN009 Secret-like setting is echoed into a password input value desktop/src/routes/backends.tsx:450
HIGH MINED112 [MINED112] FastAPI POST /open_document has no auth: Handler `post_open_document` is regis… openbb_platform/providers/nasdaq/openbb…:257
HIGH MINED112 [MINED112] FastAPI POST /fomc_documents_download has no auth: Handler `fomc_documents_dow… openbb_platform/providers/federal_reser…:29
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:524
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:344
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:211
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:200
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:63
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:84
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:554
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:398
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:124
MED MINED109 [MINED109] Mutable default argument in `bar_increasing_decreasing` (list): `def bar_incre… openbb_platform/obbject_extensions/char…:509
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:337
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:966
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:874
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:771
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:758
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:647
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… openbb_platform/obbject_extensions/char…:532
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/controllers/utils.py:955
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/controllers/utils.py:129
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/controllers/utils.py:92
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/controllers/utils.py:57
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/controllers/choices.py:339
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/controllers/base_platfor…:273
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cli/openbb_cli/session.py:85
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… cookiecutter/openbb_cookiecutter/cli.py:157
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… openbb_platform/providers/government_us…:94
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… openbb_platform/providers/fmp/openbb_fm…:192
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… openbb_platform/providers/cftc/openbb_c…:146
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… openbb_platform/providers/cboe/openbb_c…:148
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. desktop/src/components/BackendLogsPage.…:158
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … desktop/src/components/BackendLogsPage.…:41
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… cookiecutter/openbb_cookiecutter/templa…:99
MED COMP001 [COMP001] High cognitive complexity: Function `parse_and_fetch_pr_details` has cognitive … .github/scripts/summarize_changelog.py:26
MED COMP001 [COMP001] High cognitive complexity: Function `process_changelog` has cognitive complexit… .github/scripts/process_changelog.py:10
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED MINED124 [MINED124] requirements.txt: `openbb-yfinance` has no version pin: Unpinned pip requireme… examples/openbb-apachebeam/requirements…:2
MED MINED124 [MINED124] requirements.txt: `apache-beam` has no version pin: Unpinned pip requirement m… examples/openbb-apachebeam/requirements…:1
MED MINED124 [MINED124] requirements.txt: `openbb-biztoc` has no version pin: Unpinned pip requirement… examples/streamlit/requirements.txt:3
MED MINED124 [MINED124] requirements.txt: `openbb` has no version pin: Unpinned pip requirement means … examples/streamlit/requirements.txt:2
MED MINED124 [MINED124] requirements.txt: `streamlit` has no version pin: Unpinned pip requirement mea… examples/streamlit/requirements.txt:1
MED AGT012 Agent control bridge may listen on a network interface without visible auth openbb_platform/extensions/mcp_server/o…:8
MED AGT012 Agent control bridge may listen on a network interface without visible auth desktop/src/routes/backends.tsx:83
MED AGT015 Remote install command pipes network code directly to a shell openbb_platform/obbject_extensions/char…:70
MED AGT015 Remote install command pipes network code directly to a shell desktop/README.md:47
LOW SEC124 [SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/ex… cookiecutter/openbb_cookiecutter/templa…:27
LOW COMP001 [COMP001] High cognitive complexity: Function `_process_class` has cognitive complexity 9… cli/openbb_cli/argparse_translator/argp…:84
LOW AIC003 Duplicated implementation block across source files openbb_platform/obbject_extensions/char…:108
LOW AIC003 Duplicated implementation block across source files openbb_platform/obbject_extensions/char…:18
LOW AIC003 Duplicated implementation block across source files openbb_platform/obbject_extensions/char…:375
LOW AIC003 Duplicated implementation block across source files openbb_platform/extensions/platform_api…:183
LOW AIC003 Duplicated implementation block across source files openbb_platform/extensions/mcp_server/o…:105
LOW AIC003 Duplicated implementation block across source files openbb_platform/extensions/fixedincome/…:169
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:48
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:13
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:25
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:12
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:25
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:16
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:13
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:17
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:34
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:12
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:12
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:36
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:22
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:23
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:36
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:24
LOW AIC003 Duplicated implementation block across source files openbb_platform/core/openbb_core/provid…:10
LOW AIC003 Duplicated implementation block across source files desktop/src/components/JupyterLogsPage.…:16
LOW AIC003 Duplicated implementation block across source files desktop/src/components/InstallComponent…:29
LOW AIC003 Duplicated implementation block across source files cli/openbb_cli/controllers/choices.py:29
LOW AIC007 Generated build artifact directory is present at repository root build:1
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. openbb_platform/providers/sec/openbb_se…:29
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. openbb_platform/extensions/mcp_server/o…:38
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… openbb_platform/core/openbb_core/api/re…:70
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. desktop/src/routeTree.gen.ts:26
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… desktop/src/components/BackendLogsPage.…:253
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… desktop/src/components/BackendLogsPage.…:250
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… desktop/src-tauri/src/utils/autostart/w…:69
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… desktop/src-tauri/src/utils/app_termina…:29
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … desktop/src/routes/__root.tsx:147
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … desktop/src/components/ShowVersion.tsx:12
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … desktop/src-tauri/scripts/copy_openssl.…:18
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… desktop/src-tauri/build.rs:8
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… openbb_platform/extensions/quantitative…:224
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… openbb_platform/core/openbb_core/provid…:93
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… desktop/src-tauri/build.rs:26
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. openbb_platform/core/openbb_core/provid…:111
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. openbb_platform/core/openbb_core/provid…:135
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. cli/openbb_cli/config/console.py:90
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… openbb_platform/core/openbb_core/app/st…:19
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… cookiecutter/openbb_cookiecutter/templa…:100
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… cli/openbb_cli/argparse_translator/argp…:144
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… .github/scripts/summarize_changelog.py:14
Reset to top 5 182 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `OpenBB-finance/OpenBB`

**Score: 64/100 (A-)**  ·  209 findings  ·  scanned 2026-06-05 08:41 UTC  ·  284,558 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 82 |
| MEDIUM | 44 |
| LOW | 29 |

📊 [Full filterable report](https://repobility.com/scan/da3afbd6-b22e-417f-9da1-027a2a4a2210/)  ·  ![scorecard](https://repobility.com/scan/da3afbd6-b22e-417f-9da1-027a2a4a2210/report.png?v=1780648908-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `stat` used but not imported
   `openbb_platform/core/openbb_core/provider/utils/options_chains_properties.py:328` · ✓ Repobility
2. **CRITICAL** `MINED107` — Missing import: `array` used but not imported
   `openbb_platform/core/openbb_core/app/utils.py:123` · ✓ Repobility
3. **CRITICAL** `MINED107` — Missing import: `string` used but not imported
   `openbb_platform/providers/sec/openbb_sec/models/sec_filing.py:516` · ✓ Repobility
4. **CRITICAL** `MINED107` — Missing import: `string` used but not imported
   `assets/scripts/generate_extension_data.py:50` · ✓ Repobility
5. **CRITICAL** `MINED107` — Missing import: `string` used but not imported
   `cli/openbb_cli/config/completer.py:406` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/da3afbd6-b22e-417f-9da1-027a2a4a2210/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 12 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'OpenBB-finance/OpenBB' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.