{
  "ok": true,
  "role": "product",
  "slug": "vibelock",
  "name": "VibeLock",
  "version": "0.3.0",
  "one_line": "Physical-consistency evaluation of speech audio. Risk assessment, not a liveness proof.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/vibelock",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/vibelock/skill",
  "worker_skill": "https://vibelock-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: VibeLock\ndescription: Use when calling VibeLock hosted /v1 or installing the local package for physics + A/V deepfake detection. Author Aziel Eliab.\n---\n\n# VibeLock\n\nPhysics + A/V deepfake detection. Risk assessment, not courtroom proof. Author: **Aziel Eliab**.\n\n**THIS IS:** a multi-signal detector — vocal-tract / vibration physics, spatial image artifacts, temporal video flicker/flow, unnatural pitch/phase shifts, and talking-head A/V sync (local CLI + hosted advisory `/v1/analyze` and `/v1/detect`).\n\n**THIS IS NOT:** courtroom proof, a liveness detector, a live microphone, face recognition, or a claim that physics cannot be forged. Hosted `/v1` does not increment downloads or views.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Call these URLs\n\n- Worker OpenAPI: https://vibelock-download-tracker.vibelock.workers.dev/openapi.json\n- Catalog OpenAPI: https://aziel-runtime.vibelock.workers.dev/openapi.json\n- MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`\n- Live skill (this markdown): `GET https://vibelock-download-tracker.vibelock.workers.dev/v1/skill`\n\nOps (do **not** increment downloads or views):\n\n- `GET /v1/health` — liveness\n- `GET /v1/skill` — this file\n- `POST /v1/analyze` — advisory score from audio features/PCM and/or visual/pitch/A/V features\n- `POST /v1/detect` — same engine, deepfake-oriented request body\n\nGrok: import OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\n\n## Example\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://vibelock-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' https://vibelock-download-tracker.vibelock.workers.dev/v1/skill\ncurl -s -A 'Mozilla/5.0' -X POST https://vibelock-download-tracker.vibelock.workers.dev/v1/detect \\\n  -H 'content-type: application/json' \\\n  -d '{\"features\":{\"rms\":0.08,\"zcr\":0.07},\"visual\":{\"blockiness\":1.8,\"noise_cv\":0.7},\"pitch\":{\"f0_jump\":8.5}}'\n```\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://vibelock-download-tracker.vibelock.workers.dev/install.sh | bash\nvibelock ui\nvibelock doctor\nvibelock detect path/to/media.png\n```\n\nThen open http://127.0.0.1:8760 (loopback only). WAV, PNG, PPM, `.vlvd` frame stacks.\n\nCounted download (gzip HTTP 200, no 302): https://vibelock-download-tracker.vibelock.workers.dev/download?asset=vibelock-0.3.0.tar.gz\nGitHub: https://github.com/AzielEliab/vibelock\n\nPaper: DOI https://doi.org/10.5281/zenodo.21431610 · https://zenodo.org/records/21431610 · Apache-2.0. Forks welcome.\n",
  "download": "https://vibelock-download-tracker.vibelock.workers.dev/download",
  "count": "https://vibelock-download-tracker.vibelock.workers.dev/count",
  "install": "https://vibelock-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://vibelock-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://vibelock-download-tracker.vibelock.workers.dev/openapi.json",
  "runtime_openapi": "https://aziel-runtime.vibelock.workers.dev/openapi.json",
  "ops": [
    {
      "op": "health",
      "method": "GET",
      "summary": "Liveness. Does not increment download KV."
    },
    {
      "op": "analyze",
      "method": "POST",
      "summary": "Audio forensic risk assessment (JSON metrics)."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return VibeLock skill markdown. Does not increment download KV."
    }
  ],
  "banner": "Physical-consistency evaluation of speech audio. Risk assessment, not a liveness proof.",
  "limitations": "Physical-consistency evaluation of speech audio. Risk assessment, not a liveness proof.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/vibelock",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/vibelock/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/vibelock/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/vibelock",
    "worker_home": "https://vibelock-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "vibelock"
    ]
  },
  "doi": "10.5281/zenodo.21431610",
  "doi_note": "Historical DOI only. Do not invent a replacement. See /cite.json.",
  "skill_source": "https://vibelock-download-tracker.vibelock.workers.dev/v1/skill (service binding)",
  "kv_increment": false
}