# Cejel Trust Report - witan-batch-1787098815564-168806

- Product: witan-batch-1787098815564-168806
- Rubric: witan-rubric-v17-2026-07-24
- Generated: undefined
- Repository: witan-batch-1787098815564-168806 @ 6ff1d8b0d8c134e867a397eef39702a223ebef9e

## Criterion Profile

| ID | Criterion | Category | Score | Status | Measurement signals |
|---|---|---|---:|---|---|
| A1 | Test integrity and regression signal | Code trust | 2.2 | verified | Test-to-source file ratio: 26 ratio (capped; 35 raw); Static coverage percentage: 0/100 percent; Verification script ratio: 3/4 ratio; Non-hollow test share: 15/34 ratio |
| A2 | Data-layer isolation and secrets posture | Code trust | N/A | not_applicable | N/A |
| A3 | Production readiness | Code trust | N/A | not_applicable | N/A |
| A4 | Dependency hygiene | Code trust | 3.1 | warning | Declared version range ratio: 59/59 ratio; Lockfile coverage: 1/1 present; Dependency automation ratio: 0/2 ratio; Dependency count sanity: 1/1 sane |
| A5 | Claim-vs-reality reconciliation | Code trust | 2.4 | warning | Claim match rate: 12/15 ratio; Claim source depth: 3/4 docs; Reconciliation artifact depth: 0/3 artifacts |
| B1 | Internal process dimension | Process trust | N/A | not_applicable | N/A |
| B2 | PR outcome traceability | Process trust | 3.2 | warning | PR trace basic checks: 2 signals (capped; 4 raw); Recent PR merge ratio: 0/1 ratio |
| B3 | CI and QA discipline | Process trust | 2.0 | verified | CI verification depth: 2/4 signals; PR-gate CI workflow count: 2/4 workflows |
| B4 | Audit trail and report-up completeness | Process trust | 1.9 | verified | Audit artifact depth: 1/3 files; Audit freshness depth: 1/1 ratio |
| B5 | Internal process dimension | Process trust | N/A | not_applicable | N/A |
| B6 | Privileged-operation human gating | Process trust | N/A | not_applicable | N/A |

## Summary Scores

- Code trust: 2.6/4.0
- Process trust: 2.4/4.0
- Overall: 2.5/4.0
- Measured coverage: code trust 3/5, process trust 3/6, overall 6/11 dimensions measured — a dimension counts as measured only when it produced a real score; not-applicable and insufficient-data dimensions are unmeasured. A score reflects only its measured dimensions, and unmeasured is not good — it is unknown.
- Not applicable: A2, A3, B1, B5, B6 — substrate-specific criteria excluded from composite (N/A for external code).

## Evidence

- A1: Detected test file (internal/bundler_tests/bundler_css_test.go:1, sha256:4ca59971537d)
- A1: Detected test file (internal/bundler_tests/bundler_dce_test.go:1, sha256:077703d5e650)
- A1: Detected test file (internal/bundler_tests/bundler_default_test.go:1, sha256:d249d68924f0)
- A1: Detected test file (internal/bundler_tests/bundler_glob_test.go:1, sha256:b1a0fcbc38d7)
- A1: Detected test file (internal/bundler_tests/bundler_importphase_test.go:1, sha256:d56b260cfafc)
- A1: Detected test file (internal/bundler_tests/bundler_importstar_test.go:1, sha256:9c5f3aa40964)
- A1: Detected test file (internal/bundler_tests/bundler_importstar_ts_test.go:1, sha256:5fd6a59f12f6)
- A1: Detected test file (internal/bundler_tests/bundler_loader_test.go:1, sha256:07a896abcd49)
- A1: Configured test runner (Makefile:1, sha256:ca1b97d21eef)
- A1: CI workflow runs the test suite (.github/workflows/ci.yml:1, sha256:a028444642bb)
- A1: Detected test file (internal/bundler_tests/bundler_css_test.go:1, sha256:4ca59971537d) (info)
- A2: N/A — 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: N/A — 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.
- A4: Dependency manifest (npm/esbuild/package.json:1, sha256:d55d1d19fcc5)
- A4: Dependency lockfile (compat-table/package-lock.json:1, sha256:b9b3bf165f6d)
- A4: Dependency manifest (npm/esbuild/package.json:1, sha256:d55d1d19fcc5) (warning)
- A5: Repository claim source (README.md:1, sha256:d9233b2fb0eb)
- A5: Code presence for claim reconciliation (cmd/esbuild/main.go:1, sha256:3e56d13cfa3b)
- A5: Repository claim source (README.md:1, sha256:d9233b2fb0eb) (warning)
- B1: N/A — Substrate-specific: an internal process dimension is not applicable to external code.
- B2: Pull-request CI workflow (.github/workflows/ci.yml:1, sha256:a028444642bb)
- B2: Pull-request CI workflow (.github/workflows/e2e.yml:1, sha256:ea4c80bd05ea)
- B2: Pull-request CI workflow (.github/workflows/publish.yml:1, sha256:8475659bb5fb)
- B2: Pull-request CI workflow (.github/workflows/ci.yml:1, sha256:a028444642bb) (warning)
- B3: CI workflow (.github/workflows/ci.yml:1, sha256:a028444642bb)
- B4: Audit or changelog artifact (CHANGELOG.md:1, sha256:994fc1638806)
- B5: N/A — Substrate-specific: an internal process dimension is not applicable to external code.
- B6: N/A — No privileged-operation surface (prod DB admin GRANT/privilege DDL, role escalation, or documented human-gate governance) detected in this repo.

## Findings

- A1 finding severity info (dimension band verified): Test suite files are present, but no coverage configuration was detected. (Detected test file (internal/bundler_tests/bundler_css_test.go:1, sha256:4ca59971537d))
- A4 finding severity warning (dimension band warning): A4 dimension band is warning at 3.1/4.0. Lowest contributing measurements: Dependency automation ratio 0/2 ratio; Declared version range ratio 59/59 ratio. To improve: enable automated dependency updates and an audit command; declare an explicit compatible version for every dependency. (Dependency manifest (npm/esbuild/package.json:1, sha256:d55d1d19fcc5))
- A5 finding severity warning (dimension band warning): Claim source and implementation files are present, but no dedicated claim-reality report artifact was supplied. (Repository claim source (README.md:1, sha256:d9233b2fb0eb))
- B2 finding severity warning (dimension band 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 signals capped (4 raw). 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:a028444642bb))
