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.

r2jitu/waitless

https://github.com/r2jitu/waitless · scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)

64 raw signals (0 security + 64 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 59 actionable findings from 1 signal source. 5 repeated signals grouped for readability. 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 757 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
Cargo.toml software healthy Cargo.toml
README.md software healthy README.md
rustfmt.toml software healthy rustfmt.toml
Cargo.lock software healthy Cargo.lock
requirements.txt software healthy requirements.txt
test.py software healthy tests/integration/tls/test.py
main.rs software healthy tests/integration/tls/src/main.rs
test.py software healthy tests/integration/smp/test.py
main.rs software healthy tests/integration/smp/src/main.rs
test.py software healthy tests/integration/percpu/test.py
main.rs software healthy tests/integration/percpu/src/main.rs
test.py software healthy tests/integration/async/test.py
main.rs software healthy tests/integration/async/src/main.rs
native_main.rs software healthy bazel/rules/native_main.rs
waitless_main.rs software healthy bazel/rules/waitless_main.rs
Cargo.toml software healthy bazel/crates-bridge/Cargo.toml
lib.rs software healthy bazel/crates-bridge/src/lib.rs
x86_64-waitless-none.json software healthy bazel/toolchain/x86_64-waitless-none.json
lld.sh software healthy bazel/toolchain/wrapper/lld.sh
clang.sh software healthy bazel/toolchain/wrapper/clang.sh
test.py software healthy apps/socks/test.py
socks5.rs software healthy apps/socks/src/socks5.rs
main.rs software healthy apps/socks/src/main.rs
main.rs software healthy apps/gateway/src/main.rs
main.rs software healthy apps/hello/src/main.rs
test_mc.py software healthy apps/webserver/test_mc.py
test.py software healthy apps/webserver/test.py
pages.rs software healthy apps/webserver/src/pages.rs
endpoints.rs software healthy apps/webserver/src/endpoints.rs
main.rs software healthy apps/webserver/src/main.rs
README.md software healthy apps/webserver/dev_certs/README.md
regen-mkcert.sh software healthy apps/webserver/dev_certs/regen-mkcert.sh
regen.sh software healthy apps/webserver/dev_certs/regen.sh
roadmap.md software healthy docs/roadmap.md
networking.md software healthy docs/networking.md
tx-backpressure.md software healthy docs/tx-backpressure.md
observability.md software healthy docs/observability.md
tls-backlog.md software healthy docs/tls-backlog.md
quic-golden.md software healthy docs/quic-golden.md
crates.md software healthy docs/crates.md
README.md software healthy docs/README.md
stack-architecture.md software healthy docs/stack-architecture.md
tcp-backlog.md software healthy docs/tcp-backlog.md
gvnic.md software healthy docs/gvnic.md
iobuf-type-model.md software healthy docs/iobuf-type-model.md
http3-backlog.md software healthy docs/http3-backlog.md
http2-backlog.md software healthy docs/http2-backlog.md
streaming-response.md software healthy docs/streaming-response.md
conformance-roadmap.md software healthy docs/conformance-roadmap.md
benchmarking.md software healthy docs/benchmarking.md

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

LabelLayerStatusPath
setUpClass software healthy tests/integration/tls/test.py:25
test_all_primitives_passed software healthy tests/integration/tls/test.py:33
test_no_subtest_failures software healthy tests/integration/tls/test.py:40
setUpClass software healthy tests/integration/smp/test.py:29
test_each_core_reported software healthy tests/integration/smp/test.py:36
test_app_reached_main software healthy tests/integration/smp/test.py:45
test_ipi_round_trip software healthy tests/integration/smp/test.py:49
setUpClass software healthy tests/integration/percpu/test.py:24
test_each_core_announced software healthy tests/integration/percpu/test.py:31
test_each_core_percpu_state software healthy tests/integration/percpu/test.py:42
test_tx_staging_cross_core software healthy tests/integration/percpu/test.py:52
setUpClass software healthy tests/integration/async/test.py:31
assertMarker software healthy tests/integration/async/test.py:38
test_initial_spawn software healthy tests/integration/async/test.py:47
test_task_started software healthy tests/integration/async/test.py:50
test_timer_fires software healthy tests/integration/async/test.py:53
test_nested_spawn software healthy tests/integration/async/test.py:56
test_nested_completes software healthy tests/integration/async/test.py:59
test_udp_bind_drop_releases_port software healthy tests/integration/async/test.py:64
test_udp_fanout_handle_drop_releases_port software healthy tests/integration/async/test.py:72
test_tcp_bind_drop_releases_port software healthy tests/integration/async/test.py:80
test_tcp_fanout_handle_drop_releases_port software healthy tests/integration/async/test.py:85
handle software healthy apps/socks/test.py:59
_wait_port_open software healthy apps/socks/test.py:72
_socks5_connect software healthy apps/socks/test.py:85
_recv_exact software healthy apps/socks/test.py:110
setUpClass software healthy apps/socks/test.py:123
tearDownClass software healthy apps/socks/test.py:151
test_relay_roundtrip software healthy apps/socks/test.py:159
test_relay_larger_than_one_segment software healthy apps/socks/test.py:169
test_domain_atyp_rejected software healthy apps/socks/test.py:180
test_non_socks_greeting_closed software healthy apps/socks/test.py:199
test_connect_refused_maps_to_reply software healthy apps/socks/test.py:208
_launcher_env software healthy apps/webserver/test_mc.py:62
setUpClass software healthy apps/webserver/test_mc.py:80
tearDownClass software healthy apps/webserver/test_mc.py:97
_log software healthy apps/webserver/test_mc.py:100
test_boot_reports_requested_cpu_count software healthy apps/webserver/test_mc.py:103
test_multiqueue_negotiated software healthy apps/webserver/test_mc.py:116
test_concurrent_http_burst software healthy apps/webserver/test_mc.py:132
one_request software healthy apps/webserver/test_mc.py:143
test_tcp_echo_from_multiple_sources software healthy apps/webserver/test_mc.py:161
_launcher_env software healthy apps/webserver/test.py:61
do_GET software healthy apps/webserver/test.py:102
log_message software healthy apps/webserver/test.py:109
setUpClass software healthy apps/webserver/test.py:117
tearDownClass software healthy apps/webserver/test.py:143
test_http_root software healthy apps/webserver/test.py:150
test_http_health software healthy apps/webserver/test.py:154
test_http_notfound software healthy apps/webserver/test.py:158

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

LabelLayerStatusPath
tests software healthy tests
integration software healthy tests/integration
tls software healthy tests/integration/tls
src software healthy tests/integration/tls/src
smp software healthy tests/integration/smp
src software healthy tests/integration/smp/src
percpu software healthy tests/integration/percpu
src software healthy tests/integration/percpu/src
async software healthy tests/integration/async
src software healthy tests/integration/async/src
bazel software healthy bazel
rules software healthy bazel/rules
crates-bridge software healthy bazel/crates-bridge
src software healthy bazel/crates-bridge/src
toolchain software healthy bazel/toolchain
wrapper software healthy bazel/toolchain/wrapper
apps software healthy apps
socks software healthy apps/socks
src software healthy apps/socks/src
gateway software healthy apps/gateway
src software healthy apps/gateway/src
hello software healthy apps/hello
src software healthy apps/hello/src
webserver software healthy apps/webserver
src software healthy apps/webserver/src
dev_certs software healthy apps/webserver/dev_certs
docs software healthy docs
assets software healthy docs/assets
bench-2026-06-11 software healthy docs/assets/bench-2026-06-11
scripts software healthy scripts
bench software healthy scripts/bench
loadgen software healthy scripts/bench/loadgen
src software healthy scripts/bench/loadgen/src
peer-linux software healthy scripts/peer-linux
tokio-hyper software healthy scripts/peer-linux/tokio-hyper
src software healthy scripts/peer-linux/tokio-hyper/src
nginx software healthy scripts/peer-linux/nginx
crates software healthy crates
crypto software healthy crates/crypto
aes-gcm software healthy crates/crypto/aes-gcm
src software healthy crates/crypto/aes-gcm/src
boot software healthy crates/boot
src software healthy crates/boot/src
util software healthy crates/util
sync software healthy crates/util/sync
src software healthy crates/util/sync/src
obs software healthy crates/util/obs
src software healthy crates/util/obs/src
tagged-treiber software healthy crates/util/tagged-treiber
src software healthy crates/util/tagged-treiber/src

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

LabelLayerStatusPath
127.0.0.1 network healthy apps/socks/test.py
10.0.2.2 network healthy apps/socks/src/socks5.rs
10.0.2.15 network healthy apps/webserver/test.py
10.20.30.10 network healthy scripts/gcp.sh
10.20.30.0 network healthy scripts/gcp.sh
10.20.30.1 network healthy scripts/gcp.sh
10.0.0.1 network healthy scripts/bench/envs.py
10.20.30.20 network healthy scripts/bench/bench-tap-setup.sh
10.138.0.43 network healthy scripts/peer-linux/pareto-bench.sh
10.138.0.42 network healthy scripts/peer-linux/pareto-bench.sh
1.0.0.127 network healthy crates/waitless/backend/src/native/udp.rs
4.2.11.2 network healthy crates/proto/tls/src/handlers.rs
4.2.11.1 network healthy crates/proto/tls/src/handlers.rs
4.5.1.1 network healthy crates/proto/http3/src/qpack.rs
17.2.5.2 network healthy crates/proto/quic/src/conn/client.rs
17.2.5.1 network healthy crates/proto/quic/src/conn/client.rs
17.2.5.3 network healthy crates/proto/quic/src/conn/client.rs
8.1.2.6 network healthy crates/proto/http2/src/server.rs
8.1.2.3 network healthy crates/proto/http2/src/server.rs
8.1.2.1 network healthy crates/proto/http2/src/server.rs
8.1.2.2 network healthy crates/proto/http2/src/server.rs
5.1.6.5 network healthy crates/drivers/virtio-net/src/init.rs
3.10.7.4 network healthy crates/net/tcp/src/diag.rs
3.10.7.3 network healthy crates/net/tcp/src/diag.rs
3.8.6.1 network healthy crates/net/tcp/src/diag.rs
4.2.2.16 network healthy crates/net/tcp/src/state.rs
3.8.6.2 network healthy crates/net/tcp/src/state.rs
255.255.255.255 network healthy crates/net/src/types.rs
10.0.2.12 network healthy crates/net/src/types.rs
99.130.83.99 network healthy crates/net/src/protocol_tests.rs
255.255.255.0 network healthy crates/net/src/protocol_tests.rs
8.4.4.1 network healthy crates/kernel/bare/src/x86_64/smp.rs
1.2.3.4 network healthy tools/hvf-runner/src/userspace_net/mod.rs

LabelLayerStatusPath
TlsPrimitiveTest software healthy tests/integration/tls/test.py:21
SmpBootTest software healthy tests/integration/smp/test.py:25
PerCoreStateTest software healthy tests/integration/percpu/test.py:20
AsyncRuntimeSmokeTest software healthy tests/integration/async/test.py:27
_EchoHandler software healthy apps/socks/test.py:58
_EchoServer software healthy apps/socks/test.py:67
SocksProxyTest software healthy apps/socks/test.py:121
WebserverMultiCoreTest software healthy apps/webserver/test_mc.py:76
_FetchFixtureHandler software healthy apps/webserver/test.py:101
WebserverServiceTest software healthy apps/webserver/test.py:113
WebserverShutdownTest software healthy apps/webserver/test.py:973
P software healthy apps/webserver/test.py:1079
Launcher software healthy scripts/test_helpers.py:49
PtyLauncher software healthy scripts/test_helpers.py:157
H3Probe software healthy scripts/test_helpers.py:360
GetProbe software healthy scripts/h3-get-discard.py:19
QemuEnv software healthy scripts/bench/envs.py:33
KvmEnv software healthy scripts/bench/envs.py:112
QemuAarch64Env software healthy scripts/bench/envs.py:223
DockerEnv software healthy scripts/bench/envs.py:289
NativeEnv software healthy scripts/bench/envs.py:347
HvfEnv software healthy scripts/bench/envs.py:417
RemoteEnv software healthy scripts/bench/envs.py:507

LabelLayerStatusPath
port:80 network healthy README.md
port:8080 network healthy apps/socks/src/socks5.rs
port:04 network healthy scripts/renew-and-deploy.sh
port:17 network healthy scripts/renew-and-deploy.sh
port:18443 network healthy scripts/open-browser-h3.sh
port:8443 network healthy scripts/open-browser-h3.sh
port:52 network healthy scripts/gcp.sh
port:54 network healthy scripts/gcp.sh
port:12 network healthy scripts/gcp.sh
port:34 network healthy scripts/gcp.sh
port:56 network healthy scripts/gcp.sh

LabelLayerStatusPath
image::scripts/bench/Dockerfile hardware healthy scripts/bench/Dockerfile
image::scripts/peer-linux/tokio-hyper/Dockerfile hardware healthy scripts/peer-linux/tokio-hyper/Dockerfile
image::scripts/peer-linux/nginx/Dockerfile hardware healthy scripts/peer-linux/nginx/Dockerfile

LabelLayerStatusPath
vps::gcp hardware healthy scripts/helpers.sh
vps::aws hardware healthy scripts/deploy-aws.sh
vps::ec2 hardware healthy scripts/deploy-aws.sh

LabelLayerStatusPath
repobility-clone-s52am6_c software healthy /tmp/repobility-clone-s52am6_c

LabelLayerStatusPath
nginx network healthy README.md
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/6ab37f4e-c7ad-44b2-b9f9-672d7e93fe56/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6ab37f4e-c7ad-44b2-b9f9-672d7e93fe56/

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.