---
name: EmbryoLock
description: >-
  Offline destructive-over-recovery vault. Cite live on FragGate; wipe/unlock stay local-only. Never execute on the public mesh. Hosted via aziel-runtime pull + invoke.
  Author Aziel Eliab.
---

# EmbryoLock

Offline destructive-over-recovery vault. Cite live on FragGate; wipe/unlock stay local-only. Never execute on the public mesh.

Author: **Aziel Eliab**. Identity is Aziel Eliab only.
Version: 1.2.0

**Banner / limitation:** EmbryoLock: offline destructive-over-recovery vault (Stealth+ v1.1). Live cite/health/doctor/verify-hash/policy on FragGate. Wipe / scorch / unlock-after-fail stay local-only — Never execute on the public mesh. Vault/Custody with ARK (isolation label, not a second door). worker_home embryolock-download-tracker. This isolate does not run Argon2id or AES-GCM. Author Aziel Eliab.


Always send `User-Agent: Mozilla/5.0`.

This skill was served from **aziel-runtime** because the product Worker `/v1/skill` was not available. Prefer `https://aziel-runtime.vibelock.workers.dev/v1/pull/embryolock/skill` on the next call.

## Pull + invoke (do not visit the product homepage first)

- Pull: `https://aziel-runtime.vibelock.workers.dev/v1/pull/embryolock`
- Skill: `https://aziel-runtime.vibelock.workers.dev/v1/pull/embryolock/skill`
- Invoke prefix: `https://aziel-runtime.vibelock.workers.dev/p/embryolock`
- Worker: https://embryolock-download-tracker.vibelock.workers.dev/
- Counted download: https://embryolock-download-tracker.vibelock.workers.dev/download
- Install: `curl -fsSL https://embryolock-download-tracker.vibelock.workers.dev/install.sh | bash`
- GitHub: https://github.com/AzielEliab/EmbryoLock

## Ops

| Method | Path | What |
|--------|------|------|
| GET | `/v1/health` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/health` | Liveness. Does not increment download KV. |
| POST | `/v1/doctor` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/doctor` | Cite vault posture + local-destructive boundary. Does not unlock. |
| POST | `/v1/verify_hash` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/verify_hash` | Compare a digest to the published EmbryoLock SHA256HASH. Does not decrypt. |
| POST | `/v1/verify-hash` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/verify-hash` | UI alias of verify_hash. |
| POST | `/v1/policy` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/policy` | Cite destruction-over-recovery threat model. Not an unlock. |
| POST | `/v1/limitation` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/limitation` | Cite known limitations. Not an unlock. |
| POST | `/v1/cite` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/cite` | UI alias of policy. |
| POST | `/v1/limitations` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/limitations` | UI alias of limitation. |
| GET | `/v1/skill` · `https://aziel-runtime.vibelock.workers.dev/p/embryolock/skill` | Return EmbryoLock skill markdown. Does not increment download KV. |

## Example

```bash
curl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/p/embryolock/doctor \
  -H 'content-type: application/json' \
  -d '{
  "digest": "fa2e7203bd3924170e94c62357e29764b925a82c2cf708807128bd096333250d"
}'
```

Apache-2.0. Forks welcome. Do not invent a DOI.
