Skip to content

ainfera-verify 0.1.0

Latest

Choose a tag to compare

@hizrianraz hizrianraz released this 14 May 04:58
· 23 commits to main since this release

First public release of ainfera-verify — the offline verifier for Ainfera AuditChains. Trust no one; verify the chain yourself.

Install

```bash
pip install ainfera-verify # once published to PyPI
```

Or grab the wheel/sdist attached to this release.

Commands

  • `ainfera-verify chain <agent_id>` — fetch and verify a full AuditChain
  • `ainfera-verify event <agent_id> ` — inspect and verify a single AuditEvent
  • `ainfera-verify bundle <path.zip>` — verify an offline Annex IV bundle export

What it verifies

For every AuditEvent: hash-chain continuity, `event_hash` recomputation, HMAC-SHA256 signature. Sigstore verification is stubbed pending AIN-46. After fetch, verification is fully offline — no network, no Ainfera account required.

Notes

  • Apache 2.0 licensed
  • 28 tests passing, including a broken-chain fixture detected at seq 500
  • Homebrew formula skeleton included under `packaging/homebrew/`; resource stanzas pending PyPI publish

🤖 Generated with Claude Code

Full Changelog: https://github.com/ainfera-ai/verify/commits/v0.1.0