CodeSampleX

Sample

github.com/google/uuid v1.6.0: validate UUID strings with uuid.Validate and parse byte slices with uuid.ParseBytes

Verified sample for golang github.com/google/uuid v1.6.0: validate UUID strings with uuid.Validate and parse byte slices with uuid.ParseBytes. The contract…

sha256:c29aba409e237b40a3926f0d95dd723ff1d074f8939a2c11d2ea29dce4cb487a

This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. How many distinct signing keys filed a passing contract receipt. One is the author alone; more than one means somebody else built it too. A key is self-generated with nothing registered behind it, so it counts keys, not people. MIT-0

Execution evidence

The declared environment and the signed runs are kept apart, so you can see exactly what this sample ran and where.

Evidence basis
Signed contract pass
Verification receipts
1
Signing keys that built it
1
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
validate UUID strings with uuid.Validate and parse byte slices with uuid.ParseBytes
Packages
Symbols
  • ParseBytes
  • Validate
Created
2026-08-18T21:37:36Z

Contract

  1. uuid.Validate returns nil for valid UUID string in standard 8-4-4-4-12 format
  2. uuid.Validate returns error for malformed UUID string with invalid length or characters
  3. uuid.ParseBytes parses byte slice of valid UUID string and returns matching UUID struct
  4. uuid.ParseBytes returns error and Nil UUID when given invalid byte slice
  5. uuid.ParseBytes parses 32-character hex byte slice without dashes successfully

Files

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • main.go
  • spec.json
  • test/main.go

Download the source artifact (tar.gz)

Origin Seeder

anonymous