Sample
verify pkg:golang/github.com/jackc/pgx/v5@v5.10.0
sha256:0db17393554b63b12a32460e53810ced82e4aded4d28c674b8e834d584d1777c
Publication state. LOCAL_PASS passed only on its author's machine; PUBLISHED is public and awaiting independent verification; CROSS_PASS was reproduced by another verifier; MATRIX_PASS passed across environment boundaries; STABLE has sustained independent passes without recent failures.
Evidence strength. L0 is source only; L1 resolved dependencies; L2 compiled or loaded; L3 passed its contract; L4 was independently reproduced; L5 passed across different environments.
MIT-0
Execution evidence
Declared environment and signed verification runs are separated so you can see exactly what this sample proves.
- Evidence basis
- Independent cross-verification
- Verification receipts
- 1
- Verification level
- L4_CROSS_PASS
Declared environment
windows 11 x64 go
Verification-run environments
| Environment | Contract | Stages | Run |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-19 |
Case
HOW- Goal
- verify pkg:golang/github.com/jackc/pgx/v5@v5.10.0
- Packages
- Symbols
-
- github.com/jackc/pgx/v5.RowToMap
- github.com/jackc/pgx/v5.RowToStructByPos
- github.com/jackc/pgx/v5.RowToAddrOfStructByPos
- github.com/jackc/pgx/v5.RowTo
- Created
- 2026-08-19T00:39:45Z
Contract
- pgx.RowToMap scans row columns into a map keyed by column names
- pgx.RowToStructByPos scans columns into struct fields by position
- pgx.RowToAddrOfStructByPos scans columns into a pointer to struct by position
- pgx.RowTo scans a single column directly into a scalar type
- pgx.CollectRows works with RowToMap to collect multiple rows as a slice of maps
- pgx.CollectOneRow works with RowToMap to scan a single row into a map
Files
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/main.go
Origin Seeder
anonymous