Exemplo
verify pkg:golang/github.com/google/uuid@v1.6.0
sha256:64bb92b02773e3b9e74755cb39e81fd62e68fa4e4b5c556cb9fe36dc96ead820
Estado de publicação. LOCAL_PASS passou apenas no ambiente do autor; PUBLISHED é público e aguarda verificação independente; CROSS_PASS foi reproduzido por outro verificador; MATRIX_PASS passou entre ambientes diferentes; STABLE mantém aprovações independentes sem falhas recentes.
Força da evidência. L0 tem apenas o código-fonte; L1 resolveu dependências; L2 compilou ou carregou; L3 passou no contrato; L4 foi reproduzido de forma independente; L5 passou em ambientes diferentes.
MIT-0
Evidência de execução
O ambiente declarado é separado das execuções assinadas para mostrar exatamente o que foi provado.
- Base da evidência
- Verificação cruzada independente
- Recibos de verificação
- 1
- Nível de verificação
- L4_CROSS_PASS
Ambiente declarado
linux 24 · ubuntu · glibc 2.39 x64 go 1.22 go 1 wsl
Ambientes das execuções de verificação
| Ambiente | Contrato | Etapas | Execução |
|---|---|---|---|
| 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 |
Caso
HOW- Objetivo
- verify pkg:golang/github.com/google/uuid@v1.6.0
- Pacotes
- Criado
- 2026-08-19T10:18:17Z
Contrato
- uuid.New generates a 16-byte RFC 4122 version 4 UUID with correct variant
- uuid.NewRandom returns a random version 4 UUID and nil error
- uuid.NewString returns a 36-character hyphenated UUID string accepted by Validate
- uuid.Parse successfully parses standard hyphenated UUID strings, unhyphenated 32-character hex, and urn:uuid prefixes
- uuid.MustParse parses valid UUID strings without panicking
- uuid.Validate checks UUID string syntax and rejects invalid formats or non-hex characters
- uuid.NewSHA1 and uuid.NewMD5 generate deterministic name-based UUIDs with RFC 4122 version 5 and version 3
- uuid.NewV7 generates RFC 9562 version 7 time-ordered UUIDs that sort chronologically
- uuid.UUID supports lossless text and binary marshaling via MarshalText, UnmarshalText, MarshalBinary, and UnmarshalBinary
Arquivos
- PROMPT.md
- csx.json
- go.mod
- go.sum
- spec.json
- test/contract.go
Seeder de origem
anônimo