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.

wafer-run/wafer-run

https://github.com/wafer-run/wafer-run · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

28 raw signals (0 security + 28 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 14 actionable findings from 1 signal source. 14 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 695 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
RELEASE.md software healthy RELEASE.md
Cargo.toml software healthy Cargo.toml
README.md software healthy README.md
rustfmt.toml software healthy rustfmt.toml
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
package-lock.json software healthy package-lock.json
LICENSE software healthy LICENSE
Cargo.lock software healthy Cargo.lock
CHANGELOG.md software healthy CHANGELOG.md
Cargo.toml software healthy sdks/rust/Cargo.toml
lib.rs software healthy sdks/rust/src/lib.rs
attachment.rs software healthy sdks/rust/src/attachment.rs
stream.rs software healthy sdks/rust/src/stream.rs
core_abi.rs software healthy sdks/rust/src/core_abi.rs
auth.rs software healthy sdks/rust/src/clients/auth.rs
image.rs software healthy sdks/rust/src/clients/image.rs
llm.rs software healthy sdks/rust/src/clients/llm.rs
mod.rs software healthy sdks/rust/src/clients/mod.rs
database.rs software healthy sdks/rust/src/clients/database.rs
storage.rs software healthy sdks/rust/src/clients/storage.rs
network.rs software healthy sdks/rust/src/clients/network.rs
logger.rs software healthy sdks/rust/src/clients/logger.rs
common.rs software healthy sdks/rust/src/clients/common.rs
config.rs software healthy sdks/rust/src/clients/config.rs
vector.rs software healthy sdks/rust/src/clients/vector.rs
crypto.rs software healthy sdks/rust/src/clients/crypto.rs
2026-06-04-wasm-call-service-103.md software healthy docs/design/2026-06-04-wasm-call-service-103.md
2026-06-05-rust-best-practices-audit.md software healthy docs/reviews/2026-06-05-rust-best-practices-audit.md
2026-06-04-code-review.md software healthy docs/reviews/2026-06-04-code-review.md
lazy-block-init.md software healthy docs/migrations/lazy-block-init.md
check.sh software healthy scripts/check.sh
build-fixtures.sh software healthy scripts/build-fixtures.sh
Cargo.toml software healthy crates/wafer-block-macro/Cargo.toml
wafer_async_trait.rs software healthy crates/wafer-block-macro/tests/wafer_async_trait.rs
skill_macro.rs software healthy crates/wafer-block-macro/tests/skill_macro.rs
capabilities_macro.rs software healthy crates/wafer-block-macro/tests/capabilities_macro.rs
skill_block_without_wafer_run_dep.rs software healthy crates/wafer-block-macro/tests/skill_block_without_wafer_ru…
requires_macro.rs software healthy crates/wafer-block-macro/tests/requires_macro.rs
trybuild.rs software healthy crates/wafer-block-macro/tests/trybuild.rs
Cargo.toml software healthy crates/wafer-block-macro/tests/skill-block-without-wafer-ru…
lib.rs software healthy crates/wafer-block-macro/tests/skill-block-without-wafer-ru…
pass_with_new.rs software healthy crates/wafer-block-macro/tests/fixtures/pass_with_new.rs
fail_invalid_block_name.rs software healthy crates/wafer-block-macro/tests/fixtures/fail_invalid_block_…
fail_caps_and_skill.rs software healthy crates/wafer-block-macro/tests/fixtures/fail_caps_and_skill…
fail_missing_new.rs software healthy crates/wafer-block-macro/tests/fixtures/fail_missing_new.rs
lib.rs software healthy crates/wafer-block-macro/src/lib.rs
Cargo.toml software healthy crates/wafer-block/Cargo.toml
skill_metadata_test.rs software healthy crates/wafer-block/tests/skill_metadata_test.rs

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

LabelLayerStatusPath
sdks software healthy sdks
rust software healthy sdks/rust
src software healthy sdks/rust/src
clients software healthy sdks/rust/src/clients
docs software healthy docs
design software healthy docs/design
reviews software healthy docs/reviews
migrations software healthy docs/migrations
scripts software healthy scripts
crates software healthy crates
wafer-block-macro software healthy crates/wafer-block-macro
tests software healthy crates/wafer-block-macro/tests
skill-block-without-wafer-run-dep software healthy crates/wafer-block-macro/tests/skill-block-without-wafer-ru…
src software healthy crates/wafer-block-macro/tests/skill-block-without-wafer-ru…
fixtures software healthy crates/wafer-block-macro/tests/fixtures
src software healthy crates/wafer-block-macro/src
wafer-block software healthy crates/wafer-block
tests software healthy crates/wafer-block/tests
src software healthy crates/wafer-block/src
streams software healthy crates/wafer-block/src/streams
types software healthy crates/wafer-block/src/types
common software healthy crates/wafer-block/src/common
wire software healthy crates/wafer-block/src/wire
wafer-block-postgres software healthy crates/wafer-block-postgres
src software healthy crates/wafer-block-postgres/src
wafer-cli software healthy crates/wafer-cli
tests software healthy crates/wafer-cli/tests
util software healthy crates/wafer-cli/tests/util
fixtures software healthy crates/wafer-cli/tests/fixtures
dev-fake-app software healthy crates/wafer-cli/tests/fixtures/dev-fake-app
src software healthy crates/wafer-cli/tests/fixtures/dev-fake-app/src
src software healthy crates/wafer-cli/src
commands software healthy crates/wafer-cli/src/commands
dev software healthy crates/wafer-cli/src/commands/dev
wafer-block-inspector software healthy crates/wafer-block-inspector
src software healthy crates/wafer-block-inspector/src
wafer-ffi software healthy crates/wafer-ffi
src software healthy crates/wafer-ffi/src
wafer-test-support software healthy crates/wafer-test-support
src software healthy crates/wafer-test-support/src
wafer-run software healthy crates/wafer-run
spec software healthy crates/wafer-run/spec
tests software healthy crates/wafer-run/tests
attachment_dispatch software healthy crates/wafer-run/tests/attachment_dispatch
src software healthy crates/wafer-run/tests/attachment_dispatch/src
service_client_guest software healthy crates/wafer-run/tests/service_client_guest
src software healthy crates/wafer-run/tests/service_client_guest/src
dispatch_guest software healthy crates/wafer-run/tests/dispatch_guest
src software healthy crates/wafer-run/tests/dispatch_guest/src
site software healthy crates/wafer-run/site

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

LabelLayerStatusPath
10.0.0.1 network healthy crates/wafer-block/src/response.rs
1.2.3.4 network healthy crates/wafer-block/src/http_codec.rs
127.0.0.1 network healthy crates/wafer-cli/tests/install_full_flow.rs
127.0.0.0 network healthy crates/wafer-block-monitoring/src/lib.rs
127.255.255.255 network healthy crates/wafer-block-monitoring/src/lib.rs
127.0.1.2 network healthy crates/wafer-block-monitoring/src/lib.rs
192.168.1.1 network healthy crates/wafer-block-monitoring/src/lib.rs
128.0.0.1 network healthy crates/wafer-block-monitoring/src/lib.rs
10.0.0.0 network healthy crates/wafer-core/src/security.rs
172.16.0.0 network healthy crates/wafer-core/src/security.rs
192.168.0.0 network healthy crates/wafer-core/src/security.rs
169.254.0.0 network healthy crates/wafer-core/src/security.rs
100.64.0.0 network healthy crates/wafer-core/src/security.rs
192.0.0.0 network healthy crates/wafer-core/src/security.rs
198.18.0.0 network healthy crates/wafer-core/src/security.rs
240.0.0.0 network healthy crates/wafer-core/src/security.rs
255.255.255.255 network healthy crates/wafer-core/src/security.rs
93.184.216.34 network healthy crates/wafer-core/src/security.rs
172.16.0.1 network healthy crates/wafer-core/src/security.rs
169.254.1.1 network healthy crates/wafer-core/src/security.rs
169.254.169.254 network healthy crates/wafer-core/src/security.rs
100.64.0.1 network healthy crates/wafer-core/src/security.rs
100.127.255.255 network healthy crates/wafer-core/src/security.rs
100.63.255.255 network healthy crates/wafer-core/src/security.rs
100.128.0.1 network healthy crates/wafer-core/src/security.rs
192.0.0.1 network healthy crates/wafer-core/src/security.rs
192.0.0.255 network healthy crates/wafer-core/src/security.rs
192.0.2.0 network healthy crates/wafer-core/src/security.rs
192.0.1.1 network healthy crates/wafer-core/src/security.rs
198.18.0.1 network healthy crates/wafer-core/src/security.rs
198.19.255.255 network healthy crates/wafer-core/src/security.rs
198.17.255.255 network healthy crates/wafer-core/src/security.rs
198.20.0.1 network healthy crates/wafer-core/src/security.rs
240.0.0.1 network healthy crates/wafer-core/src/security.rs
250.1.2.3 network healthy crates/wafer-core/src/security.rs
239.255.255.255 network healthy crates/wafer-core/src/security.rs
37.0.0.1 network healthy crates/wafer-core/src/security.rs
10.0.0.5 network healthy crates/wafer-core/src/interfaces/database/handler.rs
1.1.1.1 network healthy crates/wafer-block-ip-rate-limit/src/lib.rs
2.2.2.2 network healthy crates/wafer-block-ip-rate-limit/src/lib.rs
3.3.3.3 network healthy crates/wafer-block-ip-rate-limit/src/lib.rs
4.4.4.4 network healthy crates/wafer-block-ip-rate-limit/src/lib.rs
5.5.5.5 network healthy crates/wafer-block-ip-rate-limit/src/lib.rs
6.6.6.6 network healthy crates/wafer-block-ip-rate-limit/src/lib.rs

LabelLayerStatusPath
auth::crates/wafer-flow/src/parser.rs security healthy crates/wafer-flow/src/parser.rs
auth::sdks/rust/src/clients/crypto.rs security healthy sdks/rust/src/clients/crypto.rs
auth::crates/wafer-core/src/clients/mod.rs security healthy crates/wafer-core/src/clients/mod.rs
auth::crates/wafer-block-crypto/Cargo.toml security healthy crates/wafer-block-crypto/Cargo.toml
auth::crates/wafer-block-web/src/lib.rs security healthy crates/wafer-block-web/src/lib.rs
auth::crates/wafer-flow/src/types.rs security healthy crates/wafer-flow/src/types.rs
auth::crates/wafer-test-support/src/fake_crypto.rs security healthy crates/wafer-test-support/src/fake_crypto.rs
auth::crates/wafer-core/src/clients/crypto.rs security healthy crates/wafer-core/src/clients/crypto.rs
auth::.github/workflows/release.yml security healthy .github/workflows/release.yml
auth::crates/wafer-core/src/discovery.rs security healthy crates/wafer-core/src/discovery.rs
auth::crates/wafer-block/src/wire/crypto.rs security healthy crates/wafer-block/src/wire/crypto.rs
auth::crates/wafer-block-crypto/src/primitives.rs security healthy crates/wafer-block-crypto/src/primitives.rs
auth::crates/wafer-block-crypto/src/lib.rs security healthy crates/wafer-block-crypto/src/lib.rs
auth::crates/wafer-block/src/interfaces.rs security healthy crates/wafer-block/src/interfaces.rs
auth::crates/wafer-core/src/interfaces/crypto/mod.rs security healthy crates/wafer-core/src/interfaces/crypto/mod.rs
auth::crates/wafer-block/src/types/config_var.rs security healthy crates/wafer-block/src/types/config_var.rs
auth::crates/wafer-block-crypto/src/service.rs security healthy crates/wafer-block-crypto/src/service.rs
auth::crates/wafer-core/src/service_blocks/crypto.rs security healthy crates/wafer-core/src/service_blocks/crypto.rs
auth::crates/wafer-core/src/interfaces/crypto/handler.rs security healthy crates/wafer-core/src/interfaces/crypto/handler.rs

LabelLayerStatusPath
check cicd healthy .github/workflows/ci-jobs.yml
test cicd healthy .github/workflows/ci-jobs.yml
wasm cicd healthy .github/workflows/ci-jobs.yml
audit cicd healthy .github/workflows/ci-jobs.yml
ci cicd healthy .github/workflows/ci.yml
build cicd healthy .github/workflows/release.yml
update-registry cicd healthy .github/workflows/release.yml
ci cicd healthy .github/workflows/ci-main.yml
coverage cicd healthy .github/workflows/ci-main.yml
shellcheck cicd healthy .github/workflows/shellcheck.yml

LabelLayerStatusPath
HomepageHeader software healthy crates/wafer-run/site/src/pages/index.tsx:HomepageHeader
Home software healthy crates/wafer-run/site/src/pages/index.tsx:Home
validateWaferflow software healthy crates/wafer-run-node/index.d.ts:validateWaferflow
buildUrl software healthy packages/wafer-client-js/src/transport.ts:buildUrl
parseHeaders software healthy packages/wafer-client-js/src/transport.ts:parseHeaders
defaultCredentials software healthy packages/wafer-client-js/src/transport.ts:defaultCredentials
send software healthy packages/wafer-client-js/src/transport.ts:send

LabelLayerStatusPath
gha::ci-jobs cicd healthy .github/workflows/ci-jobs.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::release cicd healthy .github/workflows/release.yml
gha::ci-main cicd healthy .github/workflows/ci-main.yml
gha::shellcheck cicd healthy .github/workflows/shellcheck.yml

LabelLayerStatusPath
postgres data healthy Cargo.toml
sqlite data healthy Cargo.toml
mysql data healthy Cargo.lock
postgresql data healthy crates/wafer-block-postgres/Cargo.toml

LabelLayerStatusPath
WaferRuntime software healthy crates/wafer-run-node/index.d.ts:WaferRuntime
WaferClient software healthy packages/wafer-client-js/src/client.ts:WaferClient
WaferError software healthy packages/wafer-client-js/src/types/error.ts:WaferError

LabelLayerStatusPath
password_literal::crates/wafer-block/src/wire/crypto.rs security healthy crates/wafer-block/src/wire/crypto.rs
password_literal::crates/wafer-block/src/wire/crypto.rs security healthy crates/wafer-block/src/wire/crypto.rs

LabelLayerStatusPath
CODECOV_TOKEN cicd healthy
REGISTRY_TOKEN cicd healthy

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

LabelLayerStatusPath
vps::aws hardware healthy Cargo.toml

LabelLayerStatusPath
/ frontend healthy crates/wafer-run/site/src/pages/index.tsx

LabelLayerStatusPath
Home frontend healthy crates/wafer-run/site/src/pages/index.tsx
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/99f30a95-0f26-4cc8-a78a-e9ad3266113c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/99f30a95-0f26-4cc8-a78a-e9ad3266113c/

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.