Rose-star — Aziel Eliab

Aziel Eliab

← Aziel Runtime · Workspace

ZKAttest zkattest v0.1.0

ZKAttest: hash-commitment attest without returning the witness. Not Groth16/SNARK. FragGate only.

#zkattest #zkattest-plain #zkattest-commit #zkattest-attest #zkattest-open #zkattest-verify #zkattest-honesty

Use in browser Download desktop Connect AI GitHub in-runtime /v1/skill pull pull skill catalog proxy health · Zenodo deposit needed

In-runtime engine (no separate product Worker). · runtime OpenAPI

POST /v1/fraggate/call { slug: "zkattest", op: "health" } — Liveness. Does not increment download KV.
POST /v1/fraggate/call { slug: "zkattest", op: "doctor" } — Richer liveness: hash-commitment attest, refuse list. Does not increment download KV.
POST /v1/fraggate/call { slug: "zkattest", op: "commit" } — SHA-256 commitment of salt+witness. Witness is not returned. Not a SNARK.
POST /v1/fraggate/call { slug: "zkattest", op: "attest" } — Bind a public statement to a commitment. Refuses a posted witness.
POST /v1/fraggate/call { slug: "zkattest", op: "open" } — Check a commitment opening the caller already holds. Reveals; not a ZK proof.
POST /v1/fraggate/call { slug: "zkattest", op: "verify" } — Recompute a public attest receipt hash. Does not recover a witness.
POST /v1/fraggate/call { slug: "zkattest", op: "limitation" } — Honesty labels: REAL hash commitment; SLOT for Groth16/SNARK.
POST /v1/fraggate/call { slug: "zkattest", op: "skill" } — Return ZKAttest skill markdown. Does not increment download KV.

curl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call \
  -H 'content-type: application/json' \
  -d '{"slug":"zkattest","op":"commit","payload":{"statement":"receipt bound without publishing the witness","commitment":"0000000000000000000000000000000000000000000000000000000000000000"}}'

FragGate only — same LIVE_OPS as MCP fraggate_call / POST /v1/fraggate/call. One backend, two surfaces.

POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call
{ "slug": "zkattest", "op": "doctor", "payload": {
  "statement": "receipt bound without publishing the witness",
  "commitment": "0000000000000000000000000000000000000000000000000000000000000000"
} }

Launch parts

Product-specific #hashtag parts for ZKAttest (zkattest). Not identical copy across Softwares. Shared About Aziel + FoldLock corpus tip follow. Person @id https://www.azieleliab.com/#aziel.

#zkattest ZKAttest

ZKAttest: hash-commitment attest without returning the witness. Not Groth16/SNARK. FragGate only.

#zkattest-plain ZKAttest plain

ZKAttest is catalog bucket plain (Clock ≠ Lock). FragGate slug zkattest.

#zkattest-commit commit

SHA-256 commitment of salt+witness. Witness is not returned. Not a SNARK.

#zkattest-attest attest

Bind a public statement to a commitment. Refuses a posted witness.

#zkattest-open open

Check a commitment opening the caller already holds. Reveals; not a ZK proof.

#zkattest-verify verify

Recompute a public attest receipt hash. Does not recover a witness.

#zkattest-honesty ZKAttest honesty

ZKAttest (ZK-ATTEST-0.1): hash-commitment attest. Witness stays off the public receipt. Not Groth16 / SNARK / STARK. In-runtime placement (no invented product Worker). FragGate only. Author Aziel Eliab.

About Aziel #about-aziel

You don't get to know me. You get to understand the work. The public identity is the work, not a biography.

Person @id https://www.azieleliab.com/#aziel. Identity Aziel Eliab only. Also known as Aziel Elroi Eliab (alternateName only). GodLock is a product name, not identity.

Goals

Philosophy

Mission

Status

Not this

Published machine / Person surfaces only: /about · /llms.txt · /person.jsonld · /who-is-aziel-eliab.txt · /who · /who-is. Not a biography.

FoldLock corpus tip #foldlock-corpus-tip

AZCL-FOLD-TIP-1.0 — hash-verified in-process tip (label REAL). The full Aziel Digital Library remains on https://www.azielcorpuslibrary.net/ (label LIVE). In-process D1 is SLOT unless CORPUS_D1 is bound. This Worker does not contain the entire live library.

THIS IS: a FoldLock-packed tip of the library index cite + bundled sample-MASTER key artifacts + published About Aziel. Hash-verified in-process (label REAL). THIS IS NOT: the entire live Aziel Digital Library; live D1 MASTER; azcorpus/azlibrary record bytes; hosted_store; zip. Full library remains on https://www.azielcorpuslibrary.net (label LIVE). In-process D1 is SLOT unless CORPUS_D1 is bound. Author: Aziel Eliab only.

Live index (not embedded): https://www.azielcorpuslibrary.net/v1/library-index. Open / verify only through FragGate.

Control panel — FragGate foldlock/pack-verify and aziel-corpus/tip-pack. Same door as MCP fraggate_call.

POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call
{ "slug": "foldlock", "op": "pack-verify", "payload": {
  "pack": "aziel-corpus-library-tip"
} }