HIGH
SEC135
[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g…
examples/integrations/slack/slack_api.py:109
HIGH
MINED004
[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
examples/apps/news-use/news_monitor.py:191
HIGH
MINED006
[MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste…
examples/apps/news-use/news_monitor.py:298
HIGH
MINED006
[MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste…
examples/apps/msg-use/scheduler.py:198
HIGH
MINED009
[MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D…
examples/use-cases/buy_groceries.py:12
HIGH
MINED009
[MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D…
examples/cloud/03_structured_output.py:80
HIGH
MINED009
[MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D…
browser_use/tokens/views.py:79
HIGH
SEC085
[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in…
browser_use/skill_cli/python_session.py:88
HIGH
MINED012
[MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code.
browser_use/skill_cli/profile_use.py:28
HIGH
SEC103
[SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA…
browser_use/llm/aws/serializer.py:43
HIGH
MINED020
[MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secret…
browser_use/integrations/gmail/service.…:127
HIGH
SEC128
[SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call …
browser_use/llm/aws/chat_bedrock.py:195
HIGH
SEC128
[SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call …
browser_use/llm/aws/chat_anthropic.py:72
HIGH
SEC128
[SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call …
browser_use/dom/utils.py:89
HIGH
SEC029
[SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT…
browser_use/llm/aws/serializer.py:34
HIGH
SEC029
[SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT…
browser_use/llm/anthropic/serializer.py:36
HIGH
SEC029
[SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT…
browser_use/agent/judge.py:84
HIGH
MINED001
[MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e…
browser_use/browser/watchdogs/screensho…:61
HIGH
MINED001
[MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e…
browser_use/browser/cloud/cloud.py:48
HIGH
MINED001
[MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e…
browser_use/actor/mouse.py:118
HIGH
MINED110
Blocking call `input` inside async function `test_focus_vs_all_elements`
browser_use/dom/playground/extraction.py:229
HIGH
MINED110
Blocking call `input` inside async function `main`
browser_use/actor/playground/flights.py:35
HIGH
MINED110
Blocking call `input` inside async function `main`
browser_use/actor/playground/playground…:220
HIGH
MINED110
Blocking call `input` inside async function `login_to_whatsapp`
examples/apps/msg-use/login.py:63
HIGH
MINED110
Blocking call `input` inside async function `handle_authentication_failure`
examples/integrations/gmail_2fa_integra…:193
HIGH
MINED110
Blocking call `input` inside async function `setup_oauth_credentials`
examples/integrations/gmail_2fa_integra…:115
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/models/mistral.py:25
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/models/gpt-5-mini.py:25
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/models/gpt-4.1.py:25
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/ui/command_line.py:93
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/use-cases/shopping.py:116
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/use-cases/captcha.py:31
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/browser/using_cdp.py:47
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/features/restrict_urls.py:39
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/features/follow_up_tasks.py:26
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/features/blocked_domains.py:59
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/features/scrolling_page.py:79
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/features/large_blocklist.py:112
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/file_system/file_system.py:44
HIGH
MINED110
Blocking call `input` inside async function `main`
examples/file_system/alphabet_earnings.…:31
HIGH
MINED108
`self.setup_richlog_logging` used but never assigned in __init__
browser_use/cli.py:714
HIGH
MINED108
`self.query_one` used but never assigned in __init__
browser_use/cli.py:627
HIGH
MINED108
`self.handleError` used but never assigned in __init__
browser_use/cli.py:412
HIGH
MINED108
`self.format` used but never assigned in __init__
browser_use/cli.py:409
HIGH
MINED108
`self._get_default_agent` used but never assigned in __init__
browser_use/config.py:465
HIGH
MINED108
`self._get_default_llm` used but never assigned in __init__
browser_use/config.py:464
HIGH
MINED108
`self._get_default_profile` used but never assigned in __init__
browser_use/config.py:463
HIGH
MINED108
`self._get_db_config` used but never assigned in __init__
browser_use/config.py:449
HIGH
MINED108
`self._get_db_config` used but never assigned in __init__
browser_use/config.py:436
HIGH
SEC016
[SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat…
browser_use/agent/judge.py:106
HIGH
MINED115
Action `actions/github-script` pinned to mutable ref `@v7`
.github/workflows/cloud_evals.yml:25
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/docker.yml:30
HIGH
MINED115
Action `astral-sh/setup-uv` pinned to mutable ref `@v6`
.github/workflows/lint.yml:50
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/lint.yml:49
HIGH
MINED115
Action `astral-sh/setup-uv` pinned to mutable ref `@v5`
.github/workflows/lint.yml:38
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/lint.yml:37
HIGH
MINED115
Action `astral-sh/setup-uv` pinned to mutable ref `@v5`
.github/workflows/lint.yml:28
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/lint.yml:27
HIGH
MINED115
Action `actions/github-script` pinned to mutable ref `@v7`
.github/workflows/test.yaml:274
HIGH
MINED115
Action `nick-fields/retry` pinned to mutable ref `@v3`
.github/workflows/test.yaml:247
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:237
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:224
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:207
HIGH
MINED115
Action `astral-sh/setup-uv` pinned to mutable ref `@v6`
.github/workflows/test.yaml:201
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/test.yaml:200
HIGH
MINED115
Action `nick-fields/retry` pinned to mutable ref `@v3`
.github/workflows/test.yaml:177
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:153
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:140
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:123
HIGH
MINED115
Action `astral-sh/setup-uv` pinned to mutable ref `@v6`
.github/workflows/test.yaml:117
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/test.yaml:115
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/test.yaml:59
HIGH
MINED115
Action `actions/cache` pinned to mutable ref `@v4`
.github/workflows/test.yaml:40
HIGH
MINED115
Action `astral-sh/setup-uv` pinned to mutable ref `@v6`
.github/workflows/test.yaml:32
HIGH
MINED115
Action `actions/checkout` pinned to mutable ref `@v4`
.github/workflows/test.yaml:31
HIGH
MINED118
Dockerfile FROM `browseruse/base-chromium (no tag)` not pinned by digest
docker/base-images/python-deps/Dockerfi…:2
HIGH
MINED118
Dockerfile FROM `python:3.12-slim` not pinned by digest
docker/base-images/system/Dockerfile:1
HIGH
MINED118
Dockerfile FROM `browseruse/base-system (no tag)` not pinned by digest
docker/base-images/chromium/Dockerfile:2
HIGH
MINED131
pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v…
.pre-commit-config.yaml:40
HIGH
MINED131
pre-commit hook `https://github.com/RobertCraigie/pyright-python` pinned to mutable rev `…
.pre-commit-config.yaml:35
HIGH
MINED131
pre-commit hook `https://github.com/astral-sh/ruff-pre-commit` pinned to mutable rev `v0.…
.pre-commit-config.yaml:27
HIGH
MINED131
pre-commit hook `https://github.com/asottile/pyupgrade` pinned to mutable rev `v3.20.0`
.pre-commit-config.yaml:16
HIGH
MINED131
pre-commit hook `https://github.com/codespell-project/codespell` pinned to mutable rev `v…
.pre-commit-config.yaml:9
HIGH
MINED131
pre-commit hook `https://github.com/asottile/yesqa` pinned to mutable rev `v1.5.0`
.pre-commit-config.yaml:5
HIGH
MINED118
Dockerfile FROM `python:3.12-slim` not pinned by digest
Dockerfile:18
HIGH
SEC020
[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b…
examples/integrations/gmail_2fa_integra…:48
HIGH
MINED112
FastAPI POST /slack/events has no auth
examples/integrations/slack/slack_api.py:110
MED
SEC134
[SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum…
examples/features/sensitive_data.py:23
MED
SEC123
[SEC123] Production stack trace / debug output exposed: Debug mode left on in production …
examples/apps/msg-use/scheduler.py:135
MED
SEC125
[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as…
examples/custom-functions/parallel_agen…:292
MED
SEC125
[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as…
examples/apps/news-use/news_monitor.py:48
MED
SEC125
[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as…
examples/apps/msg-use/login.py:22
MED
SEC015
[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. …
browser_use/skill_cli/sessions.py:33
MED
SEC045
[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even …
browser_use/skill_cli/python_session.py:82
MED
SEC034
[SEC034] Log Injection / Log Forging — unsanitized user input in log: User input is logge…
browser_use/integrations/gmail/actions.…:77
MED
SEC034
[SEC034] Log Injection / Log Forging — unsanitized user input in log: User input is logge…
browser_use/browser/watchdogs/screensho…:77
MED
SEC034
[SEC034] Log Injection / Log Forging — unsanitized user input in log: User input is logge…
browser_use/browser/watchdogs/popups_wa…:72
MED
SEC136
[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti…
examples/apps/news-use/news_monitor.py:142
MED
SEC136
[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti…
browser_use/browser/views.py:135
MED
ERR001
[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even…
browser_use/browser/watchdogs/screensho…:61
MED
ERR001
[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even…
browser_use/browser/cloud/cloud.py:48
MED
ERR001
[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even…
browser_use/actor/mouse.py:118
MED
MINED109
Mutable default argument in `add_to_cart` (list)
examples/use-cases/buy_groceries.py:24
MED
MINED111
Bare except continues silently
tests/ci/evaluate_tasks.py:356
MED
MINED111
Bare except continues silently
tests/ci/evaluate_tasks.py:269
MED
MINED111
Bare except continues silently
tests/ci/evaluate_tasks.py:137
MED
MINED111
Bare except continues silently
tests/ci/evaluate_tasks.py:105
MED
MINED111
Bare except continues silently
tests/ci/evaluate_tasks.py:187
MED
MINED111
Bare except continues silently
browser_use/cli.py:1287
MED
MINED111
Bare except continues silently
browser_use/cli.py:966
MED
MINED111
Bare except continues silently
browser_use/cli.py:1317
MED
MINED111
Bare except continues silently
browser_use/cli.py:1897
MED
MINED111
Bare except continues silently
browser_use/cli.py:903
MED
MINED111
Bare except continues silently
browser_use/cli.py:411
MED
MINED111
Bare except continues silently
browser_use/cli.py:2348
MED
MINED111
Bare except continues silently
browser_use/cli.py:2254
MED
MINED111
Bare except continues silently
browser_use/cli.py:2219
MED
MINED111
Bare except continues silently
browser_use/cli.py:1968
MED
MINED111
Bare except continues silently
browser_use/cli.py:1573
MED
MINED111
Bare except continues silently
browser_use/cli.py:135
MED
MINED111
Bare except continues silently
browser_use/init_cmd.py:390
MED
MINED111
Bare except continues silently
browser_use/init_cmd.py:350
MED
MINED111
Bare except continues silently
browser_use/init_cmd.py:186
MED
AUC001
[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
—
MED
DEPCUR-GHA
GitHub Action `astral-sh/setup-uv@v6` is 2 major version(s) behind (latest v8.2.0)
.github/workflows/publish.yml:78
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/publish.yml:32
MED
DEPCUR-GHA
GitHub Action `actions/setup-python@v5` is 1 major version(s) behind (latest v6.2.0)
.github/workflows/install-script.yml:46
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/install-script.yml:43
MED
DEPCUR-GHA
GitHub Action `actions/cache@v4` is 1 major version(s) behind (latest v5.0.5)
.github/workflows/claude.yml:58
MED
DEPCUR-GHA
GitHub Action `astral-sh/setup-uv@v6` is 2 major version(s) behind (latest v8.2.0)
.github/workflows/claude.yml:32
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/claude.yml:31
MED
DEPCUR-GHA
GitHub Action `actions/download-artifact@v4` is 4 major version(s) behind (latest v8.0.1)
.github/workflows/package.yaml:50
MED
DEPCUR-GHA
GitHub Action `actions/upload-artifact@v4` is 3 major version(s) behind (latest v7.0.1)
.github/workflows/package.yaml:29
MED
DEPCUR-GHA
GitHub Action `astral-sh/setup-uv@v5` is 3 major version(s) behind (latest v8.2.0)
.github/workflows/package.yaml:27
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/package.yaml:26
MED
DEPCUR-GHA
GitHub Action `actions/github-script@v7` is 2 major version(s) behind (latest v9.0.0)
.github/workflows/cloud_evals.yml:25
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/docker.yml:30
MED
DEPCUR-GHA
GitHub Action `astral-sh/setup-uv@v5` is 3 major version(s) behind (latest v8.2.0)
.github/workflows/lint.yml:28
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/lint.yml:27
MED
DEPCUR-GHA
GitHub Action `actions/github-script@v7` is 2 major version(s) behind (latest v9.0.0)
.github/workflows/test.yaml:274
MED
DEPCUR-GHA
GitHub Action `nick-fields/retry@v3` is 1 major version(s) behind (latest v4.0.0)
.github/workflows/test.yaml:177
MED
DEPCUR-GHA
GitHub Action `actions/cache@v4` is 1 major version(s) behind (latest v5.0.5)
.github/workflows/test.yaml:40
MED
DEPCUR-GHA
GitHub Action `astral-sh/setup-uv@v6` is 2 major version(s) behind (latest v8.2.0)
.github/workflows/test.yaml:32
MED
DEPCUR-GHA
GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
.github/workflows/test.yaml:31
MED
DKR001
Docker final stage has no non-root USER
docker/base-images/system/Dockerfile:1
MED
DKR001
Docker final stage has no non-root USER
docker/base-images/python-deps/Dockerfi…:2
MED
DKR001
Docker final stage has no non-root USER
docker/base-images/chromium/Dockerfile:2
MED
AGT007
localStorage write failures are swallowed silently
browser_use/browser/watchdogs/storage_s…:280
MED
WEB003
Public web service has no security.txt
.well-known/security.txt
MED
DKR014
Dockerfile copies broad context with incomplete .dockerignore
Dockerfile.fast:22
MED
DKR014
Dockerfile copies broad context with incomplete .dockerignore
Dockerfile:185
MED
AUC012
[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
—
MED
AGT015
Remote install command pipes network code directly to a shell
skills/open-source/references/quickstar…:147
MED
AGT015
Remote install command pipes network code directly to a shell
skills/cloud/references/sessions.md:92
MED
AGT015
Remote install command pipes network code directly to a shell
skills/cloud/references/quickstart.md:156
MED
AGT015
Remote install command pipes network code directly to a shell
browser_use/skill_cli/profile_use.py:28
MED
AGT015
Remote install command pipes network code directly to a shell
browser_use/skill_cli/README.md:19
MED
AGT015
Remote install command pipes network code directly to a shell
bin/setup.sh:31
MED
AGT015
Remote install command pipes network code directly to a shell
CLOUD.md:19
MED
AGT015
Remote install command pipes network code directly to a shell
AGENTS.md:241
LOW
SEC124
[SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/ex…
examples/apps/news-use/news_monitor.py:197
LOW
SEC124
[SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/ex…
browser_use/telemetry/service.py:101
LOW
COMP001
[COMP001] High cognitive complexity: Function `from_agent` has cognitive complexity 11 (S…
browser_use/agent/cloud_events.py:35
LOW
COMP001
[COMP001] High cognitive complexity: Function `main` has cognitive complexity 11 (SonarSo…
browser_use/actor/playground/playground…:23
LOW
COMP001
[COMP001] High cognitive complexity: Function `scroll` has cognitive complexity 11 (Sonar…
browser_use/actor/mouse.py:85
LOW
DEPCUR-PY
Python package `pydantic-settings` is minor version(s) behind (2.12.0 -> 2.14.1)
browser_use/skill_cli/requirements-cli.…:9
LOW
DEPCUR-PY
Python package `pydantic` is minor version(s) behind (2.12.5 -> 2.13.4)
browser_use/skill_cli/requirements-cli.…:8
LOW
AIC003
Duplicated implementation block across source files
browser_use/telemetry/__init__.py:22
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/vercel/chat.py:371
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/vercel/chat.py:359
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/vercel/chat.py:334
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/openai/serializer.py:83
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/openai/chat.py:112
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/litellm/chat.py:76
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/deepseek/serializer.py:1
LOW
AIC003
Duplicated implementation block across source files
browser_use/llm/aws/chat_anthropic.py:108
LOW
AIC003
Duplicated implementation block across source files
browser_use/actor/page.py:101
LOW
DKR008
.dockerignore misses sensitive defaults
.dockerignore
INFO
MINED053
[MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin…
examples/use-cases/apply_to_job.py:20
INFO
MINED053
[MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin…
examples/getting_started/02_form_fillin…:40
INFO
MINED069
[MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files.
examples/apps/msg-use/scheduler.py:135
INFO
MINED049
[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.
examples/apps/msg-use/scheduler.py:177
INFO
MINED049
[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.
examples/apps/msg-use/login.py:21
INFO
MINED049
[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.
browser_use/sync/auth.py:217
INFO
MINED077
[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles.
browser_use/skill_cli/tunnel.py:219
INFO
MINED055
[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi…
browser_use/llm/litellm/chat.py:5
INFO
MINED072
[MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in.
browser_use/sandbox/views.py:10
INFO
MINED072
[MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in.
browser_use/llm/groq/parser.py:14
INFO
MINED072
[MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in.
browser_use/llm/exceptions.py:1
INFO
MINED043
[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr…
browser_use/llm/aws/serializer.py:29
INFO
MINED062
[MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model.
browser_use/dom/serializer/paint_order.…:11
INFO
MINED062
[MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model.
browser_use/browser/watchdogs/captcha_w…:33
INFO
MINED062
[MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model.
browser_use/browser/views.py:68
INFO
MINED064
[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.
browser_use/skill_cli/commands/setup.py:20
INFO
MINED064
[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.
browser_use/actor/playground/playground…:220
INFO
MINED064
[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.
browser_use/actor/playground/flights.py:35
INFO
MINED050
[MINED050] Stub Only Function: Function declared but body is just pass, return None, rais…
browser_use/agent/message_manager/views…:12
INFO
MINED050
[MINED050] Stub Only Function: Function declared but body is just pass, return None, rais…
browser_use/actor/mouse.py:119
INFO
MINED050
[MINED050] Stub Only Function: Function declared but body is just pass, return None, rais…
browser_use/__init__.py:38
INFO
DEPCUR-PY
Python package `python-dotenv` is patch version(s) behind (1.2.1 -> 1.2.2)
browser_use/skill_cli/requirements-cli.…:10