← Back to scan
File as GitHub Issue repo: langbot-app/LangBot

Push this scan report to langbot-app/LangBot

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

Silent Exception Swallowing

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
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… src/langbot/pkg/utils/version.py:97
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… src/langbot/pkg/utils/image.py:158
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/langbot/pkg/pipeline/monitoring_hel…:117
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/langbot/pkg/pipeline/pipelinemgr.py:129
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/langbot/pkg/telemetry/telemetry.py:102
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. web/src/app/login/page.tsx:102
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. web/src/app/register/page.tsx:68
MED DKR003 Compose service `langbot` image uses the latest tag docker/docker-compose.yaml:20
MED DKR003 Compose service `langbot_plugin_runtime` image uses the latest tag docker/docker-compose.yaml:6
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_customer_service…:94
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_customer_service…:82
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_customer_service…:174
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_customer_service…:62
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_api/wecomevent.py:120
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_api/wecomevent.py:18
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_api/ierror.py:1
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_api/api.py:35
MED AIC003 Duplicated implementation block across source files src/langbot/libs/wecom_api/WXBizMsgCryp…:14
MED AIC003 Duplicated implementation block across source files src/langbot/libs/slack_api/api.py:24
MED AIC003 Duplicated implementation block across source files src/langbot/libs/official_account_api/o…:110
MED AIC003 Duplicated implementation block across source files src/langbot/libs/dify_service_api/v1/cl…:105
MED JRN002 Browser storage is used for session token material web/src/app/login/page.tsx:113
MED JRN002 Browser storage is used for session token material web/src/app/login/page.tsx:98
MED JRN002 Browser storage is used for session token material web/src/app/infra/http/BaseHttpClient.ts:64
MED JRN002 Browser storage is used for session token material web/src/app/home/components/qrcode-logi…:172
MED JRN002 Browser storage is used for session token material web/src/app/home/components/qrcode-logi…:149
MED JRN002 Browser storage is used for session token material web/src/app/home/components/models-dial…:234
MED JRN002 Browser storage is used for session token material web/src/app/home/components/home-sideba…:1269
MED JRN002 Browser storage is used for session token material web/src/app/home/components/home-sideba…:1268
MED JRN002 Browser storage is used for session token material web/src/app/home/components/dynamic-for…:146
MED JRN002 Browser storage is used for session token material web/src/app/home/components/account-set…:66
MED JRN002 Browser storage is used for session token material web/src/app/auth/space/callback/page.tsx:116
MED JRN002 Browser storage is used for session token material web/src/app/auth/space/callback/page.tsx:74
MED DKR001 Docker final stage has no non-root USER Dockerfile:9
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … src/langbot/pkg/provider/modelmgr/reque…:225
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … src/langbot/pkg/provider/modelmgr/reque…:218
MED AGT007 localStorage write failures are swallowed silently web/src/app/home/components/home-sideba…:193
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:13
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. web/src/app/wizard/page.tsx:181
LOW DKR010 Dockerfile leaves apt package indexes in the image layer Dockerfile:17
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:17
LOW DKC010 Compose service lacks no-new-privileges hardening docker/docker-compose.yaml:20
LOW DKC010 Compose service lacks no-new-privileges hardening docker/docker-compose.yaml:6
LOW DKC006 Compose service does not declare a runtime user docker/docker-compose.yaml:20
LOW DKC006 Compose service does not declare a runtime user docker/docker-compose.yaml:6
Reset to top 5 47 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `langbot-app/LangBot`

**Score: 74/100 (B+)**  ·  58 findings  ·  scanned 2026-05-16 04:20 UTC  ·  142,554 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 0 |
| MEDIUM | 40 |
| LOW | 7 |

📊 [Full filterable report](https://repobility.com/scan/29212434-d867-460e-a547-04474f0a3df7/)  ·  ![scorecard](https://repobility.com/scan/29212434-d867-460e-a547-04474f0a3df7/report.png?v=1778905255-s2)

### Top findings

1. **MEDIUM** `SEC012` — ZipSlip — Archive Path Traversal
   `src/langbot/pkg/utils/version.py:97` · A01:2021 Broken Access Control (path traversal)
2. **MEDIUM** `SEC014` — SSL Verification Disabled
   `src/langbot/pkg/utils/image.py:158` · A02:2021 Cryptographic Failures
3. **MEDIUM** `ERR001` — Silent Exception Swallowing
   `src/langbot/pkg/pipeline/monitoring_helper.py:117`
4. **MEDIUM** `ERR001` — Silent Exception Swallowing
   `src/langbot/pkg/pipeline/pipelinemgr.py:129`
5. **MEDIUM** `ERR001` — Silent Exception Swallowing
   `src/langbot/pkg/telemetry/telemetry.py:102`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/29212434-d867-460e-a547-04474f0a3df7/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'langbot-app/LangBot' 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.

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.