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.

atrium-os/atrium

https://github.com/atrium-os/atrium · scanned 2026-06-17 01:37 UTC (1 month, 2 weeks ago)

42 raw signals (0 security + 42 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +6.2 (diff) · 42 actionable findings from 1 signal source. 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: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 82.9/100 with 66.7% coverage. It contains 1235 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 42 findings — concentrated in quality (30), network (10), security (1). Risk profile is low: 0 critical, 0 high, 13 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 42 of 42 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 46 placeholder/mock markers across 22 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 100 in use
Port 100 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 101 in use
Port 101 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 127 in use
Port 127 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/ddb_session.py Ports
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 200 in use
Port 200 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 201 in use
Port 201 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 42 in use
Port 42 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 43 in use
Port 43 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
atrium-vk-icd/scripts/loader_smoke_macos.sh Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 44 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/cache@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/insula.yml:63 CI/CD securitySupply chainGithub actions
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/src/cost_model.rs (1364 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/src/moltenvk.rs (2160 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/src/shader_validator.rs (1425 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/src/software/renderer.rs (1585 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/src/tier2_backend.rs (4691 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/src/tier2_registry.rs (3973 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/tests/tier2_backend.rs (2156 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aqueduct-gpu-host/tests/tier2_rasterizer.rs (1402 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-backend-bespoke/examples/emit_freebsd_obj.rs (1546 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-backend-bespoke/src/lib.rs (7428 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-backend-bespoke/tests/differential_compute.rs (8699 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-backend-cranelift/src/lib.rs (3288 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-backend-cranelift/tests/dlopen_and_run.rs (2242 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-differential/tests/texture_sample.rs (1599 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-differential/tests/three_way.rs (1525 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-frontend/src/functions.rs (6956 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-ir/src/lib.rs (1508 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-runtime/src/lib.rs (2864 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-spv-tests/src/interpreter/mod.rs (2083 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-vk-icd/scripts/loader_smoke_macos.sh (2780 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-vk-icd/src/lib.rs (10857 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-vk-icd/tests/end_to_end.rs (2950 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: atrium-vk-icd/tests/tier2_compute.rs (3998 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: carillon-transport/src/lib.rs (1435 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: fresco-scene-server/src/command/envelope_frontend.rs (1176 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: fresco-vulkan/src/headless.rs (1315 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: libatrium/src/lib.rs (1858 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/096749e0-6311-4f33-95b1-77c317ac2d1d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/096749e0-6311-4f33-95b1-77c317ac2d1d/

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.