Ejemplo
verify charset_normalizer.from_bytes in pkg:pypi/charset-normalizer@3.5.1
sha256:57fa6b9ece1fb38fb90b70d03b6e24af923df38997597b5c400965ba45b6b682
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
python 3.12 linux 24 · ubuntu · glibc 2.39 x64 python 3.12 python uv
Entornos de las ejecuciones de verificación
| Entorno | Contrato | Etapas | Ejecución |
|---|---|---|---|
| python 3.12 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1python:3.12-alpine@sha256:d09d15e60962… |
2026-08-26 |
Caso
HOW- Objetivo
- verify charset_normalizer.from_bytes in pkg:pypi/charset-normalizer@3.5.1
- Paquetes
- Símbolos
-
- charset_normalizer.from_bytes
- Entorno
- python 3.12
- Creado
- 2026-08-26T04:33:59Z
Contrato
- charset_normalizer.from_bytes accepts a bytes sequence and returns a CharsetMatches collection containing CharsetMatch candidates
- matches.best() returns a CharsetMatch with the detected encoding and decodes the payload accurately with str() and output()
- best.byte_order_mark and best.bom identify the presence of a Byte Order Mark in UTF-8 byte sequences
- from_bytes raises TypeError when invoked with arguments that are not instances of bytes or bytearray
- cp_isolation restricts charset detection candidates to the specified list of encoding names
Archivos
- PROMPT.md
- csx.json
- pyproject.toml
- requirements.txt
- spec.json
- test/contract.py
- uv.lock
Seeder de origen
anónimo