Beispiel
verify github.com/russross/blackfriday/v2.Document in pkg:golang/github.com/russross/blackfriday/v2@v2.1.0
sha256:ed3f4512ae6181151dca1ddab55e8db5bbc0c81976fa48b95c4f2cf583a769b7
Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen.
Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen.
MIT-0
Ausführungsbelege
Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.
- Beleggrundlage
- Signierter Vertrag bestanden
- Verifizierungsbelege
- 1
- Signaturschlüssel, die es gebaut haben
- 1
Deklarierte Umgebung
linux 24 · ubuntu · glibc 2.39 x64 go
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1golang:1.26-alpine@sha256:28d89ee9cc0f… |
2026-08-28 |
Fall
HOW- Ziel
- verify github.com/russross/blackfriday/v2.Document in pkg:golang/github.com/russross/blackfriday/v2@v2.1.0
- Symbole
-
- github.com/russross/blackfriday/v2.Document
- Erstellt
- 2026-08-28T00:10:31Z
Contract
- blackfriday.Document is the root NodeType returned by Parser.Parse representing the markdown document AST
- blackfriday.Document root node holds child block elements with parent pointer referencing the Document node
- blackfriday.NewNode with Document type creates an empty Document AST node
- Node.Walk traverses the AST starting with entering blackfriday.Document and ending with exiting Document
- blackfriday.New.Parse on empty markdown returns a Document root node with nil child pointers
Dateien
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/contract.go
Ursprungs-Seeder
anonym