witan-batch-1787098863628-310984

Date
Run
unknown @ dfa6dd587c5854b4beee5934beb39ba6e9569b84
Rubric
witan-rubric-v17-2026-07-24
2.2/4.0 overall

At risk

Code 2.0 · Process 2.3

code 3/5 · process 2/6 measured · low confidence

Criterion profile

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

5 measured 0 no data 6 N/A

Code trust

A1Test integrity and regression signal
1.8
A2Data-layer isolation and secrets posture
N/A
A3Production readiness
N/A
A4Dependency hygiene
2.8
A5Claim-vs-reality reconciliation
1.4

Process trust

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

Code trust

A1

Test integrity and regression signal

dimension band: warning
1.8
  • Test-to-source file ratio1 ratio (capped; 420 raw)
  • Static coverage percentage0/100 percent
  • Verification script ratio0/4 ratio
  • Non-hollow test share8/8 ratio
  • Detected test file src/AutoMapper.DI.Tests/AppDomainResolutionTests.cs:1 · sha256:12807653e9cc
  • Detected test file src/AutoMapper.DI.Tests/AssemblyResolutionTests.cs:1 · sha256:3e663e84481c
  • Detected test file src/AutoMapper.DI.Tests/AttributeTests.cs:1 · sha256:e57b467dc1ff
  • Detected test file src/AutoMapper.DI.Tests/DependencyTests.cs:1 · sha256:f2bec804f03e
  • Detected test file src/AutoMapper.DI.Tests/Integrations/ServiceLifetimeTests.cs:1 · sha256:4256a89b3a2a
  • Detected test file src/AutoMapper.DI.Tests/MultipleRegistrationTests.cs:1 · sha256:b9426a4d9d1e
  • Detected test file src/AutoMapper.DI.Tests/Profiles.cs:1 · sha256:9580307a2f49
  • Detected test file src/AutoMapper.DI.Tests/Properties/AssemblyInfo.cs:1 · sha256:ed76d76f0cc0
  • finding severity warning: A1 dimension band is warning at 1.8/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 src/AutoMapper.DI.Tests/AppDomainResolutionTests.cs:1 · sha256:12807653e9cc)
A4

Dependency hygiene

dimension band: warning
2.8
  • Declared version range ratio3/3 ratio
  • Dependency automation ratio0/2 ratio
  • Dependency count sanity1/1 sane
  • Dependency manifest docs/requirements.txt:1 · sha256:ad06f98eae2c
  • finding severity warning: A4 dimension band is warning at 2.8/4.0. Lowest contributing measurements: Dependency automation ratio 0/2 ratio; Declared version range ratio 3/3 ratio. To improve: enable automated dependency updates and an audit command; declare an explicit compatible version for every dependency. (Dependency manifest docs/requirements.txt:1 · sha256:ad06f98eae2c)
A5

Claim-vs-reality reconciliation

dimension band: warning
1.4
  • Claim match rate1/2 ratio
  • Claim source depth1/4 docs
  • Reconciliation artifact depth0/3 artifacts
  • Repository claim source README.md:1 · sha256:f0be14ab178e
  • Code presence for claim reconciliation docs/source/conf.py:1 · sha256:0f5c3ce50fd9
  • 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:f0be14ab178e)

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: verified
4.0
  • PR trace basic checks2 signals (capped; 4 raw)
  • Recent PR merge ratio1/1 ratio
  • Pull-request CI workflow .github/workflows/ci.yml:1 · sha256:2da4ee81ab4d
  • Pull-request CI workflow .github/workflows/lock.yml:1 · sha256:eb25785fd7d3
  • Pull-request CI workflow .github/workflows/release.yml:1 · sha256:527f44911edd
B3

CI and QA discipline

dimension band: warning
0.6
  • CI verification depth0/4 signals
  • PR-gate CI workflow count1/4 workflows
  • CI workflow .github/workflows/ci.yml:1 · sha256:2da4ee81ab4d
  • finding severity warning: B3 dimension band is warning at 0.6/4.0. Lowest contributing measurements: CI verification depth 0/4 signals; PR-gate CI workflow count 1/4 workflows. To improve: run the repository verification commands in CI; run CI on the default branch and pull requests. (CI workflow .github/workflows/ci.yml:1 · sha256:2da4ee81ab4d)

Not applicable to this repository

  • B1 Internal process dimension — Substrate-specific: an internal process dimension is not applicable to external code.
  • B4 Audit trail and report-up completeness — Only a static security-policy artifact (e.g. SECURITY.md) was detected — no committed CHANGELOG/CHANGES/HISTORY/NEWS/AUDIT/STATUS/release-notes/runbook/provenance file to rate for an audit trail. The project may publish release history outside the repository (e.g. GitHub Releases). B4 has no ratable surface here; it is excluded rather than scored.
  • 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

  • B2 - PR outcome traceabilityPull-request CI workflow .github/workflows/ci.yml:1 · sha256:2da4ee81ab4d
  • B2 - PR outcome traceabilityPull-request CI workflow .github/workflows/lock.yml:1 · sha256:eb25785fd7d3
  • B2 - PR outcome traceabilityPull-request CI workflow .github/workflows/release.yml:1 · sha256:527f44911edd

Open / unverified

  • A1 - Test integrity and regression signalfinding severity warning: A1 dimension band is warning at 1.8/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 src/AutoMapper.DI.Tests/AppDomainResolutionTests.cs:1 · sha256:12807653e9cc)
  • A4 - Dependency hygienefinding severity warning: A4 dimension band is warning at 2.8/4.0. Lowest contributing measurements: Dependency automation ratio 0/2 ratio; Declared version range ratio 3/3 ratio. To improve: enable automated dependency updates and an audit command; declare an explicit compatible version for every dependency. (Dependency manifest docs/requirements.txt:1 · sha256:ad06f98eae2c)
  • 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:f0be14ab178e)
  • B3 - CI and QA disciplinefinding severity warning: B3 dimension band is warning at 0.6/4.0. Lowest contributing measurements: CI verification depth 0/4 signals; PR-gate CI workflow count 1/4 workflows. To improve: run the repository verification commands in CI; run CI on the default branch and pull requests. (CI workflow .github/workflows/ci.yml:1 · sha256:2da4ee81ab4d)