You don't know what's running
Models show up on developer laptops, in vendor SaaS, embedded in features no one filed a memo for. The first risk register is always wrong.
Shadow AI to signed evidence — in one afternoon. Beacon discovers the models running in your environment, attests them against 23 global audit frameworks — NIST AI RMF, EU AI Act, ISO/IEC 42001, HIPAA, GDPR, Colorado AI Act, Korea AI Basic Act, and more — then produces a cryptographically signed bundle anyone can re-verify with one command.
An OVERT 1.0 Protocol Profile. Standard authored by Glacis Technologies — our Founding Open-Source Curator, with Joe Braidwood joining as Launch Advisor. Profile aigovops-beacon.v1 — registration in progress under the royalty-free OVERT IPR policy. draft-v0.2-glacis →
From shadow AI to signed evidence to a green risk score — the whole story in ninety seconds.
Need a 30-second cut? Watch the teaser · Pitch deck (.pptx) · Fact-check appendix ↗ · Star on GitHub · Join the Foundation
Beacon was built because none of these are solvable with another policy PDF.
Models show up on developer laptops, in vendor SaaS, embedded in features no one filed a memo for. The first risk register is always wrong.
Audits today are PDFs of dashboards of claims. Nothing is verifiable months later. Nothing survives a key rotation. Nothing is portable.
Frameworks turn into checkboxes with no underlying evidence. Beacon makes the checkbox and the cryptographic receipt the same artifact.
Paste an inventory CSV or let the demo run itself. Beacon tags every model with vendor, capability, residency, and the framework articles it must answer to.
For each model, Beacon serializes the attestation in JCS canonical form (RFC 8785), signs it with an Ed25519 key, and emits an NDJSON event. Click any receipt below to see the exact bytes that were signed — and verify the signature in your browser.
The bargain: agents do the bureaucracy — discovery, classification, evidence collection, signing. Humans hold the moral legitimacy — the policy, the exception, the override. Beacon is the audit log between them.
When the receipts settle, Beacon assembles them into a portable evidence bundle: the manifest, the NDJSON receipt log, the public keys, the policy YAMLs, the checklists, and a one-page VERIFY.md. Anyone with openssl can re-check it. No vendor login. No phoning home.
Manual checklist first — wizard walks each control. Then deploy three passive collectors. They never store prompts or outputs. Only signed metadata that proves your AI is governed.
Watches egress to known AI API hosts (OpenAI, Anthropic, Bedrock, Vertex, Azure OpenAI, Cohere, Mistral, Groq, Perplexity, DeepSeek…) and resolves to processes. One signed receipt per (host, process) pair.
No payloads stored. Metadata only.
Log-tail mode reads existing CASB / SIEM exports (Splunk, Sentinel). Extracts model name, token count, route. Optional TLS proxy mode is opt-in and clearly labelled. Default is privacy-preserving.
Configurable retention. Signed every run.
Watches S3 buckets, SharePoint folders, Confluence spaces. Detects C2PA provenance markers and AI-generation signatures. Tags every artifact with a receipt that follows it through the org.
Provenance you can verify months later.
See the beacons source on GitHub ↗ · Or run the manual wizard first ↗
Every receipt rolls into a weighted score per framework. Frameworks roll into one AI Risk Index from 0 (no evidence) to 100 (every control attested). Updated daily. Reproducible from the receipts alone.
| Framework | Score | Status |
|---|---|---|
| ISO/IEC 23894 | 80.3 | Strong |
| SOC 2 TSC | 69.9 | Strong |
| ISO/IEC 42001 | 65.8 | Watch |
| NIST AI RMF | 58.1 | Watch |
| EU AI Act | 42.6 | Watch |
| NYC LL 144 | 25.9 | Gap |
| India DPDP | 9.4 | Gap |
From Zillow's $304M write-down to Hong Kong's $25M deepfake wire fraud to Cruise's robotaxi pedestrian drag. Each row links the incident to the framework controls that were missing and the Beacon receipt — model, prompt, artifact, or checklist — that would have produced the evidence. Filter by sector, act, or framework.
Loading 100 cases…
Sources are primary where possible (regulator filings, court documents, Reuters/AP/NYT/Bloomberg/FT). Methodology and full JSON: ai_failures_top100.json.
Every framework ships as machine-readable YAML and XML — same schema, mapped to control IDs from the source text. Auto-translation into any written language is wired in (Spanish and Arabic shipped today). Filter by status and jurisdiction.
Loading framework registry…
Every framework, every control row, every evidence prompt — as a versioned YAML/XML registry for your own tooling, plus a model-inventory template to get you started.
No SaaS to sign up for. Beacon is a small Node server plus a static Studio. Apache-2.0 licensed. Designed to run on Render, Railway, or DigitalOcean — or on your laptop.
# 1. Get the code git clone https://github.com/aigovops-foundation/aigovops-beacon.git cd aigovops-beacon # 2. Install & generate your signing key pnpm install pnpm beacon keys:generate # 3. Run discovery → sign → bundle pnpm beacon discover --csv inventory.csv pnpm beacon attest --all pnpm beacon bundle --out evidence.zip # 4. Anyone can verify, no Beacon required pnpm beacon verify evidence.zip # or with stock openssl — VERIFY.md walks you through it
Spin up the Studio (Beacon's web UI) on a managed tier. Render and Railway have free starter tiers; DigitalOcean App Platform uses a paid basic instance.
Required: Node 20+, pnpm 9+. No database. Receipts are append-only files.
On 13 May 2026, Joe Braidwood at Glacis wrote to us in good faith about three things: register Beacon as an OVERT Protocol Profile, give OVERT and Glacis attribution, and position the AiGovOps Foundation downstream of the standard. We said yes to all three — then went further. We're welcoming Joe as our Launch Advisor and Glacis Technologies as our Founding Open-Source Curator, and we've opened a second pass at the governance docs as a pull request, unmerged on purpose, so the curator holds the pen on what it actually says.
The open standard for observable verification evidence at the AI runtime boundary. Published 25 March 2026 by Glacis. Beacon registers aigovops-beacon.v1 under its royalty-free patent covenant.
Curates the open-source program. Sets engagement norms, chairs the Review Circle, holds the pen on the canonical governance docs. The Foundation publishes what the curator writes.
OVERT author, Glacis CEO, and our Launch Advisor through the Beacon v1 release window. Joe advises on community shape, sequencing, and the things first-year open-source projects get wrong.
If a sentence sounds like it would survive in a contract, it does not belong in this repo. — guiding principle, v0.2
“Agents do the bureaucracy; humans hold the meaning — and humans hold the keys.”— AiGovOps Foundation, founding principle
Beacon is the reference implementation of an AiGovOps Foundation idea: that AI governance should be boringly verifiable, not theatrically reported. Built and open-sourced by Bob Rapp and Ken Johnston for the AiGovOps Foundation. Apache-2.0 — fork it, sign with your own keys, run it your way.