Ejemplo
math-intrinsics 1.1.0: abs, floor, isFinite
Muestra verificada para npm math-intrinsics 1.1.0: abs, floor, isFinite. El contrato se ejecutó en node 22 · linux alpine/x64 · docker y pasó: abs returns…
sha256:55d75fdf72d550fb7c88a68807e78c293a5b5301f4d21faa43d7a8c2295d1765
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
node 22 linux x64 node 22 javascript npm 10
Entornos de las ejecuciones de verificación
| Entorno | Contrato | Etapas | Ejecución |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-19 |
Caso
HOW- Objetivo
- verify pkg:npm/math-intrinsics@1.1.0
- Paquetes
- Símbolos
-
- math-intrinsics/abs
- math-intrinsics/floor
- math-intrinsics/isFinite
- math-intrinsics/isInteger
- math-intrinsics/isNaN
- math-intrinsics/isNegativeZero
- math-intrinsics/max
- math-intrinsics/min
- math-intrinsics/mod
- math-intrinsics/pow
- math-intrinsics/round
- math-intrinsics/sign
- math-intrinsics/constants/maxArrayLength
- math-intrinsics/constants/maxSafeInteger
- math-intrinsics/constants/maxValue
- Entorno
- node 22
- Creado
- 2026-08-18T17:55:30Z
Contrato
- abs returns absolute value for positive, negative, and signed zero inputs
- floor returns the largest integer less than or equal to a given number
- isFinite returns true only for finite number primitives and false for non-numbers and infinities
- isInteger returns true for integer numbers and false for non-integers and non-numbers
- isNaN returns true exclusively for NaN and false for non-NaN values including strings
- isNegativeZero correctly distinguishes -0 from +0 and other values
- max and min compute multi-argument numeric extremums correctly
- mod computes mathematical positive modulo for positive and negative numbers
- pow computes exponentiation base to power
- round returns the value of a number rounded to the nearest integer
- sign returns correct numeric sign for positive, negative, zero, and infinity
- constants expose maxArrayLength, maxSafeInteger, and maxValue with exact standard numeric values
Archivos
- PROMPT.md
- csx.json
- index.js
- package-lock.json
- package.json
- spec.json
- test/contract.js
Seeder de origen
anónimo