Quill Cloud — trust

The Quill Cloud prompt path runs inside an AWS Nitro Enclave. The KMS keys it needs to reach Bedrock are released by AWS only when the enclave's PCR0 measurement matches the published value below. That binds the running binary to this open-source code at this commit.

Identity

Source code github.com/Lore-Hex/quill-cloud-proxy
Infrastructure github.com/Lore-Hex/quill-cloud-infra
License Apache 2.0
Region us-east-1

Current build

See /pcr0.txt for the live PCR0 value. It is updated atomically with each release. Compare to the output of ./tools/verify-pcr0.sh on a clean clone.

What is retained

Prompt content No
Completion content No
Bearer tokens No
Per-request timestamps No
Client IPs No (ALB log TTL ≤ 24h)
Per-device daily aggregate counts (req, tokens, errors), 90-day TTL Yes — for accountability + billing
Hourly across-all-devices request count Yes — heartbeat

How to verify

git clone https://github.com/Lore-Hex/quill-cloud-proxy
cd quill-cloud-proxy
./tools/verify-pcr0.sh
# the script prints the PCR0 of the local rebuild and compares
# to the published value at /pcr0.txt

What enforces zero retention

No JavaScript. No analytics. No cookies. Hosted as static files on S3 with a 60-second cache header.