https://github.com/ryancinsight/leto
· scanned 2026-06-15 23:58 UTC (2 months, 3 weeks ago)
7 raw signals (0 security + 7 graph)
Last scanned 2 months, 3 weeks ago · v1 · 7 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 215 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
backlog.md |
software | healthy | backlog.md |
checklist.md |
software | healthy | checklist.md |
Cargo.toml |
software | healthy | Cargo.toml |
README.md |
software | healthy | README.md |
benchmark_results.md |
software | healthy | benchmark_results.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
gap_audit.md |
software | healthy | gap_audit.md |
0002-coeus-rank-boundary.md |
software | healthy | docs/adr/0002-coeus-rank-boundary.md |
0005-rank-revealing-svd.md |
software | healthy | docs/adr/0005-rank-revealing-svd.md |
0006-nonsymmetric-eigensolver-track.md |
software | healthy | docs/adr/0006-nonsymmetric-eigensolver-track.md |
0004-array-elementwise-operators.md |
software | healthy | docs/adr/0004-array-elementwise-operators.md |
0001-elementwise-operator-overloading.md |
software | healthy | docs/adr/0001-elementwise-operator-overloading.md |
0007-dynamic-rank-boundary.md |
software | healthy | docs/adr/0007-dynamic-rank-boundary.md |
0003-matrix-linalg-trait-layer.md |
software | healthy | docs/adr/0003-matrix-linalg-trait-layer.md |
parity_matrix.md |
software | healthy | docs/completeness/parity_matrix.md |
PLAN.md |
software | healthy | docs/completeness/PLAN.md |
Cargo.toml |
software | healthy | crates/leto-ops/Cargo.toml |
ops_tests.rs |
software | healthy | crates/leto-ops/tests/ops_tests.rs |
migration_fixtures.rs |
software | healthy | crates/leto-ops/tests/migration_fixtures.rs |
lu.rs |
software | healthy | crates/leto-ops/tests/ops/lu.rs |
matrix_function.rs |
software | healthy | crates/leto-ops/tests/ops/matrix_function.rs |
matrix_traits.rs |
software | healthy | crates/leto-ops/tests/ops/matrix_traits.rs |
norms.rs |
software | healthy | crates/leto-ops/tests/ops/norms.rs |
mod.rs |
software | healthy | crates/leto-ops/tests/ops/mod.rs |
unary_math.rs |
software | healthy | crates/leto-ops/tests/ops/unary_math.rs |
qr_cholesky.rs |
software | healthy | crates/leto-ops/tests/ops/qr_cholesky.rs |
hessenberg.rs |
software | healthy | crates/leto-ops/tests/ops/hessenberg.rs |
differential.rs |
software | healthy | crates/leto-ops/tests/ops/differential.rs |
parity.rs |
software | healthy | crates/leto-ops/tests/ops/parity.rs |
eigen.rs |
software | healthy | crates/leto-ops/tests/ops/eigen.rs |
structure_ops.rs |
software | healthy | crates/leto-ops/tests/ops/structure_ops.rs |
eigenvalues.rs |
software | healthy | crates/leto-ops/tests/ops/eigenvalues.rs |
elementwise.rs |
software | healthy | crates/leto-ops/tests/ops/elementwise.rs |
full_piv_lu.rs |
software | healthy | crates/leto-ops/tests/ops/full_piv_lu.rs |
udu.rs |
software | healthy | crates/leto-ops/tests/ops/udu.rs |
bidiagonal.rs |
software | healthy | crates/leto-ops/tests/ops/bidiagonal.rs |
oracle_parity.rs |
software | healthy | crates/leto-ops/tests/ops/oracle_parity.rs |
col_piv_qr.rs |
software | healthy | crates/leto-ops/tests/ops/col_piv_qr.rs |
matmul.rs |
software | healthy | crates/leto-ops/tests/ops/matmul.rs |
reduction.rs |
software | healthy | crates/leto-ops/tests/ops/reduction.rs |
properties.rs |
software | healthy | crates/leto-ops/tests/ops/properties.rs |
svd.rs |
software | healthy | crates/leto-ops/tests/ops/svd.rs |
lib.rs |
software | healthy | crates/leto-ops/src/lib.rs |
mod.rs |
software | healthy | crates/leto-ops/src/infrastructure/mod.rs |
cache.rs |
software | healthy | crates/leto-ops/src/infrastructure/cache.rs |
simd.rs |
software | healthy | crates/leto-ops/src/infrastructure/simd.rs |
parallel.rs |
software | healthy | crates/leto-ops/src/infrastructure/parallel.rs |
index.rs |
software | healthy | crates/leto-ops/src/application/index.rs |
matrix.rs |
software | healthy | crates/leto-ops/src/application/matrix.rs |
random.rs |
software | healthy | crates/leto-ops/src/application/random.rs |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
adr |
software | healthy | docs/adr |
completeness |
software | healthy | docs/completeness |
crates |
software | healthy | crates |
leto-ops |
software | healthy | crates/leto-ops |
tests |
software | healthy | crates/leto-ops/tests |
ops |
software | healthy | crates/leto-ops/tests/ops |
src |
software | healthy | crates/leto-ops/src |
infrastructure |
software | healthy | crates/leto-ops/src/infrastructure |
application |
software | healthy | crates/leto-ops/src/application |
linalg |
software | healthy | crates/leto-ops/src/application/linalg |
eigenvalues |
software | healthy | crates/leto-ops/src/application/linalg/eigenvalues |
svd |
software | healthy | crates/leto-ops/src/application/linalg/svd |
bidiagonal |
software | healthy | crates/leto-ops/src/application/linalg/bidiagonal |
col_piv_qr |
software | healthy | crates/leto-ops/src/application/linalg/col_piv_qr |
matrix_function |
software | healthy | crates/leto-ops/src/application/linalg/matrix_function |
udu |
software | healthy | crates/leto-ops/src/application/linalg/udu |
full_piv_lu |
software | healthy | crates/leto-ops/src/application/linalg/full_piv_lu |
hessenberg |
software | healthy | crates/leto-ops/src/application/linalg/hessenberg |
properties |
software | healthy | crates/leto-ops/src/application/linalg/properties |
products |
software | healthy | crates/leto-ops/src/application/linalg/products |
domain |
software | healthy | crates/leto-ops/src/domain |
benches |
software | healthy | crates/leto-ops/benches |
leto |
software | healthy | crates/leto |
tests |
software | healthy | crates/leto/tests |
core |
software | healthy | crates/leto/tests/core |
src |
software | healthy | crates/leto/src |
infrastructure |
software | healthy | crates/leto/src/infrastructure |
storage |
software | healthy | crates/leto/src/infrastructure/storage |
application |
software | healthy | crates/leto/src/application |
structure |
software | healthy | crates/leto/src/application/structure |
dynamic |
software | healthy | crates/leto/src/application/dynamic |
iter |
software | healthy | crates/leto/src/application/iter |
reduction |
software | healthy | crates/leto/src/application/reduction |
statistics |
software | healthy | crates/leto/src/application/statistics |
domain |
software | healthy | crates/leto/src/domain |
layout |
software | healthy | crates/leto/src/domain/layout |
dynamic |
software | healthy | crates/leto/src/domain/dynamic |
leto-python |
software | healthy | crates/leto-python |
src |
software | healthy | crates/leto-python/src |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-kes9v0d1 |
software | healthy | /tmp/repobility-clone-kes9v0d1 |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/b16a4852-e50d-464c-bfff-8096a65abdc7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/b16a4852-e50d-464c-bfff-8096a65abdc7/
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.