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.
139 of your 203 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 1.44s · analysis 12.43s · 2.7 MB · GitHub API rate-limit (preflight)

CelestoAI/SmolVM

https://github.com/CelestoAI/SmolVM · scanned 2026-06-05 14:54 UTC (5 days, 4 hours ago) · 10 languages

513 raw signals (191 security + 322 graph) 68th percentile · Python · medium (20-100K LoC) System graph score 60 (higher by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 4 hours ago · v2 · 214 actionable findings from 2 signal sources. 113 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 45.4 0.25 11.35
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 74.0 0.15 11.10
code_quality 35.1 0.10 3.51
Overall 1.00 73.7
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 scripts/exp_final.py
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 scripts/exp_final.py:38; move to env var / secrets manager.
scripts/exp_final.py:38
#2
Possible secret in scripts/exp_userspace.py
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 scripts/exp_userspace.py:97; move to env var / secrets manager.
scripts/exp_userspace.py:97
#3
Possible secret in scripts/exp_vsock_trim.py
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 scripts/exp_vsock_trim.py:39; move to env var / secrets manager.
scripts/exp_vsock_trim.py:39
#4
Possible secret in src/smolvm/windows/build_image.py
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 src/smolvm/windows/build_image.py:85; move to env var / secrets manager.
src/smolvm/windows/build_image.py:85
#5
FastAPI DELETE `delete_vm` without auth dependency — src/smolvm/dashboard/server.py:599
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 src/smolvm/dashboard/server.py:599.
src/smolvm/dashboard/server.py:599
#6
FastAPI POST `stop_vm` without auth dependency — src/smolvm/dashboard/server.py:611
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 src/smolvm/dashboard/server.py:611.
src/smolvm/dashboard/server.py:611
#7
FastAPI POST `execute_command` without auth dependency — src/smolvm/dashboard/server.py:623
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 src/smolvm/dashboard/server.py:623.
src/smolvm/dashboard/server.py:623
#8
Privileged port 128 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in src/smolvm/guest_agent/agent.py is a real port, change the binding to ≥1024 or run behind a proxy.
src/smolvm/guest_agent/agent.py
#9
Privileged port 127 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in src/smolvm/cli/main.py is a real port, change the binding to ≥1024 or run behind a proxy.
src/smolvm/cli/main.py
#10
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/publish-dashboard-ui.yml

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/f1293bd5-b6e8-4fcf-84d1-4baea17e58a3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f1293bd5-b6e8-4fcf-84d1-4baea17e58a3/

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.