Halyn — Audit Verifier

Verify the audit chain
of any Halyn instance

Halyn records every AI action in a SHA-256 hash chain. Tamper with one entry and the entire chain breaks. Enter your instance URL to verify.

Verify Instance

Verify Single Entry (browser-side SHA-256)

How the chain works

1

Every action is recorded: tool, node, args, result, status, timestamp.

2

Each entry is hashed: SHA-256(ts|tool|node|args|result|status|prev_hash). The previous hash is always chained in.

3

Chain starts at GENESIS. Any modification to any past entry invalidates all subsequent hashes — O(n) tamper detection.

4

Verify via GET /audit/verify. Retrieve entries with GET /audit. Run continuous verification with halyn redteam.