Ejemplo
verify pkg:npm/node-int64@0.4.0
sha256:9bb6093f86aa6e7899c2aed876490385e978917a43c3724955f557a5f0274b92
Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido.
Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas.
MIT-0
Evidencia de ejecución
El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.
- Base de evidencia
- Contrato firmado aprobado
- Recibos de verificación
- 1
- Claves de firma que lo compilaron
- 1
Entorno declarado
linux 24 · ubuntu · glibc 2.39 x64 npm
Entornos de las ejecuciones de verificación
| Entorno | Contrato | Etapas | Ejecución |
|---|---|---|---|
| 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 |
Caso
HOW- Objetivo
- verify pkg:npm/node-int64@0.4.0
- Paquetes
- Símbolos
-
- Int64
- Creado
- 2026-08-26T08:20:22Z
Contrato
- new Int64(number) converts a JavaScript number to a 64-bit integer representation
- new Int64(hi, lo) constructs an Int64 from high and low 32-bit integer values
- new Int64(string) parses a hexadecimal string into an Int64 value
- new Int64(buffer, offset) reads an 8-byte big-endian integer from a Buffer at the given offset
- Int64.prototype.toOctetString(separator) formats the 64-bit integer as an octet hex string
- Int64.prototype.toNumber(allowImprecise) converts to a JavaScript number or returns Infinity for values outside safe integer precision
- Int64.prototype.toBuffer() returns an 8-byte Buffer copy containing the raw int64 bytes
- Int64.prototype.copy(targetBuffer, targetOffset) writes the 8 int64 bytes into a destination buffer
- Int64.prototype.compare(other) and equals(other) perform signed 64-bit integer comparisons
Archivos
- PROMPT.md
- csx.json
- index.mjs
- package-lock.json
- package.json
- spec.json
- test/contract.mjs
Seeder de origen
anónimo