Skip to main content

Receipt-native AI safety toolkit

Project description

Assay

Stop filling out the AI compliance spreadsheet. Add one CI step. Every merge produces portable, signed evidence that anyone can verify.

When someone asks "prove what your AI did," you need more than logs. Logs live on your infrastructure, under your control. Assay produces signed evidence bundles they can verify independently -- no access to your systems required.

Install

pip install assay-ai

2-Minute Demo

pip install assay-ai
assay demo-incident

This runs a two-act scenario with synthetic data (no API key needed):

  • Act 1: Agent uses gpt-4 with a guardian check. Result: integrity PASS, claims PASS.
  • Act 2: Someone swaps the model and drops the guardian. Result: integrity PASS, claims FAIL.

That second result is an honest failure -- authentic evidence proving the run violated its declared standards. Not a cover-up. Not theater. Exit code 1.

assay demo-challenge    # CTF-style: spot the tampered pack
assay demo-pack         # build + verify from scratch

The Golden Path

# 1. Find uninstrumented LLM calls
assay scan .

# 2. Instrument (one line)
#    from assay.integrations.openai import patch; patch()

# 3. Produce a signed proof pack
assay run -c receipt_completeness -c guardian_enforcement -- python my_app.py

# 4. Verify + explain
assay verify-pack ./proof_pack_*/
assay explain ./proof_pack_*/

# 5. Lock the verification contract
assay lock write --cards receipt_completeness,guardian_enforcement -o assay.lock
assay verify-pack ./proof_pack_*/ --lock assay.lock --require-claim-pass

How It Works

Assay separates two questions on purpose:

  • Integrity: "Were these bytes tampered with after creation?" (signatures, hashes, required files)
  • Claims: "Does this evidence satisfy our declared governance checks?" (receipt types, counts, field values)
Integrity Claims Exit Code Meaning
PASS PASS 0 Evidence checks out, behavior meets standards
PASS FAIL 1 Honest failure: authentic evidence of standards violation
FAIL -- 2 Evidence has been tampered with

The split is the point. Systems that can prove they failed honestly are more trustworthy than systems that always claim to pass.

Commands

Command Purpose
assay demo-pack Generate demo packs (no config needed)
assay demo-incident Two-act scenario: passing run vs failing run
assay demo-challenge CTF-style good + tampered pack pair
assay scan Find uninstrumented LLM call sites
assay run Wrap command, collect receipts, build signed pack
assay verify-pack Verify a Proof Pack (integrity + claims)
assay explain Plain-English summary of a proof pack
assay lock write Freeze verification contract to lockfile
assay lock check Validate lockfile against current card definitions
assay doctor Preflight check: is Assay ready here?

Documentation

  • Quickstart -- install, golden path, command reference
  • Deep Dive -- architecture, trust model, honest failure
  • Decision Log -- every locked decision and why

Related Repos

Repo Purpose
assay Core CLI, SDK, conformance corpus (this repo)
assay-verify-action GitHub Action for CI verification
assay-ledger Public transparency ledger

License

Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

assay_ai-1.2.0.tar.gz (99.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

assay_ai-1.2.0-py3-none-any.whl (113.7 kB view details)

Uploaded Python 3

File details

Details for the file assay_ai-1.2.0.tar.gz.

File metadata

  • Download URL: assay_ai-1.2.0.tar.gz
  • Upload date:
  • Size: 99.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for assay_ai-1.2.0.tar.gz
Algorithm Hash digest
SHA256 fa3b9c99e8952980a71a9242ddd6f51f73d29490c135df410b55464dd2568a36
MD5 0c5220f29345715788af24a394125754
BLAKE2b-256 f730b7c0dcaa64b46d4c7e2429fee193d5c098fc81ed43ce6068d5f9473453ef

See more details on using hashes here.

File details

Details for the file assay_ai-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: assay_ai-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 113.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for assay_ai-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7413446d1589ec2b796b9e265032b81f92ace3afdc2e4d180aef0738587d761a
MD5 778ab2630fe663906562ff3b5b96b41c
BLAKE2b-256 9526328a4ebb52adf5ffc533cfee43db536410840efa7a57296f8c61ae9b0ac7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page