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.

Scan timing: clone 1.97s · analysis 26.37s · 17.8 MB · GitHub API rate-limit (preflight)

boxlite-ai/boxlite

https://github.com/boxlite-ai/boxlite · scanned 2026-05-31 01:24 UTC (5 days, 8 hours ago) · 10 languages

1228 findings (275 legacy + 953 scanner) 11/13 scanners ran 67th percentile · Typescript · large (100-500K LoC) Scanner says 48 (higher by 31)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 8 hours ago · v2 · last Δ -0.7 (diff) · 755 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 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 40.0 0.20 8.00
documentation_score 92.0 0.15 13.80
practices_score 84.0 0.15 12.60
code_quality 69.0 0.10 6.90
Overall 1.00 79.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
Possible secret in apps/api/src/audit/enums/audit-action.enum.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in apps/api/src/audit/enums/audit-action.enum.ts:48; move to env var / secrets manager.
apps/api/src/audit/enums/audit-action.enum.ts:48
#2
Possible secret in apps/api/src/audit/enums/audit-action.enum.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in apps/api/src/audit/enums/audit-action.enum.ts:49; move to env var / secrets manager.
apps/api/src/audit/enums/audit-action.enum.ts:49
#3
Possible secret in apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/python.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/python.ts:172; move to env var / secrets manager.
apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/python.ts:172
#4
Possible secret in apps/dashboard/src/components/ui/stories/copyable-value.stories.tsx
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in apps/dashboard/src/components/ui/stories/copyable-value.stories.tsx:27; move to env var / secrets manager.
apps/dashboard/src/components/ui/stories/copyable-value.stories.tsx:27
#5
Possible secret in apps/infra/sst.config.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in apps/infra/sst.config.ts:461; move to env var / secrets manager.
apps/infra/sst.config.ts:461
#6
Insecure pattern 'exec_used' in sdks/node/lib/native-contracts.ts:265
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
sdks/node/lib/native-contracts.ts:265
#7
Insecure pattern 'eval_used' in apps/api/src/organization/services/organization-usage.service.ts:333
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
apps/api/src/organization/services/organization-usage.service.ts:333
#8
Insecure pattern 'exec_used' in apps/daemon/pkg/toolbox/process/interpreter/repl_worker.py:127
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
apps/daemon/pkg/toolbox/process/interpreter/repl_worker.py:127
#9
Blocking `urllib.request.urlopen(...)` inside `async def main` — examples/python/02_features/forward_ports.py:40
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in examples/python/02_features/forward_ports.py:40 to prevent hung calls.
examples/python/02_features/forward_ports.py:40
#10
`dangerouslySetInnerHTML` used in a React component — apps/dashboard/src/components/ui/chart.tsx:76
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity

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/51fceb34-d3ee-486b-ae87-8ff06a5e27b3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/51fceb34-d3ee-486b-ae87-8ff06a5e27b3/

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.