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

Push this scan report to ag-ui-protocol/ag-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.OPENAI_API_KEY` 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(… integrations/agent-spec/python/ag_ui_ag…:47
CRIT MINED107 [MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(… integrations/agent-spec/python/ag_ui_ag…:103
CRIT MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… integrations/crew-ai/python/ag_ui_crewa…:76
CRIT MINED107 [MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(… integrations/crew-ai/python/ag_ui_crewa…:737
CRIT MINED116 [MINED116] Workflow uses `secrets.OPENAI_API_KEY` on a `pull_request` trigger: This workf… .github/workflows/dojo-e2e.yml:297
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … sdks/community/rust/crates/ag-ui-client…:139
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… sdks/community/kotlin/examples/chatapp/…:58
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… sdks/community/kotlin/examples/chatapp-…:48
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. sdks/community/go/pkg/errors/error_util…:86
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. sdks/community/go/example/client/cmd/ma…:15
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… sdks/typescript/packages/a2ui-toolkit/s…:76
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… scripts/release/generate-ai-release-not…:103
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… integrations/server-starter/python/exam…:23
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… sdks/community/go/example/server/intern…:58
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… integrations/claude-agent-sdk/typescrip…:34
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… integrations/claude-agent-sdk/typescrip…:44
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… integrations/aws-strands/python/src/ag_…:55
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… integrations/adk-middleware/typescript/…:10
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… integrations/adk-middleware/python/src/…:74
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … middlewares/a2a-middleware/src/index.ts:63
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … integrations/microsoft-agent-framework/…:106
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/dojo/src/contexts/url-params-conte…:77
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… sdks/community/rust/crates/ag-ui-client…:44
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/dojo/src/utils/mdx-utils.tsx:21
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/dojo/scripts/prep-dojo-everything.…:216
HIGH DKR014 Dockerfile copies the entire context without .dockerignore integrations/microsoft-agent-framework/…:11
HIGH MINED134 [MINED134] Binary file `sdks/community/kotlin/examples/tools/gradle/wrapper/gradle-wrappe… sdks/community/kotlin/examples/tools/gr…:1
HIGH MINED134 [MINED134] Binary file `sdks/community/kotlin/examples/chatapp/gradle/wrapper/gradle-wrap… sdks/community/kotlin/examples/chatapp/…:1
HIGH MINED134 [MINED134] Binary file `sdks/community/kotlin/examples/chatapp-java/gradle/wrapper/gradle… sdks/community/kotlin/examples/chatapp-…:1
HIGH MINED134 [MINED134] Binary file `sdks/community/kotlin/examples/chatapp-wearos/gradle/wrapper/grad… sdks/community/kotlin/examples/chatapp-…:1
HIGH MINED134 [MINED134] Binary file `sdks/community/kotlin/examples/chatapp-swiftui/gradle/wrapper/gra… sdks/community/kotlin/examples/chatapp-…:1
HIGH MINED134 [MINED134] Binary file `sdks/community/kotlin/library/gradle/wrapper/gradle-wrapper.jar` … sdks/community/kotlin/library/gradle/wr…:1
HIGH MINED128 [MINED128] go.mod replaces `github.com/ag-ui-protocol/ag-ui/sdks/community/go` — points t… sdks/community/go/example/client/go.mod:4
HIGH MINED128 [MINED128] go.mod replaces `github.com/ag-ui-protocol/ag-ui/sdks/community/go` — points t… sdks/community/go/example/server/go.mod:4
HIGH MINED118 [MINED118] Dockerfile FROM `eclipse-temurin:21-jre-alpine` not pinned by digest: `FROM ec… sdks/community/java/examples/spring-ai-…:23
HIGH MINED118 [MINED118] Dockerfile FROM `eclipse-temurin:21-jdk-alpine` not pinned by digest: `FROM ec… sdks/community/java/examples/spring-ai-…:2
HIGH MINED122 [MINED122] package.json dep `@ag-ui/langgraph` pulled from URL/Git: `dependencies.@ag-ui/… integrations/langgraph/typescript/examp…:1
HIGH MINED118 [MINED118] Dockerfile FROM `mcr.microsoft.com/dotnet/aspnet:9.0` not pinned by digest: `F… integrations/microsoft-agent-framework/…:17
HIGH MINED118 [MINED118] Dockerfile FROM `mcr.microsoft.com/dotnet/sdk:9.0` not pinned by digest: `FROM… integrations/microsoft-agent-framework/…:2
HIGH MINED128 [MINED128] go.mod replaces `github.com/ag-ui-protocol/ag-ui/sdks/community/go` — points t… integrations/community/genkit/go/exampl…:6
HIGH MINED128 [MINED128] go.mod replaces `github.com/ag-ui-protocol/ag-ui/sdks/community/go` — points t… integrations/community/genkit/go/genkit…:6
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… integrations/langgraph/python/examples/…:156
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… integrations/langgraph/python/examples/…:54
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… integrations/agent-spec/python/examples…:20
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `strands_endpoint` is registe… integrations/aws-strands/python/src/ag_…:18
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `langgraph_agent_endpoint` is… integrations/langgraph/python/ag_ui_lan…:13
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `claude_agent_endpoint` is re… integrations/claude-agent-sdk/python/ag…:14
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `watsonx_endpoint` is registe… integrations/watsonx/python/src/ag_ui_w…:20
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `agentic_chat_endpoint` is re… integrations/agent-spec/python/ag_ui_ag…:22
HIGH MINED112 [MINED112] FastAPI POST / has no auth: Handler `agentic_chat_endpoint` is registered with… integrations/server-starter/python/exam…:24
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `crew_endpoint` is registered… integrations/crew-ai/python/ag_ui_crewa…:1527
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `agentic_chat_endpoint` is re… integrations/crew-ai/python/ag_ui_crewa…:1465
HIGH MINED112 [MINED112] FastAPI POST /agents/state has no auth: Handler `agents_state_endpoint` is reg… integrations/adk-middleware/python/src/…:330
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `adk_endpoint` is registered … integrations/adk-middleware/python/src/…:265
HIGH MINED112 [MINED112] FastAPI POST (unknown path) has no auth: Handler `langroid_endpoint` is regist… integrations/langroid/python/src/ag_ui_…:20
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… apps/client-cli-example/src/tools/brows…:13
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… apps/dojo/src/app/api/copilotkitnext/[i…:77
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… apps/dojo/src/app/api/copilotkitnext/[i…:71
HIGH SEC004 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection. integrations/langroid/python/examples/s…:153
MED MINED109 [MINED109] Mutable default argument in `generate_recipe` (list): `def generate_recipe(...… integrations/adk-middleware/python/exam…:71
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… integrations/adk-middleware/python/exam…:64
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… integrations/adk-middleware/python/exam…:63
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… integrations/adk-middleware/python/exam…:92
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… integrations/langroid/python/src/ag_ui_…:29
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… integrations/langroid/python/src/ag_ui_…:474
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … sdks/community/ruby/example/rails/confi…:4
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … sdks/community/kotlin/library/client/sr…:81
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … sdks/community/java/packages/http/src/m…:254
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… integrations/aws-strands/python/example…:107
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … integrations/adk-middleware/python/src/…:98
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… integrations/langgraph/python/examples/…:24
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… integrations/adk-middleware/python/exam…:156
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… middlewares/a2a-middleware/examples/orc…:46
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… integrations/adk-middleware/python/exam…:74
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… integrations/adk-middleware/python/exam…:255
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. integrations/community/cloudflare-agent…:14
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … sdks/community/rust/crates/ag-ui-client…:44
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … integrations/adk-middleware/python/exam…:61
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/dojo/src/utils/mdx-utils.tsx:21
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … integrations/crew-ai/python/ag_ui_crewa…:144
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … integrations/crew-ai/python/ag_ui_crewa…:65
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … integrations/agent-spec/python/examples…:20
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:46
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:26
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:18
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:18
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:24
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:24
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:36
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:23
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:25
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:46
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:46
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:53
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:161
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:29
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/dojo/src/app/[integrationId]/featu…:18
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered …
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/claude-agent-sdk/typescrip…:115
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/claude-agent-sdk/python/ex…:9
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/aws-strands/typescript/exa…:6
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/aws-strands/python/example…:7
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/agno/python/examples/serve…:3
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/agent-spec/python/examples…:7
MED AGT012 Agent control bridge may listen on a network interface without visible auth integrations/ag2/python/examples/server…:8
MED AGT015 Remote install command pipes network code directly to a shell docs/quickstart/server.mdx:66
MED AGT015 Remote install command pipes network code directly to a shell docs/quickstart/middleware.mdx:70
MED AGT015 Remote install command pipes network code directly to a shell apps/dojo/README.md:27
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/dojo/src/app/api/copilotkitnext/[i…:77
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/dojo/src/app/api/copilotkitnext/[i…:71
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… scripts/release/detect-ts-version-chang…:97
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… apps/dojo/src/app/layout.tsx:65
LOW COMP001 [COMP001] High cognitive complexity: Function `before_model_modifier` has cognitive compl… integrations/adk-middleware/python/exam…:188
LOW COMP001 [COMP001] High cognitive complexity: Function `handle_event` has cognitive complexity 9 (… integrations/adk-middleware/python/exam…:75
LOW COMP001 [COMP001] High cognitive complexity: Function `handle_event` has cognitive complexity 10 … integrations/adk-middleware/python/exam…:180
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/serverStarterAllFea…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/pydanticAIPages/Pre…:5
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/pydanticAIPages/Pre…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/pydanticAIPages/Hum…:6
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/pydanticAIPages/Hum…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/pydanticAIPages/Age…:42
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/pydanticAIPages/Age…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/llamaIndexPages/Hum…:6
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/llamaIndexPages/Hum…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/llamaIndexPages/Age…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langroidPages/Agent…:30
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphPages/Pred…:15
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphPages/Pred…:5
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphPages/Pred…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphPages/Huma…:23
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphPages/Agen…:20
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphFastAPIPag…:5
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphFastAPIPag…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphFastAPIPag…:5
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphFastAPIPag…:4
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/langGraphFastAPIPag…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/crewAIPages/Predict…:5
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/crewAIPages/HumanIn…:6
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/crewAIPages/HumanIn…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/crewAIPages/Agentic…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/awsStrandsPages/Hum…:6
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/awsStrandsPages/Hum…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/agnoPages/HumanInLo…:6
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/agnoPages/HumanInLo…:1
LOW AIC003 Duplicated implementation block across source files apps/dojo/e2e/pages/adkMiddlewarePages/…:6
LOW DKC010 Compose service lacks no-new-privileges hardening sdks/community/java/examples/spring-ai-…:1
LOW DKC006 Compose service does not declare a runtime user sdks/community/java/examples/spring-ai-…:1
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… sdks/community/rust/crates/ag-ui-client…:30
INFO MINED091 [MINED091] Ruby Rescue Bare: rescue without exception class catches StandardError too bro… sdks/community/ruby/yard_extensions.rb:12
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. sdks/community/kotlin/library/client/sr…:81
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. sdks/community/java/packages/http/src/m…:254
INFO MINED081 [MINED081] Java Printstacktrace: Should use logger, not stack trace to stderr. sdks/community/java/packages/core/src/m…:109
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… integrations/microsoft-agent-framework/…:38
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… integrations/crew-ai/python/ag_ui_crewa…:107
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… sdks/community/go/example/client/cmd/ma…:29
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… integrations/community/genkit/go/exampl…:81
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… integrations/community/genkit/go/exampl…:36
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… sdks/community/kotlin/examples/chatapp-…:42
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… integrations/community/genkit/go/exampl…:86
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… integrations/claude-agent-sdk/typescrip…:44
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… integrations/watsonx/python/src/ag_ui_w…:22
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… integrations/aws-strands/typescript/src…:45
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. integrations/langroid/python/src/ag_ui_…:13
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. integrations/aws-strands/python/src/ag_…:26
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. integrations/adk-middleware/python/src/…:11
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… integrations/agent-spec/python/ag_ui_ag…:81
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… integrations/adk-middleware/python/src/…:75
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… integrations/adk-middleware/python/src/…:72
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. integrations/claude-agent-sdk/python/ex…:50
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. integrations/adk-middleware/python/exam…:74
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. integrations/adk-middleware/python/exam…:254
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … integrations/aws-strands/typescript/exa…:79
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … integrations/a2a/typescript/src/agent.ts:386
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/dojo/src/components/code-viewer/co…:15
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/dojo/src/utils/mdx-utils.tsx:48
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/dojo/src/app/layout.tsx:52
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. integrations/claude-agent-sdk/typescrip…:92
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/dojo/src/app/api/copilotkitnext/[i…:68
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/dojo/src/app/api/copilotkit/route.…:10
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. docs/icons/index.tsx:5
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. apps/dojo/src/app/[integrationId]/featu…:40
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. apps/dojo/src/app/[integrationId]/featu…:63
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/dojo/src/app/[integrationId]/featu…:135
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/dojo/src/app/[integrationId]/featu…:142
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/dojo/src/app/[integrationId]/featu…:80
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/dojo/scripts/prep-dojo-everything.…:28
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/dojo/scripts/link-cpk.js:9
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/client-cli-example/src/index.ts:11
Reset to top 5 191 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `ag-ui-protocol/ag-ui`

**Score: 70/100 (A-)**  ·  264 findings  ·  scanned 2026-06-05 20:12 UTC  ·  292,333 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 54 |
| MEDIUM | 54 |
| LOW | 37 |

📊 [Full filterable report](https://repobility.com/scan/30ee4f56-1e21-43ec-b96d-4de8d8f5dbc4/)  ·  ![scorecard](https://repobility.com/scan/30ee4f56-1e21-43ec-b96d-4de8d8f5dbc4/report.png?v=1780690333-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `queue` used but not imported
   `integrations/agent-spec/python/ag_ui_agentspec/endpoint.py:47` · ✓ Repobility
2. **CRITICAL** `MINED107` — Missing import: `queue` used but not imported
   `integrations/agent-spec/python/ag_ui_agentspec/agentspec_tracing_exporter.py:103` · ✓ Repobility
3. **CRITICAL** `MINED107` — Missing import: `time` used but not imported
   `integrations/crew-ai/python/ag_ui_crewai/examples/shared_state.py:76` · ✓ Repobility
4. **CRITICAL** `MINED107` — Missing import: `queue` used but not imported
   `integrations/crew-ai/python/ag_ui_crewai/endpoint.py:737` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.OPENAI_API_KEY` on a `pull_request` trigger
   `.github/workflows/dojo-e2e.yml:297` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/30ee4f56-1e21-43ec-b96d-4de8d8f5dbc4/_
Megaproject â high spam risk
Could not determine 'ag-ui-protocol/ag-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
183/290 findings (63%) 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.