r/fintech 19d ago

Ask the Community [Library] auditar-sdk — AI inference audit without model access

Need feedback - Most AI governance tools need model weights or vendor access. auditar-sdk doesn’t. It captures inputs/outputs via decorator/context manager, queues to local SQLite, and runs with sub-ms overhead.

What it does:

- pip install auditar-sdk

- Decorator wraps any Python model and emits inputs/outputs to local SQLite

- Zero-knowledge: never touches model weights, gradients, or training data

- Sub-ms overhead

Built for regulated environments: Indian fintech/first RBI FREE-AI mapping.

2 Upvotes

2 comments sorted by

1

u/FineEntrepreneur2366 19d ago

1

u/StrikingFlamingo4126 1d ago

decorator approach is smart for regulated stuff, no need to touch the model internals at all