feat: Lunal upstream attestation verification in privateclaw verify step [4/5] (Phase 1B)#2
Merged
aamirrasheed merged 1 commit intomainfrom Apr 9, 2026
Conversation
Phase 1B: privateclaw verify now validates both layers of TEE attestation: 1. Orchestrator attestation (Attestation-Report from tee-proxy) — existing check 2. Lunal upstream attestation (X-Upstream-Attestation-Report from tee-proxy v0.3.0+) — new: decodes base64+gzip, runs attestation-cli verify, reports "Upstream (Lunal) VCEK Chain: VALID" on success Both layers must pass for step [4/5] to succeed. If the upstream header is absent (tee-proxy pre-v0.3.0 or Lunal not sending), a WARN is shown instead of a hard fail for backward compatibility. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
X-Upstream-Attestation-Reportheader (added by tee-proxy v0.3.0+) from the same curl used for the existing orchestrator attestation checkattestation-cli verify, reportsUpstream (Lunal) VCEK Chain: VALIDon successContext
tee-proxy PR #19 adds the header preservation. Lunal is confirmed to be sending
Attestation-Reporton their side (verified via direct curl from prod orchestrator toconfidential-vllm-production-stack-demo.lunal.dev).Test plan
bash -n privateclaw) — passingprivateclaw verify, confirm step [4/5] shows both VCEK chains VALID🤖 Generated with Claude Code