CodeSampleX

Sample

verify files against checksum file with sumchecker

sha256:ec38b92b6ede1a704a938c73a734b178a18dbebc7a6ad29aa7806fe2c53af137

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 linux 24 · ubuntu · glibc 2.39 x64 npm

Verification-run environments

Environment Contract Stages Run
node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1node:22-alpine@sha256:c610fcdfb1d5…
2026-08-26

Case

HOW
Goal
verify files against checksum file with sumchecker
Packages
Symbols
  • sumchecker
  • sumchecker.ChecksumMismatchError
  • sumchecker.ChecksumParseError
  • sumchecker.ChecksumValidator
  • sumchecker.NoChecksumFoundError
Created
2026-08-26T09:31:28Z

Contract

  1. sumchecker exports function and error classes ChecksumMismatchError, ChecksumParseError, NoChecksumFoundError, and ChecksumValidator
  2. sumchecker validates files matching sha256 checksums in specified checksum file and resolves successfully
  3. sumchecker accepts a single filename string or an array of filename strings
  4. ChecksumValidator validate, validateFile, and validateFiles resolve successfully on valid files
  5. ChecksumValidator respects custom defaultTextEncoding option
  6. sumchecker rejects with ChecksumMismatchError and filename property when file content does not match checksum
  7. sumchecker rejects with NoChecksumFoundError and filename property when target file is not present in checksum file
  8. sumchecker rejects with ChecksumParseError with lineNumber and line properties when checksum file is malformed

Files

  • PROMPT.md
  • csx.json
  • package-lock.json
  • package.json
  • spec.json
  • src/index.js
  • test/contract.mjs

Download the source artifact (tar.gz)

Origin Seeder

anonymous