Skip to content
View jagmarques's full-sized avatar

Highlights

  • Pro

Block or report jagmarques

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jagmarques/README.md

João Gomes Marques

I build Asqav — cryptographically signed, independently verifiable receipts for AI agent actions.

When an AI agent takes an action on your behalf, Asqav issues a signed receipt for it: what was decided, under which policy, at what time, bound to the payload it acted on. An auditor can verify those receipts without trusting us, without an account, and without network access — which is the only kind of audit evidence worth having.

Signatures are post-quantum by default (ML-DSA / FIPS 204).

Standards lineage

Asqav is the compliance profile built on top of draft-farley-acta-signed-receipts-03 (ACTA), published as draft-marques-asqav-compliance-receipts. We run the two registries the profile needs, because RFC 8726 bars the Independent Submission stream from creating IANA registries.

Verify a receipt yourself

The verifier and the conformance corpus are open and offline-capable. You do not need our service to check our claims:

python -m asqav.verifier.verify_receipt \
  --receipt receipt.json --jwks jwks.json --offline

Repositories

  • asqav-sdk — client SDK, the open verifier and the cross-language conformance vectors
  • asqav-registry — the two registries for the IETF profile
  • execution-boundary-spec — co-authored normative spec for agent execution boundaries

Licensing

Source-available client SDK under Elastic License 2.0; open verifier and conformance vectors under Apache-2.0; commercial signing service.


asqav.com · Verify a receipt

Pinned Loading

  1. asqav-sdk asqav-sdk Public

    Python and TypeScript SDKs for verifiable evidence of AI agent actions. Signed receipts, policy enforcement, audit trails. Works with LangChain, CrewAI, MCP.

    Python 550 40

  2. asqav-compliance asqav-compliance Public

    CI/CD compliance scanner for AI agents. EU AI Act, DORA, ISO 42001. GitHub Action for automated compliance checks on every PR.

    TypeScript 9 3