witan-batch-1787098851979-983310

Date
Run
unknown @ d5b85d44057ff729a89be9c6549958c45d95aa99
Rubric
witan-rubric-v17-2026-07-24
2.1/4.0 overall

At risk

Code 2.1 · Process 2.0

code 3/5 · process 3/6 measured

Criterion profile

Measured scores are plotted on a 0–4 scale. Unknown and not-applicable dimensions remain explicit.

6 measured 0 no data 5 N/A

Code trust

A1Test integrity and regression signal
0.9
A2Data-layer isolation and secrets posture
N/A
A3Production readiness
N/A
A4Dependency hygiene
3.1
A5Claim-vs-reality reconciliation
2.2

Process trust

B1Internal process dimension
N/A
B2PR outcome traceability
3.2
B3CI and QA discipline
1.0
B4Audit trail and report-up completeness
1.9
B5Internal process dimension
N/A
B6Privileged-operation human gating
N/A

Code trust

A1

Test integrity and regression signal

dimension band: warning
0.9
  • Test-to-source file ratio15/59 ratio
  • Static coverage percentage0/100 percent
  • Verification script ratio0/4 ratio
  • Non-hollow test share10/10 ratio
  • Detected test file crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs:1 · sha256:1a38fdb4ba4b
  • Detected test file crates/ignore/tests/gitignore_skip_bom.rs:1 · sha256:93b70f641a87
  • Detected test file crates/matcher/tests/test_matcher.rs:1 · sha256:daaff26c1359
  • Detected test file crates/matcher/tests/tests.rs:1 · sha256:a6a20ad15557
  • Detected test file crates/matcher/tests/util.rs:1 · sha256:a7dcad0b540d
  • Detected test file tests/binary.rs:1 · sha256:683714aaf5bb
  • Detected test file tests/feature.rs:1 · sha256:fbc6455c5d2c
  • Detected test file tests/hay.rs:1 · sha256:ee8d21ddd6f0
  • finding severity warning: A1 dimension band is warning at 0.9/4.0. Lowest contributing measurements: Static coverage percentage 0/100 percent; Verification script ratio 0/4 ratio. To improve: configure coverage and publish a measured threshold or report; add explicit test, lint, and typecheck verification commands. (Detected test file crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs:1 · sha256:1a38fdb4ba4b)
A4

Dependency hygiene

dimension band: warning
3.1
  • Declared version range ratio67/67 ratio
  • Lockfile coverage1/1 present
  • Dependency automation ratio0/2 ratio
  • Dependency count sanity1/1 sane
  • Dependency manifest Cargo.toml:1 · sha256:90d447c5a856
  • Dependency lockfile Cargo.lock:1 · sha256:7d0fc6b67466
  • finding severity warning: A4 dimension band is warning at 3.1/4.0. Lowest contributing measurements: Dependency automation ratio 0/2 ratio; Declared version range ratio 67/67 ratio. To improve: enable automated dependency updates and an audit command; declare an explicit compatible version for every dependency. (Dependency manifest Cargo.toml:1 · sha256:90d447c5a856)
A5

Claim-vs-reality reconciliation

dimension band: warning
2.2
  • Claim match rate12/13 ratio
  • Claim source depth1/4 docs
  • Reconciliation artifact depth0/3 artifacts
  • Repository claim source README.md:1 · sha256:a69c389a49ae
  • Code presence for claim reconciliation crates/cli/src/decompress.rs:1 · sha256:eaceb58ab4c6
  • finding severity warning: Claim source and implementation files are present, but no dedicated claim-reality report artifact was supplied. (Repository claim source README.md:1 · sha256:a69c389a49ae)

Not applicable to this repository

  • A2 Data-layer isolation and secrets posture — No data layer (DB/ORM/migrations) or ratable secrets surface detected — A2 not applicable to this repo archetype. A ratable surface requires .env* files, .gitignore .env rule, committed/history .env path, or detected signing/HMAC/secret-comparison code; bare env reads (process.env / os.environ / std::env::) do not qualify.
  • A3 Production readiness — No deployable-service surface detected — production-readiness not applicable to this library/CLI archetype. Signals checked: production server entrypoint (HTTP/RPC port binding in main/server/app files, outside examples/tests/demo dirs), deploy config (vercel.json, render.yaml, fly.toml, Procfile, app.yaml, serverless.yml, docker-compose, k8s/helm manifests), CI deploy job (fly deploy, kubectl apply, helm install/upgrade, docker push). A Dockerfile without an explicit runtime start/service command is ambiguous and does not qualify.

Process trust

B2

PR outcome traceability

dimension band: warning
3.2
  • PR trace basic checks2/2 signals
  • Recent PR merge ratio0/1 ratio
  • Pull-request CI workflow .github/workflows/ci.yml:1 · sha256:1c75224e8d94
  • Pull-request CI workflow .github/workflows/release.yml:1 · sha256:190aea818537
  • finding severity warning: B2 dimension band is warning at 3.2/4.0. Lowest contributing measurements: Recent PR merge ratio 0/1 ratio; PR trace basic checks 2/2 signals. To improve: preserve merged pull-request history in the scanned clone; add pull-request templates and outcome-trace records. (Pull-request CI workflow .github/workflows/ci.yml:1 · sha256:1c75224e8d94)
B3

CI and QA discipline

dimension band: verified
1.0
  • CI verification depth1/4 signals
  • PR-gate CI workflow count1/4 workflows
  • CI workflow .github/workflows/ci.yml:1 · sha256:1c75224e8d94
B4

Audit trail and report-up completeness

dimension band: verified
1.9
  • Audit artifact depth1/3 files
  • Audit freshness depth1/1 ratio
  • Audit or changelog artifact CHANGELOG.md:1 · sha256:ec63f4787167

Not applicable to this repository

  • B1 Internal process dimension — Substrate-specific: an internal process dimension is not applicable to external code.
  • B5 Internal process dimension — Substrate-specific: an internal process dimension is not applicable to external code.
  • B6 Privileged-operation human gating — No privileged-operation surface (prod DB admin GRANT/privilege DDL, role escalation, or documented human-gate governance) detected in this repo.

Verified evidence

  • B3 - CI and QA disciplineCI workflow .github/workflows/ci.yml:1 · sha256:1c75224e8d94
  • B4 - Audit trail and report-up completenessAudit or changelog artifact CHANGELOG.md:1 · sha256:ec63f4787167

Open / unverified

  • A1 - Test integrity and regression signalfinding severity warning: A1 dimension band is warning at 0.9/4.0. Lowest contributing measurements: Static coverage percentage 0/100 percent; Verification script ratio 0/4 ratio. To improve: configure coverage and publish a measured threshold or report; add explicit test, lint, and typecheck verification commands. (Detected test file crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs:1 · sha256:1a38fdb4ba4b)
  • A4 - Dependency hygienefinding severity warning: A4 dimension band is warning at 3.1/4.0. Lowest contributing measurements: Dependency automation ratio 0/2 ratio; Declared version range ratio 67/67 ratio. To improve: enable automated dependency updates and an audit command; declare an explicit compatible version for every dependency. (Dependency manifest Cargo.toml:1 · sha256:90d447c5a856)
  • A5 - Claim-vs-reality reconciliationfinding severity warning: Claim source and implementation files are present, but no dedicated claim-reality report artifact was supplied. (Repository claim source README.md:1 · sha256:a69c389a49ae)
  • B2 - PR outcome traceabilityfinding severity warning: B2 dimension band is warning at 3.2/4.0. Lowest contributing measurements: Recent PR merge ratio 0/1 ratio; PR trace basic checks 2/2 signals. To improve: preserve merged pull-request history in the scanned clone; add pull-request templates and outcome-trace records. (Pull-request CI workflow .github/workflows/ci.yml:1 · sha256:1c75224e8d94)