ArkForge Trust Layer: using Rekor as public transparency anchor for AI agent certification #708
desiorac
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is ArkForge Trust Layer?
ArkForge Trust Layer is an open-source certifying proxy for AI agents. It sits between any AI model (Claude, GPT, Mistral, open-source models) and external APIs, creating cryptographic proofs of every action an AI agent performs.
How we use Rekor
Every proof generated by ArkForge Trust Layer is anchored to the Sigstore Rekor public transparency log using
hashedrekordv0.0.1 entries (ECDSA P-256 + SHA-256).Concretely:
logIndexanduuidare included in the proof returned to the callersearch.sigstore.devThis gives our users public, immutable, third-party evidence that a specific AI action happened at a specific time — without trusting ArkForge itself.
Why Rekor?
We evaluated several transparency log options. Rekor won because:
hashedrekord) that does not require Fulcio certificatesArchitecture snippet
Links
trust_layer/rekor.pyWe are happy to answer any questions about this use case. Rekor has been a great fit for bringing public verifiability to AI agent actions.
Beta Was this translation helpful? Give feedback.
All reactions