← Back to scan
File as GitHub Issue repo: assistant-ui/assistant-ui

Push this scan report to assistant-ui/assistant-ui

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

Workflow uses `secrets.CLAUDE_CODE_OAUTH_TOKEN` on a `pull_request` trigger

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: `queue` used but not imported: The file uses `queue.something(… python/assistant-stream/src/assistant_s…:216
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. examples/with-chain-of-thought/app/page…:23
CRIT MINED116 [MINED116] Workflow uses `secrets.VERCEL_TOKEN` on a `pull_request` trigger: This workflo… .github/workflows/code-quality.yaml:120
CRIT MINED116 [MINED116] Workflow uses `secrets.VERCEL_TOKEN` on a `pull_request` trigger: This workflo… .github/workflows/code-quality.yaml:76
CRIT MINED116 [MINED116] Workflow uses `secrets.CLAUDE_CODE_OAUTH_TOKEN` on a `pull_request` trigger: T… .github/workflows/claude-code-review.yml:117
HIGH MINED108 [MINED108] `self.close_sync` used but never assigned in __init__: Method `__exit__` of cl… python/assistant-ui-sync-server-api/src…:451
HIGH MINED108 [MINED108] `self.close` used but never assigned in __init__: Method `__aexit__` of class … python/assistant-ui-sync-server-api/src…:443
HIGH MINED108 [MINED108] `self._get_headers_sync` used but never assigned in __init__: Method `_make_re… python/assistant-ui-sync-server-api/src…:411
HIGH MINED108 [MINED108] `self._ensure_sync_client` used but never assigned in __init__: Method `_make_… python/assistant-ui-sync-server-api/src…:410
HIGH MINED108 [MINED108] `self._get_headers` used but never assigned in __init__: Method `_make_request… python/assistant-ui-sync-server-api/src…:389
HIGH MINED108 [MINED108] `self._ensure_async_client` used but never assigned in __init__: Method `_make… python/assistant-ui-sync-server-api/src…:388
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… python/assistant-transport-backend/setu…:31
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… packages/assistant-stream/src/resumable…:90
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… templates/langgraph/app/api/[..._path]/…:7
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… examples/with-langgraph/app/api/[..._pa…:5
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… python/assistant-transport-backend-lang…:301
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… python/assistant-stream-hello-world/api…:13
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… examples/with-ag-ui/server/agent.py:125
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… packages/cli/src/commands/doctor.ts:188
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… examples/with-ffmpeg/app/page.tsx:82
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/docs/components/docs/preview-code.…:88
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/docs/components/docs/fumadocs/inst…:60
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/docs/components/careers/apply-form…:31
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/docs/app/tw-glass/(home)/doc-compo…:61
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/docs/app/tw-glass/(home)/pattern-p…:6
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/docs/app/not-found.tsx:23
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/docs/app/layout.tsx:14
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/docs/components/docs/platform/cont…:105
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/docs/components/docs/assistant/com…:40
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/devtools-extension/background.ts:56
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… .github/workflows/code-quality.yaml:94
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/code-quality.yaml:88
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/code-quality.yaml:85
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/code-quality.yaml:80
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/code-quality.yaml:64
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/code-quality.yaml:47
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/code-quality.yaml:44
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/code-quality.yaml:39
HIGH MINED115 [MINED115] Action `anthropics/claude-code-action` pinned to mutable ref `@v1`: `uses: ant… .github/workflows/claude.yml:69
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/claude.yml:63
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/claude.yml:31
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… .github/workflows/registry.yaml:39
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/registry.yaml:33
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/registry.yaml:30
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/registry.yaml:25
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… .github/workflows/devtools-frame.yaml:39
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/devtools-frame.yaml:33
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/devtools-frame.yaml:30
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/devtools-frame.yaml:25
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… .github/workflows/expo.yaml:42
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/expo.yaml:36
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/expo.yaml:33
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/expo.yaml:28
HIGH MINED115 [MINED115] Action `anthropics/claude-code-action` pinned to mutable ref `@v1`: `uses: ant… .github/workflows/claude-code-review.yml:115
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/claude-code-review.yml:109
HIGH MINED113 [MINED113] Express POST /mcp has no auth: Express route POST /mcp declared without an aut… examples/with-mcp/server/server.ts:226
HIGH MINED112 [MINED112] FastAPI POST /api/chat/completions has no auth: Handler `chat_completions` is … python/assistant-stream-hello-world/api…:14
HIGH MINED112 [MINED112] FastAPI POST /assistant has no auth: Handler `assistant_endpoint` is registere… python/assistant-transport-backend/main…:93
HIGH MINED112 [MINED112] FastAPI POST /dict-test has no auth: Handler `dict_test` is registered with ro… python/state-test/server.py:161
HIGH MINED112 [MINED112] FastAPI POST /list-test has no auth: Handler `list_test` is registered with ro… python/state-test/server.py:127
HIGH MINED112 [MINED112] FastAPI POST /string-test has no auth: Handler `string_test` is registered wit… python/state-test/server.py:100
HIGH MINED112 [MINED112] FastAPI POST /complex-test has no auth: Handler `complex_test` is registered w… python/state-test/server.py:51
HIGH MINED112 [MINED112] FastAPI POST /simple-test has no auth: Handler `simple_test` is registered wit… python/state-test/server.py:19
HIGH MINED112 [MINED112] FastAPI POST /assistant has no auth: Handler `chat_endpoint` is registered wit… python/assistant-transport-backend-lang…:302
HIGH MINED112 [MINED112] FastAPI POST /agent has no auth: Handler `agent_endpoint` is registered with r… examples/with-ag-ui/server/agent.py:126
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… apps/docs/app/(home)/blog/llms.md/[slug…:13
MED MINED109 [MINED109] Mutable default argument in `_create_chunk` (dict): `def _create_chunk(... = [… python/assistant-stream/src/assistant_s…:30
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-ui-sync-server-api/exa…:162
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-ui-sync-server-api/exa…:128
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-ui-sync-server-api/exa…:68
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-ui-sync-server-api/exa…:199
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-ui-sync-server-api/exa…:37
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-transport-backend/main…:139
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-transport-backend/setu…:140
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… python/assistant-transport-backend/setu…:146
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… examples/with-ag-ui/server/agent.py:119
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… packages/react/src/mcp-apps/McpAppRende…:82
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… packages/react/scripts/test-integration…:11
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … packages/react-mcp/src/auth/createOAuth…:128
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/cloud-ai-sdk/src/core/CloudTel…:81
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/cloud-ai-sdk/src/core/CloudCha…:107
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/assistant-stream/src/resumable…:184
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … examples/with-ffmpeg/app/page.tsx:82
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … examples/with-chain-of-thought/app/page…:23
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/docs/components/docs/preview-code.…:88
MED COMP001 [COMP001] High cognitive complexity: Function `create_run` has cognitive complexity 24 (S… python/assistant-stream/src/assistant_s…:192
MED COMP001 [COMP001] High cognitive complexity: Function `echo_agent` has cognitive complexity 21 (S… examples/with-ag-ui/server/agent.py:43
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED MINED124 [MINED124] requirements.txt: `../assistant-stream` has no version pin: Unpinned pip requi… python/state-test/requirements.txt:3
MED AGT007 localStorage write failures are swallowed silently apps/docs/hooks/use-persistent-boolean.…:62
MED AGT007 localStorage write failures are swallowed silently apps/docs/components/docs/platform/cont…:195
MED JRN003 Frontend API reference is not matched by discovered backend routes templates/minimal/app/assistant.tsx:15
MED JRN003 Frontend API reference is not matched by discovered backend routes templates/mcp/app/assistant.tsx:43
MED JRN003 Frontend API reference is not matched by discovered backend routes templates/mcp/app/assistant.tsx:36
MED JRN003 Frontend API reference is not matched by discovered backend routes templates/default/app/assistant.tsx:30
MED JRN003 Frontend API reference is not matched by discovered backend routes templates/cloud-clerk/app/assistant.tsx:51
MED JRN003 Frontend API reference is not matched by discovered backend routes templates/cloud/app/assistant.tsx:36
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/react-google-adk/src/AdkClient…:46
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/react-google-adk/src/AdkClient…:11
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/registry/app/ai-sdk/assistant.tsx:15
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/docs/contexts/AssistantRuntimeProv…:169
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/docs/components/home/star-pill.tsx:13
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/docs/components/builder/builder-ch…:116
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/docs/app/robots.ts:8
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/docs/app/layout.tsx:57
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/docs/app/layout.tsx:45
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 6.7% of discovered r…
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/api/doc/chat/route.ts:296
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/api/chat/route.ts:39
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/registry/app/api/chat/route.ts:10
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/(home)/llms.mdx/[[...slug…:8
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/(home)/blog/llms.md/[slug…:13
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/(home)/llms-full.txt/rout…:7
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/(home)/llms.txt/route.ts:6
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/docs/app/api/playground-chat/route…:137
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. python/assistant-transport-backend/setu…:31
LOW COMP001 [COMP001] High cognitive complexity: Function `openai_agent` has cognitive complexity 10 … examples/with-ag-ui/server/agent.py:76
LOW AIC003 Duplicated implementation block across source files packages/react-ag-ui/src/useAgUiRuntime…:65
LOW AIC003 Duplicated implementation block across source files packages/react-ag-ui/src/runtime/AgUiTh…:121
LOW AIC003 Duplicated implementation block across source files packages/core/src/types/index.ts:1
LOW AIC003 Duplicated implementation block across source files packages/core/src/store/runtime-clients…:110
LOW AIC003 Duplicated implementation block across source files packages/core/src/store/clients/thread-…:31
LOW AIC003 Duplicated implementation block across source files packages/core/src/runtimes/remote-threa…:128
LOW AIC003 Duplicated implementation block across source files packages/core/src/runtimes/readonly/Rea…:145
LOW AIC003 Duplicated implementation block across source files packages/core/src/react/runtimes/cloud/…:170
LOW AIC003 Duplicated implementation block across source files packages/core/src/react/primitives/mess…:31
LOW AIC003 Duplicated implementation block across source files packages/cli/src/codemods/v0-9/edge-pac…:37
LOW AIC003 Duplicated implementation block across source files packages/assistant-stream/src/resumable…:57
LOW AIC003 Duplicated implementation block across source files packages/assistant-stream/src/core/util…:25
LOW AIC003 Duplicated implementation block across source files packages/assistant-stream/src/core/seri…:21
LOW AIC003 Duplicated implementation block across source files apps/social-media/src/launches/react-na…:241
LOW AIC003 Duplicated implementation block across source files apps/social-media/src/launches/react-na…:238
LOW AIC003 Duplicated implementation block across source files apps/social-media/src/launches/react-in…:191
LOW AIC003 Duplicated implementation block across source files apps/social-media/src/launches/cloud-da…:9
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. python/assistant-transport-backend/setu…:54
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… python/assistant-stream/src/assistant_s…:25
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… python/assistant-stream/src/assistant_s…:23
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… python/assistant-stream/src/assistant_s…:248
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… python/assistant-transport-backend/main…:82
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… python/assistant-transport-backend-lang…:291
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… python/assistant-stream-hello-world/api…:10
INFO MINED088 [MINED088] React Conditional Hook: useState/useEffect inside if/loop violates Rules of Ho… packages/core/src/react/runtimes/Remote…:174
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… examples/with-ag-ui/server/agent.py:5
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. python/assistant-transport-backend/setu…:98
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. packages/react-ink/benchmarks/long-thre…:278
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. examples/with-ag-ui/server/agent.py:163
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… apps/docs/scripts/generate-primitive-do…:33
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… apps/docs/scripts/api-reference/type-do…:50
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… apps/docs/scripts/api-reference/discove…:81
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. examples/with-expo/components/assistant…:52
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. examples/with-expo/components/assistant…:25
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/docs/components/home/glowing-effec…:91
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… packages/ui/src/components/ui/chart.tsx:95
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/docs/app/layout.tsx:77
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/docs/app/ink/terminal-demo.tsx:193
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/docs/app/api/og/route.tsx:41
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/docs/app/(home)/changelog/changelo…:33
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/docs/app/ink/terminal-demo.tsx:144
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/docs/app/(home)/changelog/changelo…:244
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/devtools-frame/components/thread/T…:116
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. examples/with-expo/components/assistant…:51
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. examples/with-expo/components/assistant…:24
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. apps/devtools-extension/devtools-panel.…:44
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/devtools-extension/devtools-panel.…:19
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/devtools-extension/content.ts:5
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/devtools-extension/background.ts:13
Reset to top 5 166 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `assistant-ui/assistant-ui`

**Score: 69/100 (B+)**  ·  190 findings  ·  scanned 2026-05-31 01:25 UTC  ·  222,813 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 61 |
| MEDIUM | 50 |
| LOW | 18 |

📊 [Full filterable report](https://repobility.com/scan/40f38723-8cd5-46aa-827b-ef4ee31632f0/)  ·  ![scorecard](https://repobility.com/scan/40f38723-8cd5-46aa-827b-ef4ee31632f0/report.png?v=1780190759-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `queue` used but not imported
   `python/assistant-stream/src/assistant_stream/create_run.py:216` · ✓ Repobility
2. **CRITICAL** `MINED024` — Js Eval Usage
   `examples/with-chain-of-thought/app/page.tsx:23` · CWE-95 · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.VERCEL_TOKEN` on a `pull_request` trigger
   `.github/workflows/code-quality.yaml:120` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.VERCEL_TOKEN` on a `pull_request` trigger
   `.github/workflows/code-quality.yaml:76` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.CLAUDE_CODE_OAUTH_TOKEN` on a `pull_request` trigger
   `.github/workflows/claude-code-review.yml:117` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/40f38723-8cd5-46aa-827b-ef4ee31632f0/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 18 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 'assistant-ui/assistant-ui' 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.
Already filed
130/231 findings (56%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

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.