← Back to scan
File as GitHub Issue repo: boxlite-ai/boxlite

Push this scan report to boxlite-ai/boxlite

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
HIGH DKR001 Docker final stage runs as root src/boxlite/resources/images/skillbox/D…:54
HIGH DKR006 Dockerfile pipes a remote script into a shell src/boxlite/resources/images/skillbox/D…:47
HIGH JRN009 Secret-like setting is echoed into a password input value apps/dashboard/src/pages/Registries.tsx:198
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. sdks/python/boxlite/orchestration/box_r…:118
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… sdks/python/boxlite/sync_api/_boxlite.py:147
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… sdks/python/boxlite/interactivebox.py:291
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… sdks/python/boxlite/browserbox.py:228
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… sdks/python/src/options.rs:103
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_object_storage.go:56
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_object_storage.go:54
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_object_storage.go:1
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_jobs.go:166
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_jobs.go:1
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_health.go:54
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_health.go:1
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_docker_registry.…:99
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_docker_registry.…:1
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_config.go:49
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_audit.go:1
MED AIC003 Duplicated implementation block across source files apps/api-client-go/api_api_keys.go:1
MED DKR001 Docker final stage has no non-root USER apps/ssh-gateway/Dockerfile:42
MED DKR001 Docker final stage has no non-root USER apps/snapshot-manager/Dockerfile:42
MED DKR001 Docker final stage has no non-root USER apps/runner/Dockerfile:63
MED DKR001 Docker final stage has no non-root USER apps/proxy/Dockerfile:46
MED DKR001 Docker final stage has no non-root USER apps/otel-collector/Dockerfile:47
MED DKR001 Docker final stage has no non-root USER apps/api/Dockerfile:1
MED AGT007 localStorage write failures are swallowed silently apps/daemon/pkg/terminal/static/index.h…:548
MED AIC004 Suspicious implementation file appears unreferenced src/boxlite/src/db/migration/v7_to_v8.rs:1
MED AIC004 Suspicious implementation file appears unreferenced src/boxlite/src/db/migration/v6_to_v7.rs:1
MED AIC004 Suspicious implementation file appears unreferenced src/boxlite/src/db/migration/v5_to_v6.rs:1
MED AIC004 Suspicious implementation file appears unreferenced src/boxlite/src/db/migration/v4_to_v5.rs:1
MED AIC004 Suspicious implementation file appears unreferenced src/boxlite/src/db/migration/v3_to_v4.rs:1
MED AIC004 Suspicious implementation file appears unreferenced src/boxlite/src/db/migration/v2_to_v3.rs:1
MED AGT015 Remote install command pipes network code directly to a shell README.md:196
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. sdks/go/cmd/setup/main.go:170
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. sdks/go/exec.go:118
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. sdks/go/runtime.go:296
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/jailer/shim_copy.rs:1
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/db/migration/v7_to_v8.rs:1
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/db/migration/v6_to_v7.rs:1
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/db/migration/v5_to_v6.rs:1
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/db/migration/v4_to_v5.rs:1
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/db/migration/v3_to_v4.rs:1
LOW AIC002 Source file name looks like an AI patch artifact src/boxlite/src/db/migration/v2_to_v3.rs:1
Reset to top 5 45 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `boxlite-ai/boxlite`

**Score: 63/100 (B-)**  ·  51 findings  ·  scanned 2026-05-16 04:22 UTC  ·  383,695 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 3 |
| MEDIUM | 31 |
| LOW | 11 |

📊 [Full filterable report](https://repobility.com/scan/1d9af720-bb23-49de-8845-b1b09580a1db/)  ·  ![scorecard](https://repobility.com/scan/1d9af720-bb23-49de-8845-b1b09580a1db/report.png?v=1778905344-s2)

### Top findings

1. **HIGH** `DKR001` — Docker final stage runs as root
   `src/boxlite/resources/images/skillbox/Dockerfile:54`
2. **HIGH** `DKR006` — Dockerfile pipes a remote script into a shell
   `src/boxlite/resources/images/skillbox/Dockerfile:47`
3. **HIGH** `JRN009` — Secret-like setting is echoed into a password input value
   `apps/dashboard/src/pages/Registries.tsx:198`
4. **MEDIUM** `SEC007` — Unsafe Deserialization
   `sdks/python/boxlite/orchestration/box_runtime.py:118` · A08:2021 Software & Data Integrity Failures
5. **MEDIUM** `ERR001` — Silent Exception Swallowing
   `sdks/python/boxlite/sync_api/_boxlite.py:147`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/1d9af720-bb23-49de-8845-b1b09580a1db/_
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 'boxlite-ai/boxlite' 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.