CodeSampleX

Exemple

golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e: module.Check

Échantillon vérifié pour golang golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e: module.Check. Le contrat s'est exécuté sur go 1.26 · linux debian/x64 …

sha256:2ff591fb1387eda39f20a14ddfd546853c51eeae0709008165df0c68b7631a76

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
1
Clés de signature qui l’ont compilé
1
Environnement déclaré go 1.26 linux 24 · ubuntu · glibc 2.39 x64 go 1.26 go go 1

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
go 1.26 · linux debian/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1golang:1.26@sha256:e30143be198a…
2026-09-19

Cas

HOW
Objectif
verify pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e
Paquets
Symboles
  • module.Check
Environnement
go 1.26.6
Créé
2026-09-18T15:28:05Z

Contrat

  1. module.Check returns nil for a valid module path and semantic version
  2. module.Check returns nil for major version >= 2 when path includes the matching /vN suffix
  3. module.Check returns error when major version >= 2 is used without a matching /vN path suffix
  4. module.Check returns error when version string is not a semantic version
  5. module.Check returns error when module path contains invalid syntax such as a leading dash
  6. module.Check returns error when module path is empty
  7. module.Check returns error when module path contains an invalid /v0 major version suffix

Fichiers

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

Télécharger l’artefact source (tar.gz)

Code source

PROMPT.md
Clean-room public code sample — generation instructions

Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.

A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.

Goal: verify pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e
Required runtime conditions:
  - ecosystem: golang
  - language: go
  - packageManager: go@1.26.6
  - runtime: go@1.26.6

Rules:
  - One focused purpose; the smallest project that proves the goal.
  - Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
  - Pin every dependency with a lockfile so resolution is reproducible.
  - No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
  - No personal names, emails, company names, or project identifiers of any kind.
  - No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
  - Keep it under 200 files and 256KB packed.
csx.json
{"case":{"caseId":"case:sha256:47666cf44ed7b1a332b348004051bb23c20d1527cc137aa3f955bf7e323d20ca","contract":["module.Check returns nil for a valid module path and semantic version","module.Check returns nil for major version \u003e= 2 when path includes the matching /vN suffix","module.Check returns error when major version \u003e= 2 is used without a matching /vN path suffix","module.Check returns error when version string is not a semantic version","module.Check returns error when module path contains invalid syntax such as a leading dash","module.Check returns error when module path is empty","module.Check returns error when module path contains an invalid /v0 major version suffix"],"goal":"verify pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e","kind":"HOW","packages":["pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e"],"schemaVersion":1,"symbols":["module.Check"]},"contractCommand":["go","run","./test"],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","language":"go","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","packageManagerVersion":"1.26.6","runtime":"go","runtimeVersion":"1.26.6","schemaVersion":1},"license":"MIT-0","packages":["pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e"],"schemaVersion":1,"subject":"pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e","symbols":["module.Check"],"verifierAdapter":"golang@1"}
go.mod
module example.com/sample

go 1.26.6

require golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e
go.sum
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e h1:JgcxKXxCjrA2tyDP/aNU9K0Ck5Czfk6C7e2tMw7+bSI=
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
main.go
package main

import (
	"fmt"
	"log"

	"golang.org/x/mod/module"
)

func main() {
	modulePath := "example.com/pkg/demo"
	version := "v1.2.3"
	if err := module.Check(modulePath, version); err != nil {
		log.Fatalf("Unexpected check failure for %s@%s: %v", modulePath, version, err)
	}
	fmt.Printf("Validated module %s@%s successfully.\n", modulePath, version)

	v2Path := "example.com/pkg/demo/v2"
	v2Version := "v2.0.0"
	if err := module.Check(v2Path, v2Version); err != nil {
		log.Fatalf("Unexpected check failure for %s@%s: %v", v2Path, v2Version, err)
	}
	fmt.Printf("Validated v2 module %s@%s successfully.\n", v2Path, v2Version)

	if err := module.Check(modulePath, v2Version); err != nil {
		fmt.Printf("Correctly rejected mismatched major version: %v\n", err)
	}
}
spec.json
{
  "schemaVersion": 1,
  "goal": "verify pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e",
  "kind": "HOW",
  "packages": [
    "pkg:golang/golang.org/x/mod@v0.0.0-20190513183733-4bf6d317e70e"
  ],
  "runtimeConditions": {
    "ecosystem": "golang",
    "language": "go",
    "packageManager": "go@1.26.6",
    "runtime": "go@1.26.6"
  }
}
test/contract.go
package main

import (
	"fmt"
	"os"

	"golang.org/x/mod/module"
)

func main() {
	// 1. module.Check returns nil for a valid module path and semantic version
	if err := module.Check("example.com/pkg/foo", "v1.2.3"); err != nil {
		fmt.Fprintf(os.Stderr, "Check(example.com/pkg/foo, v1.2.3) failed: %v\n", err)
		os.Exit(1)
	}

	// 2. module.Check returns nil for major version >= 2 when path includes the matching /vN suffix
	if err := module.Check("example.com/pkg/foo/v2", "v2.0.0"); err != nil {
		fmt.Fprintf(os.Stderr, "Check(example.com/pkg/foo/v2, v2.0.0) failed: %v\n", err)
		os.Exit(1)
	}

	// 3. module.Check returns error when major version >= 2 is used without a matching /vN path suffix
	errV2Mismatch := module.Check("example.com/pkg/foo", "v2.0.0")
	if errV2Mismatch == nil {
		fmt.Fprintf(os.Stderr, "Check(example.com/pkg/foo, v2.0.0) expected error, got nil\n")
		os.Exit(1)
	}

	// 4. module.Check returns error when version string is not a semantic version
	errNotSemver := module.Check("example.com/pkg/foo", "1.2.3")
	if errNotSemver == nil {
		fmt.Fprintf(os.Stderr, "Check(example.com/pkg/foo, 1.2.3) expected error, got nil\n")
		os.Exit(1)
	}

	// 5. module.Check returns error when module path contains invalid syntax such as a leading dash
	errLeadingDash := module.Check("-invalid/path", "v1.0.0")
	if errLeadingDash == nil {
		fmt.Fprintf(os.Stderr, "Check(-invalid/path, v1.0.0) expected error, got nil\n")
		os.Exit(1)
	}

	// 6. module.Check returns error when module path is empty
	errEmptyPath := module.Check("", "v1.0.0")
	if errEmptyPath == nil {
		fmt.Fprintf(os.Stderr, "Check(\"\", v1.0.0) expected error, got nil\n")
		os.Exit(1)
	}

	// 7. module.Check returns error when module path contains an invalid /v0 major version suffix
	errV0Path := module.Check("example.com/pkg/foo/v0", "v0.1.0")
	if errV0Path == nil {
		fmt.Fprintf(os.Stderr, "Check(example.com/pkg/foo/v0, v0.1.0) expected error, got nil\n")
		os.Exit(1)
	}

	fmt.Println("All contract assertions passed.")
}

Seeder d'origine

anonyme