The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the AI Act Radar listing page.
Reference webhook receivers for AI Act Radar. Each subdirectory is a self-contained, runnable example for one platform.
X-AIAR-Timestamp is within 300 seconds of now.X-AIAR-Signature (v1=<hex>) using HMAC-SHA-256 over <timestamp>.<raw_body> in constant time.event.id) before doing real work — retries are normal.The verification is identical across platforms; only the platform glue differs.
| Folder | Platform | Notes |
|---|---|---|
cloudflare-workers/ | Cloudflare Workers | Web Crypto API, KV for idempotency |
vercel-edge/ | Vercel Edge Functions | Web Crypto API, Vercel KV for idempotency |
aws-lambda/ | AWS Lambda + API Gateway | Node crypto module, DynamoDB for idempotency |
express-node/ | Plain Express on Node | Node crypto, in-process LRU (replace for prod) |
fastify-typescript/ | Fastify + TS | Typed body parser, raw-body capture |
deno-deploy/ | Deno Deploy | Deno KV for idempotency |
Each example has a test.sh that signs a sample event with a local secret and posts it to the running receiver. You can run the full loop on your laptop in under five minutes:
AIA_SECRET in your platform's secret manager. Never commit it.MIT.
AI Act Radar is operated by ligea GmbH, Karlsruhe. Information only — not legal advice.