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.

langbot-app/LangBot

https://github.com/langbot-app/LangBot.git · scanned 2026-05-16 04:20 UTC (4 weeks ago) · 10 languages

455 raw signals (58 security + 397 graph) 61st percentile · Python · large (100-500K LoC) System graph score 70 (higher by 10)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks ago · v1 · 18 actionable findings from 1 signal source. 29 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: severity: high × excluding tests × Reset all
Scan summary Quality grade B+ (80/100). Dimensions: security 72, maintainability 85. 58 findings. 142,554 lines analyzed.

Showing 5 of 18 actionable findings. 47 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 security auth conf 0.82 12 occurrences Browser storage is used for session token material
localStorage and sessionStorage are readable by injected JavaScript. For sensitive sessions, this turns XSS into account compromise.
8 files, 12 locations
web/src/app/auth/space/callback/page.tsx:74, 116 (2 hits)
web/src/app/home/components/home-sidebar/HomeSidebar.tsx:1268, 1269 (2 hits)
web/src/app/home/components/qrcode-login/QrCodeLoginDialog.tsx:149, 172 (2 hits)
web/src/app/login/page.tsx:98, 113 (2 hits)
web/src/app/home/components/account-settings-dialog/AccountSettingsDialog.tsx:66
web/src/app/home/components/dynamic-form/DynamicFormItemComponent.tsx:146
web/src/app/home/components/models-dialog/ModelsDialog.tsx:234
web/src/app/infra/http/BaseHttpClient.ts:64
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
Dockerfile:9 CI/CD securitycontainers
high Security checks quality Quality conf 0.80 localStorage write failures are swallowed silently
localStorage quotas are small and writes can fail. Catching storage errors without a user-visible warning causes silent data loss when notes, images, or snapshots exceed quota.
web/src/app/home/components/home-sidebar/HomeSidebar.tsx:193
high Security checks cicd CI/CD security conf 0.56 2 occurrences Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
lines 6, 20
docker/docker-compose.yaml:6, 20 (2 hits)
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 2 occurrences Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
lines 6, 20
docker/docker-compose.yaml:6, 20 (2 hits)
CI/CD securitycontainers
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/29212434-d867-460e-a547-04474f0a3df7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/29212434-d867-460e-a547-04474f0a3df7/

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.