Skip to main content

Open, content-addressed compliance-gate decisions bound to the pinned AlgoVoi substrate (ALLOW/REFER/DENY; no-PII; L1 frozen)

Reason this release was yanked:

software

Project description

algovoi-compliance-gate-lite

The open, lite origination layer for AlgoVoi Compliance Gate. You bring a categorical screening verdict (ALLOW / REFER / DENY) from your own sanctions / PEP / AML provider; this binds it to a no-PII payer reference and to a pinned subject ref (a policy_bound_ref, settlement-action binding_ref, or retention_chain_ref) into a deterministic, recomputable gate_ref.

Because the verdict is bound to the subject by hash, a decision made under one policy snapshot does not recompute under a rotated policy; the verdict is provably tied to the policy that was in force. Additive over the frozen substrate (Apache-2.0):

payer_ref = "sha256:" + SHA-256(JCS({address, network}))      # address in, only the hash out
gate_ref  = "sha256:" + SHA-256(JCS({payer_ref, subject_ref, verdict}))

Lite vs commercial

Lite (this package) Compliance Gate v2
Licence Apache-2.0, open Commercial OEM
Verdict binding content-addressed gate_ref same, Falcon-1024 signed
Privacy proof (none) Proofs (zero-knowledge)
Verifier recompute offline maintained verifier

Pin lite, anchor a vector hash, carry the NOTICE → free v0 key; upgrade to v2 for post-quantum signing + Proofs.

Install & use

pip install algovoi-compliance-gate-lite
from algovoi_compliance_gate_lite import payer_ref, gate_ref, verify

payer = payer_ref("base", "0x…payer")                 # no PII: only sha256 comes out
# subject is any pinned ref, e.g. a policy_bound_ref from algovoi-policy-binding
ref = gate_ref("ALLOW", payer, "sha256:aaee2091…")     # bind verdict to payer + policy
verify(ref, "ALLOW", payer, "sha256:aaee2091…")        # True
verify(ref, "DENY",  payer, "sha256:aaee2091…")        # False (verdict tamper)

A verdict bound under policy P returns a different gate_ref if recomputed against the policy_bound_ref under a rotated P'; rotation is detectable. Invalid verdicts and malformed refs are rejected, not hashed.

Conformance

conformance/compliance_gate_lite_v1/: payer_ref + 3 positives (ALLOW/REFER/DENY), 5 negatives (verdict / policy-rotation / payer tamper; invalid verdict + malformed ref rejected), and 2 invariants. Verifier imports only stdlib + rfc8785:

pip install rfc8785
python conformance/compliance_gate_lite_v1/verify.py

Adopters

The 4-check gate is scripts/check_v0_adoption.py (dependency + canonical hash anchor

License

Apache-2.0. Copyright 2026 AlgoVoi. Preserve the NOTICE in any distribution.

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

algovoi_compliance_gate_lite-0.1.1.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

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

algovoi_compliance_gate_lite-0.1.1-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file algovoi_compliance_gate_lite-0.1.1.tar.gz.

File metadata

File hashes

Hashes for algovoi_compliance_gate_lite-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c598bcca322a9d21e8fd13cda6cf5016ec82e0cc2d50ca196fe90b275138a8b6
MD5 7e53a57daaf7c20999d7a12fb2a4e2b0
BLAKE2b-256 e67b9bf7589f33aa5cc0234e392c3223c31b589d5ead9f652e0bf424f0ed3fb0

See more details on using hashes here.

File details

Details for the file algovoi_compliance_gate_lite-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for algovoi_compliance_gate_lite-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ceb65d521fef291031d869c00404415ee8b0f735f96fae03718ededdc52a5910
MD5 7108b860034890125e2a9ec4ab9a4e29
BLAKE2b-256 a7b449597738557ebbf3a9f8fea8d205fa6b2c603de7bc1f88d961331a6f64c8

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