Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
165 of your 290 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 13.03s · analysis 14.54s · 47.6 MB · GitHub API rate-limit (preflight)

ag-ui-protocol/ag-ui

https://github.com/ag-ui-protocol/ag-ui · scanned 2026-06-05 20:12 UTC (4 days, 14 hours ago) · 10 languages

880 raw signals (264 security + 616 graph) 11/13 scanners ran 87th percentile · Typescript · large (100-500K LoC) System graph score 59 (higher by 26)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 14 hours ago · v2 · 398 actionable findings from 2 signal sources. 149 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 90.0 0.15 13.50
practices_score 81.0 0.15 12.15
code_quality 55.0 0.10 5.50
Overall 1.00 85.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade A- (85/100). Dimensions: security 100, maintainability 60. 264 findings (31 security). 292,333 lines analyzed.

Showing 213 of 398 actionable findings. 547 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes.
Add `import queue` at the top of the file.
3 files, 3 locations
integrations/agent-spec/python/ag_ui_agentspec/agentspec_tracing_exporter.py:103
integrations/agent-spec/python/ag_ui_agentspec/endpoint.py:47
integrations/crew-ai/python/ag_ui_crewai/endpoint.py:737
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
.github/workflows/dojo-e2e.yml:297 CI/CD securityworkflow secretsGitHub Actions
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /copilotkitnext/:integrationId/::...slug/route.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
apps/dojo/src/app/api/copilotkitnext/[integrationId]/[[...slug]]/route.ts:71
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /copilotkitnext/:integrationId/::...slug/route.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
apps/dojo/src/app/api/copilotkitnext/[integrationId]/[[...slug]]/route.ts:77
high Security checks quality Quality conf 0.80 ✓ Repobility 9 occurrences [MINED112] FastAPI POST (unknown path) has no auth: Handler `adk_endpoint` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
8 files, 9 locations
integrations/crew-ai/python/ag_ui_crewai/endpoint.py:1465, 1527 (2 hits)
integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:265
integrations/agent-spec/python/ag_ui_agentspec/endpoint.py:22
integrations/aws-strands/python/src/ag_ui_strands/endpoint.py:18
integrations/claude-agent-sdk/python/ag_ui_claude_sdk/endpoint.py:14
integrations/langgraph/python/ag_ui_langgraph/endpoint.py:13
integrations/langroid/python/src/ag_ui_langroid/endpoint.py:20
integrations/watsonx/python/src/ag_ui_watsonx/endpoint.py:20
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /agents/state has no auth: Handler `agents_state_endpoint` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:330
high Security checks software dependencies conf 0.90 ✓ Repobility 4 occurrences [MINED118] Dockerfile FROM `mcr.microsoft.com/dotnet/sdk:9.0` not pinned by digest: `FROM mcr.microsoft.com/dotnet/sdk:9.0` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
2 files, 4 locations
integrations/microsoft-agent-framework/dotnet/examples/AGUIDojoServer/Dockerfile:2, 17 (2 hits)
sdks/community/java/examples/spring-ai-example/Dockerfile:2, 23 (2 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility 4 occurrences [MINED134] Binary file `sdks/community/kotlin/examples/chatapp-java/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `sdks/community/kotlin/examples/chatapp-java/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (45,457 bytes) committed to a repo that otherwise has 1467 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
4 files, 4 locations
sdks/community/kotlin/examples/chatapp-java/gradle/wrapper/gradle-wrapper.jar:1
sdks/community/kotlin/examples/chatapp-swiftui/gradle/wrapper/gradle-wrapper.jar:1
sdks/community/kotlin/examples/chatapp/gradle/wrapper/gradle-wrapper.jar:1
sdks/community/kotlin/examples/tools/gradle/wrapper/gradle-wrapper.jar:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `sdks/community/kotlin/examples/chatapp-wearos/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `sdks/community/kotlin/examples/chatapp-wearos/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (43,739 bytes) committed to a repo that otherwise has 1467 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
sdks/community/kotlin/examples/chatapp-wearos/gradle/wrapper/gradle-wrapper.jar:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `sdks/community/kotlin/library/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `sdks/community/kotlin/library/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (59,203 bytes) committed to a repo that otherwise has 1467 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
sdks/community/kotlin/library/gradle/wrapper/gradle-wrapper.jar:1
high Security checks security Injection conf 0.50 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection.
Use parameterized queries: cursor.execute('SELECT * FROM t WHERE id = %s', [id]). For dynamic table or column names, choose identifiers from a hard-coded allowlist and keep values in parameters.
integrations/langroid/python/examples/server/api/agentic_generative_ui.py:153
high Security checks security path traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
apps/client-cli-example/src/tools/browser.tool.ts:13
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
Create .dockerignore before using broad context copies, or copy only the required files and directories.
integrations/microsoft-agent-framework/dotnet/examples/AGUIDojoServer/Dockerfile:11 CI/CD securitycontainers
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/capabilities (integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:143)
`integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:143` calls `GET http://127.0.0.1:${port}/capabilities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/capabilitie…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/capabilities (integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:38)
`integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:38` calls `GET http://127.0.0.1:${port}/capabilities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/capabilities…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/capabilities (integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:59)
`integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:59` calls `GET http://127.0.0.1:${port}/capabilities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/capabilities…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/capabilities (integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:86)
`integrations/aws-strands/typescript/src/__tests__/endpoint-capabilities.test.ts:86` calls `GET http://127.0.0.1:${port}/capabilities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/capabilities…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/ping (integrations/aws-strands/typescript/src/__tests__/endpoint.test.ts:110)
`integrations/aws-strands/typescript/src/__tests__/endpoint.test.ts:110` calls `GET http://127.0.0.1:${port}/ping` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/ping` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:5555/v1/_requests?limit=20 (apps/dojo/e2e/test-isolation-helper.ts:96)
`apps/dojo/e2e/test-isolation-helper.ts:96` calls `GET http://localhost:5555/v1/_requests?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:5555/v1/_requests` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://registry.npmjs.org/${packageName} (sdks/typescript/packages/cli/src/index.ts:241)
`sdks/typescript/packages/cli/src/index.ts:241` calls `GET https://registry.npmjs.org/${packageName}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/registry.npmjs.org/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/disconnect-unhandled-rejection.test.ts:56)
`integrations/aws-strands/typescript/src/__tests__/disconnect-unhandled-rejection.test.ts:56` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-accept.test.ts:65)
`integrations/aws-strands/typescript/src/__tests__/endpoint-accept.test.ts:65` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-accept.test.ts:90)
`integrations/aws-strands/typescript/src/__tests__/endpoint-accept.test.ts:90` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-disconnect.test.ts:80)
`integrations/aws-strands/typescript/src/__tests__/endpoint-disconnect.test.ts:80` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:105)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:105` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:120)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:120` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:144)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:144` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:174)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:174` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:198)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:198` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:228)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:228` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:255)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:255` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:271)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:271` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:301)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:301` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:339)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:339` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:370)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:370` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:388)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:388` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:404)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:404` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:432)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:432` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:473)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:473` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:90)
`integrations/aws-strands/typescript/src/__tests__/endpoint-validation.test.ts:90` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (integrations/aws-strands/typescript/src/__tests__/endpoint.test.ts:76)
`integrations/aws-strands/typescript/src/__tests__/endpoint.test.ts:76` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `adk_endpoint` without auth dependency — integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:264
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:264 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agentic_chat_endpoint` without auth dependency — integrations/crew-ai/python/ag_ui_crewai/endpoint.py:1464
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/crew-ai/python/ag_ui_crewai/endpoint.py:1464 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_state_endpoint` without auth dependency — integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:329
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:329 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `claude_agent_endpoint` without auth dependency — integrations/claude-agent-sdk/python/ag_ui_claude_sdk/endpoint.py:13
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/claude-agent-sdk/python/ag_ui_claude_sdk/endpoint.py:13 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crew_endpoint` without auth dependency — integrations/crew-ai/python/ag_ui_crewai/endpoint.py:1526
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/crew-ai/python/ag_ui_crewai/endpoint.py:1526 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `langgraph_agent_endpoint` without auth dependency — integrations/langgraph/python/ag_ui_langgraph/endpoint.py:12
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/langgraph/python/ag_ui_langgraph/endpoint.py:12 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `langroid_endpoint` without auth dependency — integrations/langroid/python/src/ag_ui_langroid/endpoint.py:19
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/langroid/python/src/ag_ui_langroid/endpoint.py:19 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `strands_endpoint` without auth dependency — integrations/aws-strands/python/src/ag_ui_strands/endpoint.py:17
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/aws-strands/python/src/ag_ui_strands/endpoint.py:17 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `watsonx_endpoint` without auth dependency — integrations/watsonx/python/src/ag_ui_watsonx/endpoint.py:19
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
integrations/watsonx/python/src/ag_ui_watsonx/endpoint.py:19 securityAuth fastapi unauth mutation
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
high Security checks security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Review the access matrix and add explicit framework auth declarations or policy-file exceptions for intentionally public routes.
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /copilotkitnext/:integrationId/::...slug/route.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/dojo/src/app/api/copilotkitnext/[integrationId]/[[...slug]]/route.ts:71
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /copilotkitnext/:integrationId/::...slug/route.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/dojo/src/app/api/copilotkitnext/[integrationId]/[[...slug]]/route.ts:77
medium Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
integrations/community/cloudflare-agents/typescript/src/helpers.ts:14
medium Security checks quality Quality conf 1.00 3 occurrences [SEC123] Production stack trace / debug output exposed: Debug mode left on in production exposes stack traces, environment variables, framework internals — sometimes triggers RCE (Django debug page with arbitrary template eval).
Set DEBUG=False / APP_DEBUG=false in production. Provide a generic 500 handler that logs to backend but returns a sanitized page to clients.
3 files, 3 locations
sdks/community/java/packages/http/src/main/java/com/agui/http/HttpAgent.java:254
sdks/community/kotlin/library/client/src/commonMain/kotlin/com/agui/client/builders/AgentBuilders.kt:81
sdks/community/ruby/example/rails/config/environments/development.rb:4
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
integrations/langroid/python/src/ag_ui_langroid/endpoint.py:29 Error handlingquality
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
integrations/langroid/python/src/ag_ui_langroid/agent.py:474 Error handlingquality
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks quality Quality conf 0.74 15 occurrences Frontend API reference is not matched by discovered backend routes
Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore.
12 files, 12 locations
apps/dojo/src/app/[integrationId]/feature/(v1)/v1_agentic_chat/page.tsx:18
apps/dojo/src/app/[integrationId]/feature/(v2)/a2a_chat/a2a_chat.tsx:29
apps/dojo/src/app/[integrationId]/feature/(v2)/a2ui_advanced/page.tsx:161
apps/dojo/src/app/[integrationId]/feature/(v2)/a2ui_dynamic_schema/page.tsx:53
apps/dojo/src/app/[integrationId]/feature/(v2)/a2ui_fixed_schema/page.tsx:46
apps/dojo/src/app/[integrationId]/feature/(v2)/a2ui_recovery/page.tsx:46
apps/dojo/src/app/[integrationId]/feature/(v2)/agentic_chat/page.tsx:25
apps/dojo/src/app/[integrationId]/feature/(v2)/agentic_chat_multimodal/page.tsx:23
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
high Security checks software dependencies conf 0.70 3 occurrences Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
3 files, 3 locations
apps/dojo/README.md:27
docs/quickstart/middleware.mdx:70
docs/quickstart/server.mdx:66
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/dojo/src/app/layout.tsx:52
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/dojo/src/utils/mdx-utils.tsx:48
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/client-cli-example/src/tools/weather.tool.ts:45
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/dojo/scripts/generate-content-json.ts:40
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — integrations/aws-strands/typescript/src/__tests__/endpoint-accept.test.ts:65
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — integrations/mastra/typescript/examples/src/mastra/tools/weather-tool.ts:45
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — integrations/watsonx/typescript/src/index.ts:88
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/typescript/packages/client/src/agent/http.ts:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
3 files, 3 locations
.github/workflows/dependabot-auto-merge.yml
.github/workflows/prepare-release.yml
.github/workflows/publish-release.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in integrations/watsonx/python/src/ag_ui_watsonx/utils.py:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
integrations/watsonx/python/src/ag_ui_watsonx/utils.py:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/dojo/src/app/layout.tsx:52
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/dojo/src/app/layout.tsx:52 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/dojo/src/utils/mdx-utils.tsx:48
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/dojo/src/utils/mdx-utils.tsx:48 Dangerous innerhtml
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/release/collect-accumulated-bumps.py:35
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
high Security checks cicd CI/CD security conf 0.56 Compose service does not declare a runtime user
Set a non-root `user:` in Compose or ensure the final image stage has a non-root USER directive.
sdks/community/java/examples/spring-ai-example/docker-compose.yml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 Compose service lacks no-new-privileges hardening
Add `security_opt: ["no-new-privileges:true"]` unless the service has a documented need for privilege escalation.
sdks/community/java/examples/spring-ai-example/docker-compose.yml:1 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 23 locations
apps/dojo/e2e/pages/langGraphPages/PredictiveStateUpdatesPage.ts:1, 5, 15 (3 hits)
apps/dojo/e2e/pages/agnoPages/HumanInLoopPage.ts:1, 6 (2 hits)
apps/dojo/e2e/pages/awsStrandsPages/HumanInLoopPage.ts:1, 6 (2 hits)
apps/dojo/e2e/pages/crewAIPages/HumanInLoopPage.ts:1, 6 (2 hits)
apps/dojo/e2e/pages/langGraphFastAPIPages/HumanInLoopPage.ts:4, 5 (2 hits)
apps/dojo/e2e/pages/langGraphFastAPIPages/PredictiveStateUpdatesPage.ts:1, 5 (2 hits)
apps/dojo/e2e/pages/llamaIndexPages/HumanInLoopPage.ts:1, 6 (2 hits)
apps/dojo/e2e/pages/pydanticAIPages/AgenticUIGenPage.ts:1, 42 (2 hits)
duplicationquality
low System graph quality Integrity conf 1.00 72 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `A2A_MIDDLEWARE_BUILDINGS_MANAGEMENT_URL`, `A2A_MIDDLEWARE_FINANCE_URL`, `A2A_MIDDLEWARE_IT_URL`, `A2A_MIDDLEWARE_ORCHESTRATOR_URL`, `A2A_URL`, `ADK_AGENT_NAME`, `ADK_INSTRUCTIONS`, `ADK_MIDDLEWARE_URL` + 64 more. Add them (with a placeholder/comme…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jdk-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
sdks/community/java/examples/spring-ai-example/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
sdks/community/java/examples/spring-ai-example/Dockerfile:23 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:9.0
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
integrations/microsoft-agent-framework/dotnet/examples/AGUIDojoServer/Dockerfile:17 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:9.0
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
integrations/microsoft-agent-framework/dotnet/examples/AGUIDojoServer/Dockerfile:2 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/a2a/typescript/src/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/a2a/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/a2a/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/adk-middleware/python/examples/server/api/agentic_chat.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/adk-middleware/python/examples/server/api/agentic_chat_reasoning.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/adk-middleware/python/examples/server/api/human_in_the_loop.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/adk-middleware/python/examples/server/api/tool_based_generative_ui.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/adk-middleware/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/adk-middleware/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/ag2/python/examples/server/api/agentic_chat.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/ag2/python/examples/server/api/human_in_the_loop.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/ag2/python/examples/server/api/tool_based_generative_ui.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/ag2/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/ag2/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/agent-spec/python/examples/server/api/a2ui_chat.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/agent-spec/python/examples/server/api/agentic_chat.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/agent-spec/python/examples/server/api/human_in_the_loop.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/agent-spec/python/examples/server/api/tool_based_generative_ui.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/agno/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/agno/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/community/cloudflare-agents/typescript/src/helpers.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/community/cloudflare-agents/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/community/cloudflare-agents/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/community/spring-ai/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/community/spring-ai/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/crew-ai/python/ag_ui_crewai/context.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/crew-ai/python/ag_ui_crewai/enterprise.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/crew-ai/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/crew-ai/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/langchain/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/langchain/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/langroid/python/src/ag_ui_langroid/utils.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/langroid/typescript/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/langroid/typescript/src/index.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/langroid/typescript/tsup.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/llama-index/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/llama-index/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/examples/src/mastra/agents/agentic-chat-multimodal.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/examples/src/mastra/agents/agentic-chat-reasoning.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/examples/src/mastra/agents/human-in-the-loop.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/examples/src/mastra/agents/tool-based-generative-ui.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/src/__tests__/edge-cases.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/src/__tests__/message-conversion.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/src/__tests__/reasoning.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/mastra/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/server-starter/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/server-starter/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/vercel-ai-sdk/typescript/tsdown.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: integrations/vercel-ai-sdk/typescript/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: integrations/langroid/python/src/ag_ui_langroid/endpoint.py:event_generator, integrations/aws-strands/python/src/ag_ui_strands/endpoint.py:event_generator This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.h…
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: integrations/langroid/python/src/ag_ui_langroid/endpoint.py:health, integrations/watsonx/python/src/ag_ui_watsonx/endpoint.py:health, integrations/langgraph/python/ag_ui_langgraph/endpoint.py:health This is *the* AI-coder failure mode (4× more duplic…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: integrations/crew-ai/python/ag_ui_crewai/examples/predictive_state_updates.py:end, integrations/crew-ai/python/ag_ui_crewai/examples/human_in_the_loop.py:end, integrations/crew-ai/python/ag_ui_crewai/examples/shared_state.py:end, integrations/crew-ai/…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: integrations/adk-middleware/python/examples/server/api/backend_tool_rendering.py:get_weather_condition, integrations/adk-middleware/python/examples/server/api/backend_tool_rendering.py:get_weather, integrations/agno/python/examples/server/api/backend_…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `flow_copy` in integrations/crew-ai/python/ag_ui_crewai/endpoint.py:954
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in integrations/adk-middleware/python/src/ag_ui_adk/adk_agent.py:1116
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py:290
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in integrations/adk-middleware/python/tests/test_adk_agent_memory_integration.py:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in integrations/adk-middleware/python/tests/test_lro_sse_id_remap.py:71
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in integrations/adk-middleware/python/tests/test_lro_sse_persistence.py:60
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `my_app_v1` in integrations/adk-middleware/python/examples/other/complete_setup.py:241
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `name_old` in scripts/release/collect-accumulated-bumps.py:109
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_openai_responses_api_v1` in integrations/langgraph/python/tests/test_reasoning_content.py:53
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
apps/dojo/e2e/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: add_pending_tool_call
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
integrations/adk-middleware/python/src/ag_ui_adk/execution_state.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: instruction_provider_wrapper_async
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
integrations/adk-middleware/python/src/ag_ui_adk/adk_agent.py:2006
low System graph software Dead code conf 1.00 Possibly dead Python function: remove_pending_tool_call
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
integrations/adk-middleware/python/src/ag_ui_adk/execution_state.py:96
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/client-cli-example/src/index.ts:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/aimock-setup.ts:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/aimock-standalone.ts:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/featurePages/SharedStatePage.ts:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/lib/upload-video.ts:77
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/awsStrandsPages/AgenticUIGenPage.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/crewAIPages/AgenticUIGenPage.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/langGraphFastAPIPages/AgenticUIGenPage.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/langGraphPages/AgenticUIGenPage.ts:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/langroidPages/AgenticUIGenPage.ts:37
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/llamaIndexPages/AgenticUIGenPage.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/pydanticAIPages/AgenticUIGenPage.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/pages/serverStarterAllFeaturesPages/AgenticUIGenPage.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/reporters/s3-video-reporter.ts:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/slack-layout.ts:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/test-isolation-helper.ts:58
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/test-isolation-setup.ts:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/tests/langgraphFastAPITests/subgraphsPage.spec.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/tests/langgraphPythonTests/subgraphsPage.spec.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/e2e/tests/langgraphTypescriptTests/subgraphsPage.spec.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/scripts/generate-content-json.ts:39
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/scripts/link-cpk.js:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/scripts/prep-dojo-everything.js:28
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/scripts/run-dojo-everything.js:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/src/app/[integrationId]/feature/(v2)/a2a_chat/a2a_chat.tsx:129
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/src/app/[integrationId]/feature/(v2)/a2a_chat/page.tsx:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dojo/src/utils/use-is-inside-iframe.ts:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/api/agentic-chat-multimodal.ts:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/api/agentic-chat-reasoning.ts:35
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/api/agentic-chat.ts:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/api/agentic-generative-ui.ts:173
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/api/human-in-the-loop.ts:63
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/api/tool-based-generative-ui.ts:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/aws-strands/typescript/examples/server/server.ts:346
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/claude-agent-sdk/typescript/examples/server.ts:116
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — integrations/langgraph/typescript/examples/src/agents/a2ui_recovery/agent.ts:60
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/release/build-release-notification.ts:255
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/release/prepare-release.ts:461
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/typescript/packages/cli/src/index.ts:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/typescript/packages/client/src/middleware/__tests__/middleware-usage-example.ts:54
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/typescript/scripts/create-integration.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`integrations/adk-middleware/python/examples/server/__init__.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /agents
`integrations/adk-middleware/python/examples/other/complete_setup.py` declares `GET /agents` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`integrations/server-starter/python/examples/example_server/__init__.py` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /agents/state
`integrations/adk-middleware/python/src/ag_ui_adk/endpoint.py` declares `POST /agents/state` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/src/ag_ui_adk/adk_agent.py (3034 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/src/ag_ui_adk/event_translator.py (1431 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/tests/test_adk_agent.py (1675 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/tests/test_event_translator_comprehensive.py (1736 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/tests/test_lro_sse_id_remap.py (1563 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/tests/test_message_history.py (1639 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/adk-middleware/python/tests/test_tool_result_flow.py (1827 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/aws-strands/python/src/ag_ui_strands/agent.py (1622 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/aws-strands/typescript/src/agent.ts (2669 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/crew-ai/python/ag_ui_crewai/endpoint.py (1584 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/crew-ai/python/tests/test_task_cancellation.py (2006 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/langgraph/python/ag_ui_langgraph/agent.py (1745 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/langgraph/typescript/src/agent.ts (1959 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: integrations/langroid/python/src/ag_ui_langroid/agent.py (1088 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: middlewares/mcp-apps-middleware/__tests__/mcp-apps-middleware.test.ts (1376 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/typescript/packages/client/src/agent/__tests__/subscriber.test.ts (1568 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/typescript/packages/proto/src/generated/events.ts (1899 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/30ee4f56-1e21-43ec-b96d-4de8d8f5dbc4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/30ee4f56-1e21-43ec-b96d-4de8d8f5dbc4/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.