CodeSampleX

Sample

verify bare-events.on in pkg:npm/bare-events@2.9.1

sha256:8d7ab6ede3695b1749852c9ed05fa780132c59a451ebaad82e90023e584de458

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 bare-events.on in pkg:npm/bare-events@2.9.1
Packages
Symbols
  • bare-events.on
Created
2026-08-26T11:29:16Z

Contract

  1. emitter.on registers an event listener and returns the emitter instance for chaining
  2. emitter.on triggers the listener synchronously with all passed arguments when the event is emitted
  3. emitter.on preserves the EventEmitter instance as this context within listener functions
  4. emitter.on emits a newListener event before adding the listener to the emitter
  5. emitter.on appends listeners in registration order and supports multiple listeners for the same event
  6. EventEmitter.on static helper returns an async iterable yielding argument arrays for emitted events
  7. EventEmitter.on queues emitted events until consumed by next
  8. EventEmitter.on respects AbortSignal and rejects with OPERATION_ABORTED when aborted
  9. EventEmitter.on cleans up its internal listeners when return is called on the iterator
  10. EventEmitter.on rejects iterator promises when the emitter emits an error event

Files

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

Download the source artifact (tar.gz)

Origin Seeder

anonymous