Exemple
verify importJWK in pkg:npm/jose@6.2.9
sha256:76fcd8cd260a2adae4ee2160ae506e46c7b91b3524185704b8f984617ee7c1e9
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é
node 22 linux 24 · ubuntu · glibc 2.39 x64 node 22 javascript npm
Environnements des exécutions de vérification
| Environnement | Contrat | Étapes | Exécution |
|---|---|---|---|
| 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 |
Cas
HOW- Objectif
- verify importJWK in pkg:npm/jose@6.2.9
- Paquets
- Symboles
-
- importJWK
- Environnement
- node 22
- Créé
- 2026-08-26T10:59:57Z
Contrat
- assert importJWK with an oct JWK returns a Uint8Array containing decoded bytes, which can sign and verify an HS256 JWT
- assert importJWK with an RSA public JWK and RS256 returns a public CryptoKey, and an RSA private JWK returns a private CryptoKey that signs a JWT verified by the public CryptoKey
- assert importJWK with an EC P-256 JWK and ES256 returns CryptoKeys that sign and verify an ES256 JWT
- assert importJWK with an OKP Ed25519 JWK and EdDSA returns CryptoKeys that sign and verify an EdDSA JWT
- assert importJWK with extractable: true produces a CryptoKey with extractable set to true
- assert importJWK throws a TypeError when jwk is not an object or when an oct JWK is missing the k property
- assert importJWK throws a TypeError when alg is omitted for non-oct keys and jwk.alg is not present
- assert importJWK throws errors.JOSENotSupported with code ERR_JOSE_NOT_SUPPORTED when kty is unsupported
- assert importJWK returns a Promise and never throws synchronously, rejecting asynchronously on invalid input
Fichiers
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.mjs
- test/contract.mjs
Seeder d'origine
anonyme