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.

ryancinsight/hermes

https://github.com/ryancinsight/hermes · scanned 2026-06-15 23:58 UTC (2 months, 3 weeks ago)

7 raw signals (0 security + 7 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 267 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.

LabelLayerStatusPath
backlog.md software healthy backlog.md
rust-toolchain.toml software healthy rust-toolchain.toml
checklist.md software healthy checklist.md
deny.toml software healthy deny.toml
Cargo.toml software healthy Cargo.toml
benchmarks_baseline.json software healthy benchmarks_baseline.json
README.md software healthy README.md
benchmarks_results.md software healthy benchmarks_results.md
Cargo.lock software healthy Cargo.lock
CHANGELOG.md software healthy CHANGELOG.md
gap_audit.md software healthy gap_audit.md
002-target-feature-inlining.md software healthy docs/adr/002-target-feature-inlining.md
004-generic-interleaved-complex-kernels.md software healthy docs/adr/004-generic-interleaved-complex-kernels.md
001-precision-ladder.md software healthy docs/adr/001-precision-ladder.md
002-amx-context-management.md software healthy docs/adr/002-amx-context-management.md
001-refined-simd-view-type-state.md software healthy docs/adr/001-refined-simd-view-type-state.md
003-numa-memory-layout.md software healthy docs/adr/003-numa-memory-layout.md
003-intel-amx-and-avx512-vnni-runtime-dispatch.md software healthy docs/adr/003-intel-amx-and-avx512-vnni-runtime-dispatch.md
Cargo.toml software healthy crates/hermes-simd/Cargo.toml
bitboard_tests.rs software healthy crates/hermes-simd/tests/bitboard_tests.rs
kernel_property_tests.rs software healthy crates/hermes-simd/tests/kernel_property_tests.rs
math_tests.rs software healthy crates/hermes-simd/tests/math_tests.rs
types_tests.rs software healthy crates/hermes-simd/tests/types_tests.rs
host_capability_tests.rs software healthy crates/hermes-simd/tests/host_capability_tests.rs
masked_tests.rs software healthy crates/hermes-simd/tests/masked_tests.rs
select_unary_tests.rs software healthy crates/hermes-simd/tests/select_unary_tests.rs
dense_tests.rs software healthy crates/hermes-simd/tests/dense_tests.rs
sparse_tests.rs software healthy crates/hermes-simd/tests/sparse_tests.rs
vector_slice_tests.rs software healthy crates/hermes-simd/tests/vector_slice_tests.rs
tensor_tests.rs software healthy crates/hermes-simd/tests/tensor_tests.rs
ops_strategy_tests.rs software healthy crates/hermes-simd/tests/ops_strategy_tests.rs
cow_tests.rs software healthy crates/hermes-simd/tests/cow_tests.rs
sprint_tests.rs software healthy crates/hermes-simd/tests/sprint_tests.rs
modular_tests.rs software healthy crates/hermes-simd/tests/modular_tests.rs
tiling_tests.rs software healthy crates/hermes-simd/tests/tiling_tests.rs
new_ops_tests.rs software healthy crates/hermes-simd/tests/new_ops_tests.rs
complex_tests.rs software healthy crates/hermes-simd/tests/complex_tests.rs
property_tests.rs software healthy crates/hermes-simd/tests/property_tests.rs
gather_scan_tests.rs software healthy crates/hermes-simd/tests/gather_scan_tests.rs
lib.rs software healthy crates/hermes-simd/src/lib.rs
dispatcher.rs software healthy crates/hermes-simd/src/dispatcher.rs
attacks.rs software healthy crates/hermes-simd/src/attacks.rs
cpu.rs software healthy crates/hermes-simd/src/cpu.rs
target.rs software healthy crates/hermes-simd/src/target.rs
mod.rs software healthy crates/hermes-simd/src/tile_matmul/mod.rs
int8.rs software healthy crates/hermes-simd/src/tile_matmul/int8.rs
unpack.rs software healthy crates/hermes-simd/src/tile_matmul/unpack.rs
bf16.rs software healthy crates/hermes-simd/src/tile_matmul/bf16.rs
abs_reduce.rs software healthy crates/hermes-simd/src/dispatch/abs_reduce.rs
gemm.rs software healthy crates/hermes-simd/src/dispatch/gemm.rs

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
docs software healthy docs
adr software healthy docs/adr
crates software healthy crates
hermes-simd software healthy crates/hermes-simd
tests software healthy crates/hermes-simd/tests
src software healthy crates/hermes-simd/src
tile_matmul software healthy crates/hermes-simd/src/tile_matmul
dispatch software healthy crates/hermes-simd/src/dispatch
benches software healthy crates/hermes-simd/benches
hermes-simd-types software healthy crates/hermes-simd-types
src software healthy crates/hermes-simd-types/src
hermes-simd-benches software healthy crates/hermes-simd-benches
src software healthy crates/hermes-simd-benches/src
benches software healthy crates/hermes-simd-benches/benches
hermes-numeric software healthy crates/hermes-numeric
src software healthy crates/hermes-numeric/src
types software healthy crates/hermes-numeric/src/types
ops software healthy crates/hermes-numeric/src/ops
casts software healthy crates/hermes-numeric/src/casts
packed software healthy crates/hermes-numeric/src/packed
unpack software healthy crates/hermes-numeric/src/packed/unpack
intrinsics software healthy crates/hermes-numeric/src/packed/unpack/intrinsics
impls software healthy crates/hermes-numeric/src/impls
hermes-simd-intrinsics software healthy crates/hermes-simd-intrinsics
src software healthy crates/hermes-simd-intrinsics/src
bitboard software healthy crates/hermes-simd-intrinsics/src/bitboard
kogge_stone software healthy crates/hermes-simd-intrinsics/src/bitboard/kogge_stone
scalar software healthy crates/hermes-simd-intrinsics/src/scalar
x86_64 software healthy crates/hermes-simd-intrinsics/src/x86_64
amx software healthy crates/hermes-simd-intrinsics/src/x86_64/amx
aarch64 software healthy crates/hermes-simd-intrinsics/src/aarch64
hermes-simd-macros software healthy crates/hermes-simd-macros
src software healthy crates/hermes-simd-macros/src
hermes-simd-core software healthy crates/hermes-simd-core
src software healthy crates/hermes-simd-core/src
ops software healthy crates/hermes-simd-core/src/ops
sparse software healthy crates/hermes-simd-core/src/sparse
cow software healthy crates/hermes-simd-core/src/sparse/cow
tensor software healthy crates/hermes-simd-core/src/tensor
iter software healthy crates/hermes-simd-core/src/iter
cow software healthy crates/hermes-simd-core/src/cow
view software healthy crates/hermes-simd-core/src/view
vec software healthy crates/hermes-simd-core/src/vec
hermes-simd-examples software healthy crates/hermes-simd-examples
examples software healthy crates/hermes-simd-examples/examples
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
gates cicd healthy .github/workflows/ci.yml
miri cicd healthy .github/workflows/ci.yml
test-aarch64 cicd healthy .github/workflows/ci.yml
cross-check cicd healthy .github/workflows/ci.yml
supply-chain cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
repobility-clone-77827gys software healthy /tmp/repobility-clone-77827gys

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
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/0ad5c20e-7d24-4a5c-9fda-443029ba93c1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0ad5c20e-7d24-4a5c-9fda-443029ba93c1/

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.