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.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 31.72s for a 44.7 MB repo slow.
  • Repobility's analysis ran in 19.06s after the clone landed.

assistant-ui/assistant-ui

https://github.com/assistant-ui/assistant-ui · scanned 2026-05-31 01:25 UTC (5 days, 14 hours ago) · 10 languages

743 findings (190 legacy + 553 scanner) 11/13 scanners ran 55th percentile · Typescript · large (100-500K LoC) Scanner says 60 (higher by 16)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 14 hours ago · v2 · last Δ +0.7 (diff) · 470 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

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 59.0 0.20 11.80
documentation_score 84.0 0.15 12.60
practices_score 70.0 0.15 10.50
code_quality 72.0 0.10 7.20
Overall 1.00 76.1
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

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
FastAPI POST `chat_completions` without auth dependency — python/assistant-stream-hello-world/api/chat/completions/index.py:13
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in python/assistant-stream-hello-world/api/chat/completions/index.py:13.
python/assistant-stream-hello-world/api/chat/completions/index.py:13
#2
FastAPI POST `assistant_endpoint` without auth dependency — python/assistant-transport-backend/main.py:92
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in python/assistant-transport-backend/main.py:92.
python/assistant-transport-backend/main.py:92
#3
FastAPI POST `chat_endpoint` without auth dependency — python/assistant-transport-backend-langgraph/main.py:301
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in python/assistant-transport-backend-langgraph/main.py:301.
python/assistant-transport-backend-langgraph/main.py:301
#4
Insecure pattern 'exec_used' in packages/assistant-stream/src/resumable/stores/redis.ts:22
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
packages/assistant-stream/src/resumable/stores/redis.ts:22
#5
pull_request_target workflow appears to check out untrusted PR code
GapSeverity.HIGH Layer.CICD score 0.375
Why: high severity
.github/workflows/changeset-semver-check.yaml
#6
`dangerouslySetInnerHTML` used in a React component — apps/docs/app/layout.tsx:77
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#7
`dangerouslySetInnerHTML` used in a React component — packages/ui/src/components/ui/chart.tsx:95
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#8
Dangling fetch: GET /api/github/repo (apps/docs/components/home/star-pill.tsx:13)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#9
Dangling fetch: GET https://registry.npmjs.org/${name}/latest (packages/cli/src/commands/doctor.ts:160)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#10
Dangling fetch: POST /api/image (examples/with-image-generation/app/page.tsx:24)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/40f38723-8cd5-46aa-827b-ef4ee31632f0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/40f38723-8cd5-46aa-827b-ef4ee31632f0/

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.